Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
liangskyli committed Feb 25, 2023
1 parent c6a7295 commit 701d315
Show file tree
Hide file tree
Showing 6 changed files with 1,729 additions and 1,347 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,33 +30,33 @@
},
"devDependencies": {
"@babel/plugin-proposal-dynamic-import": "^7.18.6",
"@babel/plugin-transform-modules-commonjs": "^7.19.6",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@commitlint/config-lerna-scopes": "^17.2.1",
"@rollup/plugin-commonjs": "^23.0.3",
"@rollup/plugin-json": "^5.0.2",
"@babel/plugin-transform-modules-commonjs": "^7.21.2",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@commitlint/config-lerna-scopes": "^17.4.2",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^10.0.1",
"@types/prettier": "^2.7.1",
"@umijs/lint": "^4.0.34",
"@rollup/plugin-typescript": "^11.0.0",
"@types/prettier": "^2.7.2",
"@umijs/lint": "^4.0.53",
"cross-env": "^7.0.3",
"del": "^7.0.0",
"eslint": "^8.29.0",
"eslint": "^8.34.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"husky": "^8.0.2",
"lerna": "^6.1.0",
"lint-staged": "^13.0.4",
"prettier": "^2.8.0",
"prettier-plugin-organize-imports": "^3.2.1",
"prettier-plugin-packagejson": "^2.3.0",
"rollup": "^3.5.1",
"husky": "^8.0.3",
"lerna": "6.4.1",
"lint-staged": "^13.1.2",
"prettier": "^2.8.4",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-packagejson": "^2.4.3",
"rollup": "^3.17.2",
"rollup-plugin-typescript2": "^0.34.1",
"stylelint": "^14.15.0",
"stylelint": "^15.2.0",
"through2": "^4.0.2",
"typescript": "^4.9.3"
"typescript": "^4.9.5"
},
"packageManager": "pnpm",
"engines": {
Expand Down
12 changes: 6 additions & 6 deletions packages/grpc-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,21 @@
"update:deps": "pnpm update --interactive --latest"
},
"dependencies": {
"@grpc/proto-loader": "^0.7.3",
"@grpc/proto-loader": "^0.7.5",
"@liangskyli/utils": "^1.5.0",
"@types/fs-extra": "^9.0.13",
"commander": "^9.4.1",
"@types/fs-extra": "^11.0.1",
"commander": "^10.0.0",
"cross-spawn": "^7.0.3",
"fs-extra": "^11.1.0",
"protobufjs": "^7.1.2",
"protobufjs": "^7.2.2",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"tslib": "^2.4.1"
"tslib": "^2.5.0"
},
"devDependencies": {
"@liangskyli/grpc-mock": "workspace:^1.5.0",
"@types/cross-spawn": "^6.0.2",
"@types/express": "^4.17.14",
"@types/express": "^4.17.17",
"@types/mockjs": "^1.0.7",
"express": "^4.18.2",
"mockjs": "^1.1.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/http-mock-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"dependencies": {
"@liangskyli/openapi-gen-ts": "^0.5.0",
"@liangskyli/utils": "^1.5.0",
"@types/fs-extra": "^9.0.13",
"axios": "^1.2.0",
"commander": "^9.4.1",
"@types/fs-extra": "^11.0.1",
"axios": "^1.3.4",
"commander": "^10.0.0",
"cross-spawn": "^7.0.3",
"express": "^4.18.2",
"fs-extra": "^11.1.0",
Expand All @@ -47,7 +47,7 @@
"devDependencies": {
"@liangskyli/http-mock-gen": "workspace:^1.5.0",
"@types/cross-spawn": "^6.0.2",
"@types/express": "^4.17.14"
"@types/express": "^4.17.17"
},
"engines": {
"node": "^14.13.1 || >=16.0.0"
Expand Down
24 changes: 12 additions & 12 deletions packages/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,33 +39,33 @@
"update:deps": "pnpm update --interactive --latest"
},
"dependencies": {
"@babel/core": "^7.20.5",
"@babel/plugin-transform-modules-commonjs": "^7.19.6",
"@babel/register": "^7.18.9",
"@babel/core": "^7.21.0",
"@babel/plugin-transform-modules-commonjs": "^7.21.2",
"@babel/register": "^7.21.0",
"@liangskyli/utils": "^1.5.0",
"@types/express": "^4.17.14",
"@types/fs-extra": "^9.0.13",
"body-parser": "^1.20.1",
"@types/express": "^4.17.17",
"@types/fs-extra": "^11.0.1",
"body-parser": "^1.20.2",
"chokidar": "^3.5.3",
"commander": "^9.4.1",
"commander": "^10.0.0",
"cross-spawn": "^7.0.3",
"express": "^4.18.2",
"fs-extra": "^11.1.0",
"glob": "^8.0.3",
"glob": "^8.1.0",
"multer": "^1.4.5-lts.1",
"path-to-regexp": "^6.2.1",
"socket.io": "^4.5.4",
"socket.io": "^4.6.1",
"ts-node": "^10.9.1",
"tslib": "^2.4.1"
"tslib": "^2.5.0"
},
"devDependencies": {
"@types/body-parser": "^1.19.2",
"@types/cross-spawn": "^6.0.2",
"@types/glob": "^8.0.0",
"@types/glob": "^8.1.0",
"@types/mockjs": "^1.0.7",
"@types/multer": "^1.4.7",
"mockjs": "^1.1.0",
"socket.io-client": "^4.5.4",
"socket.io-client": "^4.6.1",
"webpack": "^5.75.0",
"webpack-dev-server": "^4.11.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@
},
"dependencies": {
"@types/lodash": "^4.14.191",
"@types/prettier": "^2.7.1",
"address": "^1.2.1",
"@types/prettier": "^2.7.2",
"address": "^1.2.2",
"colors": "^1.4.0",
"crequire": "^1.8.1",
"debug": "^4.3.4",
"fs-extra": "^11.1.0",
"lodash": "^4.17.21",
"prettier": "^2.8.0",
"prettier": "^2.8.4",
"resolve": "^1.22.1",
"signale": "^1.4.0"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/fs-extra": "^9.0.13",
"@types/fs-extra": "^11.0.1",
"@types/resolve": "^1.20.2",
"@types/signale": "^1.4.4"
},
Expand Down
Loading

0 comments on commit 701d315

Please sign in to comment.