Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jul 24, 2022
1 parent 68607cd commit 05f748a
Show file tree
Hide file tree
Showing 6 changed files with 915 additions and 1,105 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,37 +53,37 @@
"@rollup/plugin-node-resolve": "13.3.0",
"@rollup/plugin-typescript": "8.3.3",
"@types/inquirer": "8.2.1",
"@types/node": "18.0.3",
"@typescript-eslint/eslint-plugin": "5.30.6",
"@typescript-eslint/parser": "5.30.6",
"@types/node": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.30.7",
"@typescript-eslint/parser": "5.30.7",
"bumpp": "8.2.1",
"c8": "7.11.3",
"c8": "7.12.0",
"chalk": "5.0.1",
"conventional-changelog-cli": "2.2.2",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.19.0",
"eslint": "8.20.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"execa": "6.1.0",
"husky": "8.0.1",
"inquirer": "9.0.0",
"inquirer": "9.0.2",
"lint-staged": "13.0.3",
"miniprogram-api-typings": "3.5.0",
"npm-check-updates": "15.2.6",
"npm-check-updates": "16.0.0",
"ora": "6.1.2",
"prettier": "2.7.1",
"rollup": "2.76.0",
"rollup": "2.77.0",
"rollup-plugin-dts": "4.2.2",
"rollup-plugin-terser": "7.0.2",
"sort-package-json": "1.57.0",
"standard-version": "9.5.0",
"ts-node": "10.8.2",
"ts-node": "10.9.1",
"tsd": "0.22.0",
"tslib": "2.4.0",
"typescript": "4.7.4",
"vite": "2.9.14",
"vitest": "0.18.0"
"vitest": "0.19.0"
},
"packageManager": "pnpm@7.5.1"
}
2 changes: 1 addition & 1 deletion packages/enhance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@mptool/shared": "workspace:*",
"miniprogram-api-typings": "3.5.0",
"rimraf": "3.0.2",
"rollup": "2.76.0"
"rollup": "2.77.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@mptool/mock": "workspace:*",
"@mptool/shared": "workspace:*",
"rimraf": "3.0.2",
"rollup": "2.76.0"
"rollup": "2.77.0"
},
"peerDependencies": {
"miniprogram-api-typings": "^3.4.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"rimraf": "3.0.2",
"rollup": "2.76.0"
"rollup": "2.77.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@mptool/mock": "workspace:*",
"rimraf": "3.0.2",
"rollup": "2.76.0"
"rollup": "2.77.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 05f748a

Please sign in to comment.