Skip to content

Commit

Permalink
chore: bump minors and rebuild lock (#8074)
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 9, 2022
1 parent facbbdf commit 069207c
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 deletions.
28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -35,42 +35,42 @@
"ci-docs": "run-s build-vite build-plugin-vue build-docs"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.23.0",
"@microsoft/api-extractor": "^7.23.1",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.25",
"@types/prompts": "^2.0.14",
"@types/jest": "^27.5.0",
"@types/node": "^17.0.31",
"@types/prompts": "^2.4.0",
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"esbuild": "^0.14.27",
"eslint": "^8.14.0",
"esbuild": "^0.14.38",
"eslint": "^8.15.0",
"eslint-define-config": "^1.4.0",
"eslint-plugin-node": "^11.1.0",
"execa": "^5.1.1",
"fs-extra": "^10.1.0",
"jest": "^27.5.1",
"lint-staged": "^12.4.1",
"minimist": "^1.2.6",
"node-fetch": "^2.6.6",
"node-fetch": "^2.6.7",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.21.1",
"prettier": "2.6.2",
"prompts": "^2.4.2",
"rimraf": "^3.0.2",
"rollup": "^2.59.0",
"rollup": "^2.72.1",
"semver": "^7.3.7",
"simple-git-hooks": "^2.7.0",
"sirv": "^2.0.2",
"ts-jest": "^27.1.4",
"ts-node": "^10.4.0",
"typescript": "~4.5.4",
"ts-node": "^10.7.0",
"typescript": "^4.6.4",
"vite": "workspace:*",
"vitepress": "^0.22.3",
"vitest": "^0.10.4"
"vitepress": "^0.22.4",
"vitest": "^0.10.5"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Expand Up @@ -39,7 +39,7 @@
"@types/hash-sum": "^1.0.0",
"debug": "^4.3.4",
"hash-sum": "^2.0.0",
"rollup": "^2.59.0",
"rollup": "^2.72.1",
"slash": "^4.0.0",
"source-map": "^0.6.1",
"vue": "^3.2.33"
Expand Down
6 changes: 3 additions & 3 deletions playground/ssr-vue/package.json
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"example-external-component": "file:example-external-component",
"vue": "^3.2.33",
"vue-router": "^4.0.0",
"vue-router": "^4.0.15",
"vuex": "^4.0.2"
},
"devDependencies": {
Expand All @@ -25,7 +25,7 @@
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"dep-import-type": "link:./dep-import-type",
"express": "^4.17.1",
"serve-static": "^1.14.1"
"express": "^4.18.1",
"serve-static": "^1.15.0"
}
}
2 changes: 1 addition & 1 deletion playground/vue-jsx/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.25"
"vue": "^3.2.33"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-lib/package.json
Expand Up @@ -8,7 +8,7 @@
"build-consumer": "vite build --config ./vite.config.consumer.ts"
},
"dependencies": {
"vue": "^3.2.25"
"vue": "^3.2.33"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions playground/vue-sourcemap/package.json
Expand Up @@ -11,10 +11,10 @@
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
"less": "^4.1.2",
"sass": "^1.43.4",
"postcss-nested": "^5.0.6"
"postcss-nested": "^5.0.6",
"sass": "^1.51.0"
},
"dependencies": {
"vue": "^3.2.31"
"vue": "^3.2.33"
}
}
4 changes: 2 additions & 2 deletions playground/vue/package.json
Expand Up @@ -10,14 +10,14 @@
},
"dependencies": {
"lodash-es": "^4.17.21",
"vue": "^3.2.25"
"vue": "^3.2.33"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
"js-yaml": "^4.1.0",
"less": "^4.1.2",
"pug": "^3.0.2",
"sass": "^1.43.4",
"sass": "^1.51.0",
"stylus": "^0.55.0"
}
}

0 comments on commit 069207c

Please sign in to comment.