Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#303)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 14, 2023
1 parent eb931a2 commit 2a961b0
Show file tree
Hide file tree
Showing 28 changed files with 305 additions and 290 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"unocss": "^0.50.4",
"unplugin-vue-macros": "*",
"vite-plugin-pwa": "^0.14.4",
"vitepress": "1.0.0-alpha.49",
"vitepress": "1.0.0-alpha.58",
"vue": "^3.2.47"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "monorepo-unplugin-vue-macros",
"version": "0.0.0",
"private": true,
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"description": "Monorepo for Vue Macros.",
"author": "三咲智子 <[email protected]>",
"scripts": {
Expand Down Expand Up @@ -35,29 +35,29 @@
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.0",
"@sxzz/eslint-config": "^2.4.5",
"@types/node": "18.14.6",
"@types/node": "18.15.3",
"@vitest/coverage-c8": "^0.29.2",
"@vitest/ui": "^0.29.2",
"@vue-macros/test-utils": "workspace:*",
"@vue-macros/volar": "workspace:*",
"esbuild": "^0.17.11",
"eslint": "^8.35.0",
"eslint-define-config": "^1.15.0",
"eslint": "^8.36.0",
"eslint-define-config": "^1.16.0",
"expect-type": "^0.15.0",
"fast-glob": "^3.2.12",
"monoman": "^0.1.2",
"npm-run-all": "^4.1.5",
"rollup-plugin-esbuild": "^5.0.0",
"tsup": "^6.6.3",
"tsx": "^3.12.3",
"tsx": "^3.12.5",
"turbo": "^1.8.3",
"typescript": "^5.0.0-beta",
"vite": "^4.1.4",
"vitest": "^0.29.2",
"vue": "^3.2.47",
"vue-tsc": "^1.2.0",
"vue2": "npm:vue@^2.7.14",
"webpack": "^5.75.0"
"webpack": "^5.76.1"
},
"engines": {
"node": ">=14.19.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-macros/api",
"version": "0.4.6",
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"description": "General API for Vue Macros.",
"keywords": [
"vue-macros",
Expand Down
6 changes: 3 additions & 3 deletions packages/better-define/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-macros/better-define",
"version": "1.3.6",
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"description": "better-define feature from Vue Macros.",
"keywords": [
"vue-macros",
Expand Down Expand Up @@ -82,10 +82,10 @@
"@rollup/pluginutils": "^5.0.2",
"@vue-macros/api": "workspace:~",
"@vue-macros/common": "workspace:~",
"unplugin": "^1.1.0"
"unplugin": "^1.3.0"
},
"devDependencies": {
"rollup": "^3.18.0"
"rollup": "^3.19.1"
},
"engines": {
"node": ">=14.19.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-macros/common",
"version": "1.1.1",
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"description": "common feature from Vue Macros.",
"keywords": [
"vue-macros",
Expand Down
4 changes: 2 additions & 2 deletions packages/define-model/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-macros/define-model",
"version": "1.3.4",
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"description": "define-model feature from Vue Macros.",
"keywords": [
"vue-macros",
Expand Down Expand Up @@ -92,7 +92,7 @@
"@rollup/pluginutils": "^5.0.2",
"@vue-macros/common": "workspace:~",
"ast-walker-scope": "^0.4.0",
"unplugin": "^1.1.0"
"unplugin": "^1.3.0"
},
"devDependencies": {
"@vue-macros/api": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions packages/define-options/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue-define-options",
"version": "1.2.4",
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"description": "Add defineOptions macro for Vue <script setup>.",
"keywords": [
"vue-macros",
Expand Down Expand Up @@ -84,10 +84,10 @@
"@rollup/pluginutils": "^5.0.2",
"@vue-macros/common": "workspace:~",
"ast-walker-scope": "^0.4.0",
"unplugin": "^1.1.0"
"unplugin": "^1.3.0"
},
"devDependencies": {
"rollup": "^3.18.0",
"rollup": "^3.19.1",
"vue": "^3.2.47"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/define-props-refs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-macros/define-props-refs",
"version": "0.2.3",
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"description": "define-props-refs feature from Vue Macros.",
"keywords": [
"vue-macros",
Expand Down Expand Up @@ -85,7 +85,7 @@
"dependencies": {
"@rollup/pluginutils": "^5.0.2",
"@vue-macros/common": "workspace:~",
"unplugin": "^1.1.0"
"unplugin": "^1.3.0"
},
"devDependencies": {
"vue": "^3.2.47"
Expand Down
4 changes: 2 additions & 2 deletions packages/define-props/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-macros/define-props",
"version": "0.4.1",
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"description": "define-props feature from Vue Macros.",
"keywords": [
"vue-macros",
Expand Down Expand Up @@ -86,7 +86,7 @@
"dependencies": {
"@rollup/pluginutils": "^5.0.2",
"@vue-macros/common": "workspace:~",
"unplugin": "^1.1.0"
"unplugin": "^1.3.0"
},
"devDependencies": {
"@vue-macros/reactivity-transform": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/define-render/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-macros/define-render",
"version": "1.2.4",
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"description": "define-render feature from Vue Macros.",
"keywords": [
"vue-macros",
Expand Down Expand Up @@ -85,7 +85,7 @@
"dependencies": {
"@rollup/pluginutils": "^5.0.2",
"@vue-macros/common": "workspace:~",
"unplugin": "^1.1.0"
"unplugin": "^1.3.0"
},
"devDependencies": {
"vue": "^3.2.47"
Expand Down
4 changes: 2 additions & 2 deletions packages/define-slots/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-macros/define-slots",
"version": "0.2.4",
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"description": "define-slots feature from Vue Macros.",
"keywords": [
"vue-macros",
Expand Down Expand Up @@ -85,7 +85,7 @@
"dependencies": {
"@rollup/pluginutils": "^5.0.2",
"@vue-macros/common": "workspace:~",
"unplugin": "^1.1.0"
"unplugin": "^1.3.0"
},
"devDependencies": {
"vue": "^3.2.47"
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-macros/devtools",
"version": "0.1.2",
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"description": "Devtools plugin for Vue Macros.",
"keywords": [
"vue-macros",
Expand Down
4 changes: 2 additions & 2 deletions packages/export-props/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-macros/export-props",
"version": "0.2.3",
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"description": "export-props feature from Vue Macros.",
"keywords": [
"vue-macros",
Expand Down Expand Up @@ -85,7 +85,7 @@
"dependencies": {
"@rollup/pluginutils": "^5.0.2",
"@vue-macros/common": "workspace:~",
"unplugin": "^1.1.0"
"unplugin": "^1.3.0"
},
"devDependencies": {
"vue": "^3.2.47"
Expand Down
4 changes: 2 additions & 2 deletions packages/hoist-static/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-macros/hoist-static",
"version": "1.2.3",
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"description": "hoist-static feature from Vue Macros.",
"keywords": [
"vue-macros",
Expand Down Expand Up @@ -81,7 +81,7 @@
"dependencies": {
"@rollup/pluginutils": "^5.0.2",
"@vue-macros/common": "workspace:~",
"unplugin": "^1.1.0"
"unplugin": "^1.3.0"
},
"engines": {
"node": ">=14.19.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/macros/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue-macros",
"version": "1.10.0",
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"description": "Explore and extend more macros and syntax sugar to Vue.",
"keywords": [
"vue-macros",
Expand Down Expand Up @@ -100,7 +100,7 @@
"@vue-macros/setup-component": "workspace:*",
"@vue-macros/setup-sfc": "workspace:*",
"@vue-macros/short-emits": "workspace:*",
"unplugin": "^1.1.0",
"unplugin": "^1.3.0",
"unplugin-combine": "^0.6.0",
"unplugin-vue-define-options": "workspace:*"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/named-template/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-macros/named-template",
"version": "0.2.4",
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"description": "named-template feature from Vue Macros.",
"keywords": [
"vue-macros",
Expand Down Expand Up @@ -82,7 +82,7 @@
"@rollup/pluginutils": "^5.0.2",
"@vue-macros/common": "workspace:~",
"@vue/compiler-dom": "^3.2.47",
"unplugin": "^1.1.0"
"unplugin": "^1.3.0"
},
"devDependencies": {
"vue": "^3.2.47"
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-macros/nuxt",
"version": "1.2.2",
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"description": "nuxt feature from Vue Macros.",
"keywords": [
"vue-macros",
Expand Down
4 changes: 2 additions & 2 deletions packages/reactivity-transform/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-macros/reactivity-transform",
"version": "0.2.5",
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"description": "reactivity-transform feature from Vue Macros.",
"keywords": [
"vue-macros",
Expand Down Expand Up @@ -92,7 +92,7 @@
"@vue/compiler-core": "^3.2.47",
"@vue/shared": "^3.2.47",
"magic-string": "^0.30.0",
"unplugin": "^1.1.0"
"unplugin": "^1.3.0"
},
"devDependencies": {
"estree-walker": "^3.0.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/setup-block/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-macros/setup-block",
"version": "0.1.3",
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"description": "setup-block feature from Vue Macros.",
"keywords": [
"vue-macros",
Expand Down Expand Up @@ -82,7 +82,7 @@
"@rollup/pluginutils": "^5.0.2",
"@vue-macros/common": "workspace:~",
"@vue/compiler-dom": "^3.2.47",
"unplugin": "^1.1.0"
"unplugin": "^1.3.0"
},
"engines": {
"node": ">=14.19.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/setup-component/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-macros/setup-component",
"version": "0.15.4",
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"description": "setup-component feature from Vue Macros.",
"keywords": [
"vue-macros",
Expand Down Expand Up @@ -83,10 +83,10 @@
"dependencies": {
"@rollup/pluginutils": "^5.0.2",
"@vue-macros/common": "workspace:~",
"unplugin": "^1.1.0"
"unplugin": "^1.3.0"
},
"devDependencies": {
"rollup": "^3.18.0",
"rollup": "^3.19.1",
"vue": "^3.2.47"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/setup-sfc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-macros/setup-sfc",
"version": "0.14.3",
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"description": "setup-sfc feature from Vue Macros.",
"keywords": [
"vue-macros",
Expand Down Expand Up @@ -81,10 +81,10 @@
"dependencies": {
"@rollup/pluginutils": "^5.0.2",
"@vue-macros/common": "workspace:~",
"unplugin": "^1.1.0"
"unplugin": "^1.3.0"
},
"devDependencies": {
"rollup": "^3.18.0",
"rollup": "^3.19.1",
"vue": "^3.2.47"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/short-emits/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-macros/short-emits",
"version": "1.2.4",
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"description": "short-emits feature from Vue Macros.",
"keywords": [
"vue-macros",
Expand Down Expand Up @@ -83,7 +83,7 @@
"dependencies": {
"@rollup/pluginutils": "^5.0.2",
"@vue-macros/common": "workspace:~",
"unplugin": "^1.1.0"
"unplugin": "^1.3.0"
},
"engines": {
"node": ">=14.19.0"
Expand Down

0 comments on commit 2a961b0

Please sign in to comment.