Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
liangskyli committed Dec 3, 2023
1 parent 4600742 commit f6251cd
Show file tree
Hide file tree
Showing 6 changed files with 803 additions and 851 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,29 +31,29 @@
]
},
"devDependencies": {
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@commitlint/config-pnpm-scopes": "^17.8.1",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@commitlint/config-pnpm-scopes": "^18.4.3",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/node": "^20.8.7",
"@umijs/lint": "^4.0.87",
"@types/node": "^20.10.2",
"@umijs/lint": "^4.0.89",
"@vitest/coverage-v8": "^0.34.6",
"cross-env": "^7.0.3",
"eslint": "^8.52.0",
"eslint": "^8.55.0",
"execa": "^8.0.1",
"husky": "^8.0.3",
"lerna": "7.4.1",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-packagejson": "^2.4.6",
"rollup": "^4.1.4",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-packagejson": "^2.4.7",
"rollup": "^4.6.1",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"vitest": "^0.34.6"
},
"packageManager": "[email protected]",
Expand Down
10 changes: 5 additions & 5 deletions packages/grpc-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,18 @@
"dependencies": {
"@grpc/proto-loader": "^0.7.10",
"@liangskyli/utils": "workspace:*",
"@types/fs-extra": "^11.0.3",
"@types/fs-extra": "^11.0.4",
"commander": "^11.1.0",
"cross-spawn": "^7.0.3",
"fs-extra": "^11.1.1",
"fs-extra": "^11.2.0",
"protobufjs": "^7.2.5",
"ts-node-dev": "^2.0.0"
},
"devDependencies": {
"@liangskyli/grpc-mock": "workspace:*",
"@types/cross-spawn": "^6.0.4",
"@types/express": "^4.17.20",
"@types/mockjs": "^1.0.9",
"@types/cross-spawn": "^6.0.6",
"@types/express": "^4.17.21",
"@types/mockjs": "^1.0.10",
"express": "^4.18.2",
"mockjs": "^1.1.0",
"ts-node": "^10.9.1"
Expand Down
12 changes: 6 additions & 6 deletions packages/http-mock-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
"update:deps": "pnpm update --interactive --latest"
},
"dependencies": {
"@liangskyli/openapi-gen-ts": "^1.2.2",
"@liangskyli/openapi-gen-ts": "^1.3.0",
"@liangskyli/utils": "workspace:*",
"@types/express": "^4.17.20",
"@types/fs-extra": "^11.0.3",
"axios": "^1.5.1",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"axios": "^1.6.2",
"commander": "^11.1.0",
"express": "^4.18.2",
"fs-extra": "^11.1.1",
"json-schema-faker": "^0.5.3"
"fs-extra": "^11.2.0",
"json-schema-faker": "^0.5.4"
},
"devDependencies": {
"@liangskyli/http-mock-gen": "workspace:*"
Expand Down
12 changes: 6 additions & 6 deletions packages/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,23 @@
},
"dependencies": {
"@liangskyli/utils": "workspace:*",
"@types/express": "^4.17.20",
"@types/fs-extra": "^11.0.3",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"body-parser": "^1.20.2",
"chokidar": "^3.5.3",
"commander": "^11.1.0",
"express": "^4.18.2",
"fs-extra": "^11.1.1",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"multer": "^1.4.5-lts.1",
"path-to-regexp": "^6.2.1",
"socket.io": "^4.7.2"
},
"devDependencies": {
"@liangskyli/mock": "workspace:*",
"@types/body-parser": "^1.19.4",
"@types/mockjs": "^1.0.9",
"@types/multer": "^1.4.9",
"@types/body-parser": "^1.19.5",
"@types/mockjs": "^1.0.10",
"@types/multer": "^1.4.11",
"mockjs": "^1.1.0",
"socket.io-client": "^4.7.2",
"ts-node": "^10.9.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@
"update:deps": "pnpm update --interactive --latest"
},
"dependencies": {
"@types/lodash": "^4.14.200",
"@types/lodash": "^4.14.202",
"address": "^2.0.1",
"colors": "^1.4.0",
"debug": "^4.3.4",
"esbuild": "^0.19.5",
"esbuild": "^0.19.8",
"esbuild-register": "^3.5.0",
"fs-extra": "^11.1.1",
"fs-extra": "^11.2.0",
"lodash": "^4.17.21",
"signale": "^1.4.0"
},
"devDependencies": {
"@types/debug": "^4.1.10",
"@types/fs-extra": "^11.0.3",
"@types/signale": "^1.4.6"
"@types/debug": "^4.1.12",
"@types/fs-extra": "^11.0.4",
"@types/signale": "^1.4.7"
},
"peerDependencies": {
"prettier": "^2.0.0 || ^3.0.0"
Expand Down
Loading

0 comments on commit f6251cd

Please sign in to comment.