Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#375)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <[email protected]>
  • Loading branch information
renovate[bot] and sxzz committed May 22, 2023
1 parent 0b0ce8b commit 1c100a9
Show file tree
Hide file tree
Showing 29 changed files with 796 additions and 611 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Expand Up @@ -12,10 +12,10 @@
"@vitejs/plugin-vue-jsx": "^3.0.1",
"markdown-it": "^13.0.1",
"markdown-it-container": "^3.0.0",
"unocss": "^0.51.13",
"vite-plugin-pwa": "^0.14.7",
"vitepress": "1.0.0-alpha.75",
"vue": "^3.3.2",
"unocss": "^0.52.0",
"vite-plugin-pwa": "^0.15.0",
"vitepress": "1.0.0-alpha.76",
"vue": "^3.3.3",
"workbox-window": "^6.5.4"
}
}
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -36,28 +36,28 @@
"@changesets/cli": "^2.26.1",
"@sxzz/eslint-config": "^3.0.0-beta.11",
"@types/node": "^20.1.5",
"@vitest/coverage-c8": "^0.31.0",
"@vitest/ui": "^0.31.0",
"@vitest/coverage-c8": "^0.31.1",
"@vitest/ui": "^0.31.1",
"@vue-macros/test-utils": "workspace:*",
"@vue-macros/volar": "workspace:*",
"esbuild": "^0.17.19",
"eslint": "^8.40.0",
"eslint": "^8.41.0",
"eslint-define-config": "^1.20.0",
"expect-type": "^0.15.0",
"fast-glob": "^3.2.12",
"monoman": "^0.1.2",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.0",
"rimraf": "^5.0.1",
"tsup": "^6.7.0",
"tsx": "^3.12.7",
"turbo": "^1.9.6",
"turbo": "^1.9.8",
"typescript": "^5.0.4",
"vite": "^4.3.6",
"vitest": "^0.31.0",
"vue": "^3.3.2",
"vite": "^4.3.8",
"vitest": "^0.31.1",
"vue": "^3.3.3",
"vue-tsc": "1.6.5",
"vue2": "npm:vue@^2.7.14",
"webpack": "^5.82.1"
"webpack": "^5.83.1"
},
"engines": {
"node": ">=16.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Expand Up @@ -47,7 +47,7 @@
"@vue-macros/common": "workspace:~"
},
"devDependencies": {
"rollup": "^3.21.8"
"rollup": "^3.22.1"
},
"engines": {
"node": ">=16.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/better-define/package.json
Expand Up @@ -90,7 +90,7 @@
"unplugin": "^1.3.1"
},
"devDependencies": {
"rollup": "^3.21.8"
"rollup": "^3.22.1"
},
"engines": {
"node": ">=16.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Expand Up @@ -53,7 +53,7 @@
"dependencies": {
"@babel/types": "^7.21.5",
"@rollup/pluginutils": "^5.0.2",
"@vue/compiler-sfc": "^3.3.2",
"@vue/compiler-sfc": "^3.3.4",
"local-pkg": "^0.4.3",
"magic-string-ast": "^0.1.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/define-emit/package.json
Expand Up @@ -91,11 +91,11 @@
"dependencies": {
"@vue-macros/api": "workspace:~",
"@vue-macros/common": "workspace:~",
"rollup": "^3.21.8",
"rollup": "^3.22.1",
"unplugin": "^1.3.1"
},
"devDependencies": {
"vue": "^3.3.2"
"vue": "^3.3.3"
},
"engines": {
"node": ">=16.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/define-models/package.json
Expand Up @@ -102,7 +102,7 @@
"devDependencies": {
"@vue-macros/api": "workspace:^",
"@vueuse/core": "^10.1.2",
"vue": "^3.3.2"
"vue": "^3.3.3"
},
"engines": {
"node": ">=16.14.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/define-options/package.json
Expand Up @@ -92,8 +92,8 @@
"unplugin": "^1.3.1"
},
"devDependencies": {
"rollup": "^3.21.8",
"vue": "^3.3.2"
"rollup": "^3.22.1",
"vue": "^3.3.3"
},
"engines": {
"node": ">=16.14.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/define-prop/package.json
Expand Up @@ -91,11 +91,11 @@
"dependencies": {
"@vue-macros/api": "workspace:~",
"@vue-macros/common": "workspace:~",
"rollup": "^3.21.8",
"rollup": "^3.22.1",
"unplugin": "^1.3.1"
},
"devDependencies": {
"vue": "^3.3.2"
"vue": "^3.3.3"
},
"engines": {
"node": ">=16.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/define-props-refs/package.json
Expand Up @@ -93,7 +93,7 @@
"unplugin": "^1.3.1"
},
"devDependencies": {
"vue": "^3.3.2"
"vue": "^3.3.3"
},
"engines": {
"node": ">=16.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/define-props/package.json
Expand Up @@ -95,7 +95,7 @@
},
"devDependencies": {
"@vue-macros/reactivity-transform": "workspace:*",
"vue": "^3.3.2"
"vue": "^3.3.3"
},
"engines": {
"node": ">=16.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/define-render/package.json
Expand Up @@ -93,7 +93,7 @@
"unplugin": "^1.3.1"
},
"devDependencies": {
"vue": "^3.3.2"
"vue": "^3.3.3"
},
"engines": {
"node": ">=16.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/define-slots/package.json
Expand Up @@ -93,7 +93,7 @@
"unplugin": "^1.3.1"
},
"devDependencies": {
"vue": "^3.3.2"
"vue": "^3.3.3"
},
"engines": {
"node": ">=16.14.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/devtools/package.json
Expand Up @@ -50,14 +50,14 @@
},
"dependencies": {
"sirv": "^2.0.3",
"vue": "^3.3.2"
"vue": "^3.3.3"
},
"devDependencies": {
"@unocss/reset": "^0.51.13",
"@unocss/reset": "^0.52.0",
"@vitejs/plugin-vue": "^4.2.3",
"get-port": "^6.1.2",
"unocss": "^0.51.13",
"vite": "^4.3.6"
"unocss": "^0.52.0",
"vite": "^4.3.8"
},
"engines": {
"node": ">=16.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/export-props/package.json
Expand Up @@ -93,7 +93,7 @@
"unplugin": "^1.3.1"
},
"devDependencies": {
"vue": "^3.3.2"
"vue": "^3.3.3"
},
"engines": {
"node": ">=16.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/macros/package.json
Expand Up @@ -107,7 +107,7 @@
},
"devDependencies": {
"esbuild": "^0.17.19",
"vue": "^3.3.2"
"vue": "^3.3.3"
},
"engines": {
"node": ">=16.14.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/named-template/package.json
Expand Up @@ -86,11 +86,11 @@
},
"dependencies": {
"@vue-macros/common": "workspace:~",
"@vue/compiler-dom": "^3.3.2",
"@vue/compiler-dom": "^3.3.4",
"unplugin": "^1.3.1"
},
"devDependencies": {
"vue": "^3.3.2"
"vue": "^3.3.3"
},
"engines": {
"node": ">=16.14.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/nuxt/package.json
Expand Up @@ -45,14 +45,14 @@
"nuxt": "^3.0.0"
},
"dependencies": {
"@nuxt/kit": "^3.4.3",
"@nuxt/kit": "^3.5.1",
"@vue-macros/short-vmodel": "workspace:~",
"@vue-macros/volar": "workspace:~",
"unplugin-vue-macros": "workspace:~"
},
"devDependencies": {
"@nuxt/devtools": "^0.4.6",
"@nuxt/schema": "^3.4.3"
"@nuxt/devtools": "^0.5.0",
"@nuxt/schema": "^3.5.1"
},
"engines": {
"node": ">=16.14.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/reactivity-transform/package.json
Expand Up @@ -94,8 +94,8 @@
"dependencies": {
"@babel/parser": "^7.21.8",
"@vue-macros/common": "workspace:~",
"@vue/compiler-core": "^3.3.2",
"@vue/shared": "^3.3.2",
"@vue/compiler-core": "^3.3.4",
"@vue/shared": "^3.3.4",
"magic-string": "^0.30.0",
"unplugin": "^1.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/setup-block/package.json
Expand Up @@ -86,7 +86,7 @@
},
"dependencies": {
"@vue-macros/common": "workspace:~",
"@vue/compiler-dom": "^3.3.2",
"@vue/compiler-dom": "^3.3.4",
"unplugin": "^1.3.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/setup-component/package.json
Expand Up @@ -91,8 +91,8 @@
"unplugin": "^1.3.1"
},
"devDependencies": {
"rollup": "^3.21.8",
"vue": "^3.3.2"
"rollup": "^3.22.1",
"vue": "^3.3.3"
},
"engines": {
"node": ">=16.14.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/setup-sfc/package.json
Expand Up @@ -89,8 +89,8 @@
"unplugin": "^1.3.1"
},
"devDependencies": {
"rollup": "^3.21.8",
"vue": "^3.3.2"
"rollup": "^3.22.1",
"vue": "^3.3.3"
},
"engines": {
"node": ">=16.14.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/short-vmodel/package.json
Expand Up @@ -68,10 +68,10 @@
},
"dependencies": {
"@vue-macros/common": "workspace:~",
"@vue/compiler-core": "^3.3.2"
"@vue/compiler-core": "^3.3.4"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.3.2"
"@vue/compiler-sfc": "^3.3.4"
},
"engines": {
"node": ">=16.14.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/test-utils/package.json
Expand Up @@ -54,13 +54,13 @@
"@vitejs/plugin-vue2": "^2.2.0",
"esbuild": "^0.17.19",
"fast-glob": "^3.2.12",
"rollup": "^3.21.8",
"rollup": "^3.22.1",
"rollup-plugin-esbuild": "^5.0.0",
"unplugin-vue": "^4.1.0"
},
"devDependencies": {
"vite": "^4.3.6",
"vue": "^3.3.2"
"vite": "^4.3.8",
"vue": "^3.3.3"
},
"engines": {
"node": ">=16.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/volar/package.json
Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"@volar/vue-language-core": "1.6.5",
"@vue/compiler-dom": "^3.3.2",
"@vue/compiler-dom": "^3.3.4",
"typescript": "^5.0.4",
"vue-tsc": "1.6.5"
},
Expand Down
6 changes: 3 additions & 3 deletions playground/nuxt/package.json
Expand Up @@ -9,10 +9,10 @@
},
"dependencies": {
"@vueuse/core": "^10.1.2",
"vue": "^3.3.2"
"vue": "^3.3.3"
},
"devDependencies": {
"@nuxt/devtools": "^0.4.6",
"nuxt": "^3.4.3"
"@nuxt/devtools": "^0.5.0",
"nuxt": "^3.5.1"
}
}
4 changes: 2 additions & 2 deletions playground/vue2/package.json
Expand Up @@ -20,11 +20,11 @@
"@vue-macros/volar": "workspace:*",
"esbuild": "^0.17.19",
"npm-run-all": "^4.1.5",
"rollup": "^3.21.8",
"rollup": "^3.22.1",
"rollup-plugin-esbuild": "^5.0.0",
"typescript": "^5.0.4",
"unplugin-vue-macros": "workspace:*",
"vite": "^4.3.6",
"vite": "^4.3.8",
"vite-plugin-inspect": "^0.7.26",
"vue-tsc": "1.6.5"
}
Expand Down
6 changes: 3 additions & 3 deletions playground/vue3/package.json
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@vueuse/core": "^10.1.2",
"quasar": "^2.12.0",
"vue": "^3.3.2"
"vue": "^3.3.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.0",
Expand All @@ -23,12 +23,12 @@
"@vue-macros/volar": "workspace:*",
"esbuild": "^0.17.19",
"npm-run-all": "^4.1.5",
"rollup": "^3.21.8",
"rollup": "^3.22.1",
"rollup-plugin-esbuild": "^5.0.0",
"type-fest": "^3.10.0",
"typescript": "^5.0.4",
"unplugin-vue-macros": "workspace:*",
"vite": "^4.3.6",
"vite": "^4.3.8",
"vite-plugin-inspect": "^0.7.26",
"vue-tsc": "1.6.5"
}
Expand Down

0 comments on commit 1c100a9

Please sign in to comment.