Skip to content

Commit

Permalink
chore: bump modern version && fix @modern-js/utils version (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
caohuilin authored May 10, 2023
1 parent 855041d commit f7d3176
Show file tree
Hide file tree
Showing 16 changed files with 1,286 additions and 1,256 deletions.
17 changes: 17 additions & 0 deletions .changeset/modern-tips-whisper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
'@modern-js/codesmith-api-handlebars': minor
'@modern-js/easy-form-core': minor
'@modern-js/easy-form-cli': minor
'@modern-js/codesmith-api-json': minor
'@modern-js/inquirer-types': minor
'@modern-js/codesmith-api-app': minor
'@modern-js/codesmith-api-ejs': minor
'@modern-js/codesmith-api-git': minor
'@modern-js/codesmith-api-npm': minor
'@modern-js/codesmith-formily': minor
'@modern-js/codesmith-api-fs': minor
'@modern-js/codesmith': minor
'@modern-js/codesmith-cli': minor
---

chore: bump modern version && fix @modern-js/utils version
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
]
},
"devDependencies": {
"@modern-js/monorepo-tools": "2.12.0",
"@modern-js/tsconfig": "2.12.0",
"@modern-js-app/eslint-config": "2.12.0",
"@modern-js/eslint-config": "2.12.0"
"@modern-js/monorepo-tools": "2.18.0",
"@modern-js/tsconfig": "2.18.0",
"@modern-js-app/eslint-config": "2.18.0",
"@modern-js/eslint-config": "2.18.0"
}
}
8 changes: 4 additions & 4 deletions packages/api/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"@modern-js/codesmith-api-handlebars": "workspace:*",
"@modern-js/codesmith-api-npm": "workspace:*",
"@modern-js/codesmith-formily": "workspace:*",
"@modern-js/plugin-i18n": "^2.12.0",
"@modern-js/utils": "^2.12.0",
"@modern-js/plugin-i18n": "^2.18.0",
"@modern-js/utils": "^2.18.0",
"comment-json": "^4.2.3",
"extra": "^0.2.1",
"inquirer": "8.1.3"
Expand All @@ -46,8 +46,8 @@
},
"devDependencies": {
"@modern-js/codesmith": "workspace:*",
"@modern-js/module-tools": "^2.12.0",
"@modern-js/plugin-testing": "^2.12.0",
"@modern-js/module-tools": "^2.18.0",
"@modern-js/plugin-testing": "^2.18.0",
"@types/inquirer": "^7.3.3",
"@types/jest": "^26.0.24",
"@types/node": "^14.18.42",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/ejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
},
"devDependencies": {
"@modern-js/codesmith": "workspace:*",
"@modern-js/module-tools": "^2.12.0",
"@modern-js/plugin-testing": "^2.12.0",
"@modern-js/module-tools": "^2.18.0",
"@modern-js/plugin-testing": "^2.18.0",
"@types/ejs": "^3.1.2",
"@types/jest": "^26.0.24",
"@types/node": "^14.18.42",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
},
"devDependencies": {
"@modern-js/codesmith": "workspace:*",
"@modern-js/module-tools": "^2.12.0",
"@modern-js/plugin-testing": "^2.12.0",
"@modern-js/module-tools": "^2.18.0",
"@modern-js/plugin-testing": "^2.18.0",
"@types/jest": "^26.0.24",
"@types/node": "^14.18.42",
"typescript": "^4.9.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/api/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@modern-js/utils": "^2.12.0"
"@modern-js/utils": "^2.18.0"
},
"peerDependencies": {
"@modern-js/codesmith": "workspace:^2.1.1"
},
"devDependencies": {
"@modern-js/codesmith": "workspace:*",
"@modern-js/module-tools": "^2.12.0",
"@modern-js/plugin-testing": "^2.12.0",
"@modern-js/module-tools": "^2.18.0",
"@modern-js/plugin-testing": "^2.18.0",
"@types/jest": "^26.0.24",
"@types/node": "^14.18.42",
"typescript": "^4.9.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/api/handlebars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
},
"devDependencies": {
"@modern-js/codesmith": "workspace:*",
"@modern-js/module-tools": "^2.12.0",
"@modern-js/plugin-testing": "^2.12.0",
"@modern-js/module-tools": "^2.18.0",
"@modern-js/plugin-testing": "^2.18.0",
"@types/jest": "^26.0.24",
"@types/node": "^14.18.42",
"typescript": "^4.9.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/api/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"declaration-update": "^0.0.2"
},
"devDependencies": {
"@modern-js/module-tools": "^2.12.0",
"@modern-js/plugin-testing": "^2.12.0",
"@modern-js/module-tools": "^2.18.0",
"@modern-js/plugin-testing": "^2.18.0",
"@types/jest": "^26.0.24",
"@types/node": "^14.18.42",
"typescript": "^4.9.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/api/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"dependencies": {
"@babel/runtime": "^7.21.0",
"@modern-js/codesmith": "workspace:*",
"@modern-js/utils": "^2.12.0"
"@modern-js/utils": "^2.18.0"
},
"devDependencies": {
"@modern-js/module-tools": "^2.12.0",
"@modern-js/plugin-testing": "^2.12.0",
"@modern-js/module-tools": "^2.18.0",
"@modern-js/plugin-testing": "^2.18.0",
"@types/jest": "^26.0.24",
"@types/node": "^14.18.42",
"typescript": "^4.9.5"
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"devDependencies": {
"@babel/runtime": "^7.21.0",
"@modern-js/codesmith": "workspace:*",
"@modern-js/module-tools": "^2.12.0",
"@modern-js/plugin-i18n": "^2.12.0",
"@modern-js/plugin-testing": "^2.12.0",
"@modern-js/utils": "^2.12.0",
"@modern-js/module-tools": "^2.18.0",
"@modern-js/plugin-i18n": "^2.18.0",
"@modern-js/plugin-testing": "^2.18.0",
"@modern-js/utils": "^2.18.0",
"@types/jest": "^26.0.24",
"@types/node": "^14.18.42",
"ts-node": "^10.9.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@modern-js/utils": "^2.12.0",
"@modern-js/utils": "^2.18.0",
"axios": "^0.21.4",
"tar": "^6.1.13"
},
"devDependencies": {
"@modern-js/module-tools": "^2.12.0",
"@modern-js/plugin-testing": "^2.12.0",
"@modern-js/module-tools": "^2.18.0",
"@modern-js/plugin-testing": "^2.18.0",
"@types/jest": "^26.0.24",
"@types/node": "^14.18.42",
"@types/tar": "^4.0.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/easy-form/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"dependencies": {
"@babel/runtime": "^7.21.0",
"@modern-js/easy-form-core": "workspace:1.7.0",
"@modern-js/utils": "^2.12.0",
"@modern-js/utils": "^2.18.0",
"inquirer": "8.1.3",
"rxjs": "^7.8.0"
},
"devDependencies": {
"@modern-js/module-tools": "^2.12.0",
"@modern-js/plugin-testing": "^2.12.0",
"@modern-js/module-tools": "^2.18.0",
"@modern-js/plugin-testing": "^2.18.0",
"@types/inquirer": "^7.3.3",
"@types/jest": "^26.0.24",
"@types/node": "^14.18.42",
Expand Down
4 changes: 2 additions & 2 deletions packages/easy-form/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@modern-js/module-tools": "^2.12.0",
"@modern-js/plugin-testing": "^2.12.0",
"@modern-js/module-tools": "^2.18.0",
"@modern-js/plugin-testing": "^2.18.0",
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.192",
"@types/node": "^14.18.42",
Expand Down
6 changes: 3 additions & 3 deletions packages/formily/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
"@babel/runtime": "^7.21.0",
"@formily/json-schema": "^2.2.22",
"@formily/validator": "^2.2.22",
"@modern-js/utils": "^1.22.8",
"@modern-js/utils": "^2.18.0",
"inquirer": "^8.2.5"
},
"peerDependencies": {
"@modern-js/codesmith": "workspace:^2.1.1"
},
"devDependencies": {
"@modern-js/codesmith": "workspace:*",
"@modern-js/module-tools": "^2.12.0",
"@modern-js/plugin-testing": "^2.12.0",
"@modern-js/module-tools": "^2.18.0",
"@modern-js/plugin-testing": "^2.18.0",
"@types/inquirer": "^7.3.3",
"@types/jest": "^26.0.24",
"@types/node": "^14.18.42",
Expand Down
6 changes: 3 additions & 3 deletions packages/inquirer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@modern-js/utils": "^2.12.0",
"@modern-js/utils": "^2.18.0",
"cli-cursor": "^3.1.0",
"inquirer": "8.1.3",
"lodash": "^4.17.21",
"run-async": "^2.4.1",
"rxjs": "^7.8.0"
},
"devDependencies": {
"@modern-js/module-tools": "^2.12.0",
"@modern-js/plugin-testing": "^2.12.0",
"@modern-js/module-tools": "^2.18.0",
"@modern-js/plugin-testing": "^2.18.0",
"@types/inquirer": "^7.3.3",
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.192",
Expand Down
Loading

0 comments on commit f7d3176

Please sign in to comment.