upd deps
This commit is contained in:
parent
b53177903e
commit
2a3e9ab6ad
@ -8,10 +8,10 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@entityseven/rage-fw-rpc": "0.2.5",
|
||||
"@rage-fw/shared": "workspace:^",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"rage-fw-rpc": "latest"
|
||||
"react-dom": "^18.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.2.66",
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { Rpc } from 'rage-fw-rpc'
|
||||
import { Rpc } from '@entityseven/rage-fw-rpc'
|
||||
|
||||
export const rpc = new Rpc({
|
||||
debugLogs: true,
|
||||
|
@ -5,8 +5,8 @@
|
||||
"build": "esbuild src/index.ts --bundle --platform=node --outfile=../../server/client_packages/index.js --format=esm"
|
||||
},
|
||||
"dependencies": {
|
||||
"@rage-fw/shared": "workspace:^",
|
||||
"rage-fw-rpc": "latest"
|
||||
"@entityseven/rage-fw-rpc": "0.2.5",
|
||||
"@rage-fw/shared": "workspace:^"
|
||||
},
|
||||
"license": "CC BY-ND",
|
||||
"author": "Entity Seven Group",
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { Rpc } from 'rage-fw-rpc'
|
||||
import { Rpc } from '@entityseven/rage-fw-rpc'
|
||||
|
||||
export const rpc = new Rpc({
|
||||
debugLogs: true,
|
||||
|
@ -5,8 +5,8 @@
|
||||
"build": "esbuild src/index.ts --bundle --platform=node --target=node10.4 --outfile=../../server/packages/server/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@rage-fw/shared": "workspace:^",
|
||||
"rage-fw-rpc": "latest"
|
||||
"@entityseven/rage-fw-rpc": "0.2.5",
|
||||
"@rage-fw/shared": "workspace:^"
|
||||
},
|
||||
"license": "CC BY-ND",
|
||||
"author": "Entity Seven Group",
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { Rpc } from 'rage-fw-rpc'
|
||||
import { Rpc } from '@entityseven/rage-fw-rpc'
|
||||
|
||||
export const rpc = new Rpc({
|
||||
debugLogs: true,
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "framework-example",
|
||||
"description": "This project is an example of RAGE-FW usage",
|
||||
"description": "This project is an example of RAGE FW usage",
|
||||
"workspaces": [
|
||||
"apps/*"
|
||||
],
|
||||
@ -24,7 +24,7 @@
|
||||
"typescript": "^5.4.5",
|
||||
"prettier": "^3.3.2"
|
||||
},
|
||||
"license": "CC BY-ND",
|
||||
"license": "MIT",
|
||||
"author": "Entity Seven Group",
|
||||
"version": "0.1.0"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user