Skip to content

Commit

Permalink
feat: upgrade dependencies and fix @liangskyli/openapi-gen-ts post me…
Browse files Browse the repository at this point in the history
…thod query data err
  • Loading branch information
liangskyli committed Jul 10, 2022
1 parent 02c5575 commit 373db5f
Show file tree
Hide file tree
Showing 5 changed files with 493 additions and 521 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
"gulp-babel": "^8.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"husky": "^8.0.1",
"lerna": "^5.1.6",
"lerna": "^5.1.8",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"rollup": "^2.75.7",
"rollup": "^2.76.0",
"rollup-plugin-typescript2": "^0.32.1",
"through2": "^4.0.2",
"typescript": "^4.7.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"cross-spawn": "^7.0.3",
"fs-extra": "^10.1.0",
"protobufjs": "^6.11.3",
"ts-node": "^10.8.1",
"ts-node": "^10.8.2",
"ts-node-dev": "^2.0.0",
"tslib": "^2.4.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/http-mock-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"build": "gulp"
},
"dependencies": {
"@liangskyli/openapi-gen-ts": "^0.3.0",
"@liangskyli/openapi-gen-ts": "^0.4.0",
"@liangskyli/utils": "^1.1.3",
"@types/fs-extra": "^9.0.13",
"axios": "^0.27.2",
Expand All @@ -42,7 +42,7 @@
"express": "^4.18.1",
"fs-extra": "^10.1.0",
"json-schema-faker": "^0.5.0-rcv.44",
"ts-node": "^10.8.1"
"ts-node": "^10.8.2"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"multer": "^1.4.5-lts.1",
"path-to-regexp": "^6.2.1",
"socket.io": "^4.5.1",
"ts-node": "^10.8.1",
"ts-node": "^10.8.2",
"tslib": "^2.4.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 373db5f

Please sign in to comment.