Skip to content

Commit 55c89d8

Browse files
committed
chore: update deps
1 parent 599423c commit 55c89d8

File tree

2 files changed

+1190
-1051
lines changed

2 files changed

+1190
-1051
lines changed

Diff for: package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue/composition-api",
33
"version": "1.7.1",
4-
"packageManager": "pnpm@7.0.0",
4+
"packageManager": "pnpm@8.6.12",
55
"description": "Provide logic composition capabilities for Vue.",
66
"keywords": [
77
"vue",
@@ -43,7 +43,7 @@
4343
"test:dts": "tsc -p ./test-dts/tsconfig.json && tsc -p ./test-dts/tsconfig.vue3.json && pnpm run build && tsc -p ./test-dts/tsconfig.build.json",
4444
"update-readme": "node ./scripts/update-readme.js",
4545
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && pnpm run update-readme && git add CHANGELOG.md README.*",
46-
"release": "bumpp -x \"npm run changelog\" --all --tag --commit --push && npm publish",
46+
"release": "bumpp -x \"npm run changelog\" --all && npm publish",
4747
"release-gh": "conventional-github-releaser -p angular",
4848
"prepublishOnly": "npm run build"
4949
},
@@ -58,25 +58,25 @@
5858
"@rollup/plugin-node-resolve": "^13.3.0",
5959
"@rollup/plugin-replace": "^4.0.0",
6060
"@types/node": "^17.0.31",
61-
"bumpp": "^7.1.1",
61+
"bumpp": "^9.1.1",
6262
"conventional-changelog-cli": "^2.2.2",
6363
"conventional-github-releaser": "^3.1.5",
6464
"jsdom": "^20.0.0",
65-
"lint-staged": "^12.4.1",
66-
"prettier": "^2.6.2",
67-
"rimraf": "^3.0.2",
65+
"lint-staged": "^14.0.0",
66+
"prettier": "^3.0.1",
67+
"rimraf": "^5.0.1",
6868
"rollup": "^2.72.0",
6969
"rollup-plugin-dts": "^4.2.1",
7070
"rollup-plugin-terser": "^7.0.2",
7171
"rollup-plugin-typescript2": "^0.31.2",
72-
"simple-git-hooks": "^2.7.0",
72+
"simple-git-hooks": "^2.9.0",
7373
"tslib": "^2.4.0",
7474
"typescript": "^4.6.4",
75-
"vitest": "^0.22.0",
75+
"vitest": "^0.34.1",
7676
"vue": "^2.6.14",
77+
"vue3": "npm:[email protected]",
7778
"vue-router": "^3.5.3",
78-
"vue-server-renderer": "^2.6.14",
79-
"vue3": "npm:[email protected]"
79+
"vue-server-renderer": "^2.6.14"
8080
},
8181
"simple-git-hooks": {
8282
"pre-commit": "lint-staged"

0 commit comments

Comments
 (0)