Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
liangskyli committed Jun 19, 2022
1 parent 2a1d83f commit 1af6c93
Show file tree
Hide file tree
Showing 7 changed files with 631 additions and 625 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.2",
"@rollup/plugin-typescript": "^8.3.3",
"@types/prettier": "^2.6.3",
"@umijs/fabric": "^2.11.1",
"@umijs/fabric": "^2.12.0",
"cross-env": "^7.0.3",
"del": "^6.1.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"husky": "^8.0.1",
"lerna": "^5.0.0",
"lint-staged": "^13.0.0",
"prettier": "^2.6.2",
"rollup": "^2.75.5",
"rollup-plugin-typescript2": "^0.32.0",
"lerna": "^5.1.4",
"lint-staged": "^13.0.2",
"prettier": "^2.7.1",
"rollup": "^2.75.6",
"rollup-plugin-typescript2": "^0.32.1",
"through2": "^4.0.2",
"typescript": "^4.7.2"
"typescript": "^4.7.4"
},
"engines": {
"node": "^14.19.3 || >=16.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/grpc-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"build": "gulp"
},
"dependencies": {
"@grpc/proto-loader": "^0.6.12",
"@grpc/proto-loader": "^0.6.13",
"@liangskyli/utils": "^1.1.1",
"@types/fs-extra": "^9.0.13",
"commander": "^9.3.0",
"cross-spawn": "^7.0.3",
"fs-extra": "^10.1.0",
"protobufjs": "^6.11.3",
"ts-node": "^10.8.0",
"ts-node": "^10.8.1",
"ts-node-dev": "^2.0.0",
"tslib": "^2.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/http-mock-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"express": "^4.18.1",
"fs-extra": "^10.1.0",
"json-schema-faker": "^0.5.0-rcv.42",
"ts-node": "^10.8.0"
"ts-node": "^10.8.1"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.18.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/http-mock-gen/test/openapi/openapiv3-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
{
"name": "activityId",
"in": "query",
"description": "活动id (@QueryParams, 类型:number)",
"description": "111活动id (@QueryParams, 类型:number)",
"required": true,
"schema": { "type": "number", "description": "活动id" }
"schema": { "description": "活动id" }
}
]
}
Expand Down Expand Up @@ -106,7 +106,7 @@
"GetListItem": {
"type": "object",
"properties": {
"buildingName": { "type": "string", "description": "楼盘名称" },
"buildingName": { "description": "11楼盘名称" },
"isBindErp": { "type": "boolean", "description": "是否绑定ERP" }
},
"additionalProperties": false
Expand Down
8 changes: 4 additions & 4 deletions packages/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"build": "gulp"
},
"dependencies": {
"@babel/core": "^7.18.2",
"@babel/core": "^7.18.5",
"@babel/plugin-transform-modules-commonjs": "^7.18.2",
"@babel/register": "^7.17.7",
"@liangskyli/utils": "^1.1.1",
Expand All @@ -52,10 +52,10 @@
"express": "^4.18.1",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"multer": "^1.4.4",
"multer": "^1.4.5-lts.1",
"path-to-regexp": "^6.2.1",
"socket.io": "^4.5.1",
"ts-node": "^10.8.0",
"ts-node": "^10.8.1",
"tslib": "^2.4.0"
},
"devDependencies": {
Expand All @@ -66,7 +66,7 @@
"mockjs": "^1.1.0",
"socket.io-client": "^4.5.1",
"webpack": "^5.73.0",
"webpack-dev-server": "^4.9.1"
"webpack-dev-server": "^4.9.2"
},
"engines": {
"node": "^14.13.1 || >=16.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@
"build": "gulp && rollup --config=./rollup.config.js"
},
"dependencies": {
"@types/lodash": "^4.14.182",
"@types/prettier": "^2.6.3",
"address": "^1.2.0",
"colors": "^1.4.0",
"crequire": "^1.8.1",
"debug": "^4.3.4",
"fs-extra": "^10.1.0",
"lodash": "^4.17.21",
"prettier": "^2.6.2",
"resolve": "^1.22.0",
"prettier": "^2.7.1",
"resolve": "^1.22.1",
"signale": "^1.4.0"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/lodash": "^4.14.182",
"@types/resolve": "^1.20.2",
"@types/signale": "^1.4.4"
},
Expand Down
Loading

0 comments on commit 1af6c93

Please sign in to comment.