fix(dependencies): move json-template into original sub packages (#203)

This commit is contained in:
Junyi 2022-02-21 15:23:42 +08:00 committed by GitHub
parent 24aa18515b
commit f925922a73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -63,7 +63,6 @@
"jest-localstorage-mock": "^2.3.0", "jest-localstorage-mock": "^2.3.0",
"jest-styled-components": "6.3.3", "jest-styled-components": "6.3.3",
"jest-watch-lerna-packages": "^1.1.0", "jest-watch-lerna-packages": "^1.1.0",
"json-templates": "^4.2.0",
"koa": "^2.13.4", "koa": "^2.13.4",
"koa-bodyparser": "^4.3.0", "koa-bodyparser": "^4.3.0",
"lerna": "^4.0.0", "lerna": "^4.0.0",

View File

@ -11,7 +11,8 @@
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir esm" "build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir esm"
}, },
"dependencies": { "dependencies": {
"@nocobase/resourcer": "0.6.0-alpha.0" "@nocobase/resourcer": "0.6.0-alpha.0",
"json-templates": "^4.2.0"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -11,7 +11,8 @@
}, },
"dependencies": { "dependencies": {
"@nocobase/database": "^0.6.0-alpha.0", "@nocobase/database": "^0.6.0-alpha.0",
"@nocobase/server": "^0.6.0-alpha.0" "@nocobase/server": "^0.6.0-alpha.0",
"json-templates": "^4.2.0"
}, },
"devDependencies": { "devDependencies": {
"@nocobase/test": "^0.6.0-alpha.0" "@nocobase/test": "^0.6.0-alpha.0"