Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 15, 2023
1 parent 599423c commit 55c89d8
Show file tree
Hide file tree
Showing 2 changed files with 1,190 additions and 1,051 deletions.
20 changes: 10 additions & 10 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "@vue/composition-api",
"version": "1.7.1",
"packageManager": "pnpm@7.0.0",
"packageManager": "pnpm@8.6.12",
"description": "Provide logic composition capabilities for Vue.",
"keywords": [
"vue",
Expand Down Expand Up @@ -43,7 +43,7 @@
"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",
"update-readme": "node ./scripts/update-readme.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && pnpm run update-readme && git add CHANGELOG.md README.*",
"release": "bumpp -x \"npm run changelog\" --all --tag --commit --push && npm publish",
"release": "bumpp -x \"npm run changelog\" --all && npm publish",
"release-gh": "conventional-github-releaser -p angular",
"prepublishOnly": "npm run build"
},
Expand All @@ -58,25 +58,25 @@
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@types/node": "^17.0.31",
"bumpp": "^7.1.1",
"bumpp": "^9.1.1",
"conventional-changelog-cli": "^2.2.2",
"conventional-github-releaser": "^3.1.5",
"jsdom": "^20.0.0",
"lint-staged": "^12.4.1",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"lint-staged": "^14.0.0",
"prettier": "^3.0.1",
"rimraf": "^5.0.1",
"rollup": "^2.72.0",
"rollup-plugin-dts": "^4.2.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"simple-git-hooks": "^2.7.0",
"simple-git-hooks": "^2.9.0",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"vitest": "^0.22.0",
"vitest": "^0.34.1",
"vue": "^2.6.14",
"vue3": "npm:vue@3.2.21",
"vue-router": "^3.5.3",
"vue-server-renderer": "^2.6.14",
"vue3": "npm:vue@3.2.21"
"vue-server-renderer": "^2.6.14"
},
"simple-git-hooks": {
"pre-commit": "lint-staged"
Expand Down

0 comments on commit 55c89d8

Please sign in to comment.