Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 18, 2024
1 parent fff40f6 commit a8f48d3
Show file tree
Hide file tree
Showing 14 changed files with 744 additions and 727 deletions.
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -41,35 +41,35 @@
"@types/convert-source-map": "^2.0.3",
"@types/debug": "^4.1.12",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.26",
"@types/node": "^20.12.7",
"@types/resolve": "^1.20.6",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@vitejs/release-scripts": "^1.3.1",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.57.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^14.0.0",
"eslint-plugin-regexp": "^2.3.0",
"eslint-plugin-regexp": "^2.5.0",
"execa": "^8.0.1",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.2",
"npm-run-all2": "^6.1.2",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.42.1",
"playwright-chromium": "^1.43.1",
"prettier": "3.2.5",
"resolve": "^1.22.8",
"rollup": "^4.13.0",
"rollup-plugin-license": "^3.3.1",
"simple-git-hooks": "^2.10.0",
"tsx": "^4.7.1",
"typescript": "^5.4.2",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.7.2",
"typescript": "^5.4.5",
"unbuild": "2.0.0",
"vite": "^5.1.6",
"vitest": "^1.3.1",
"vue": "^3.4.21"
"vitest": "^1.5.0",
"vue": "^3.4.23"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false"
Expand All @@ -88,7 +88,7 @@
"eslint --cache --fix"
]
},
"packageManager": "[email protected].4",
"packageManager": "[email protected].7",
"pnpm": {
"overrides": {
"@vitejs/plugin-vue": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-vue-jsx/package.json
Expand Up @@ -34,9 +34,9 @@
},
"homepage": "https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx#readme",
"dependencies": {
"@babel/core": "^7.24.0",
"@babel/plugin-transform-typescript": "^7.23.6",
"@vue/babel-plugin-jsx": "^1.2.1"
"@babel/core": "^7.24.4",
"@babel/plugin-transform-typescript": "^7.24.4",
"@vue/babel-plugin-jsx": "^1.2.2"
},
"devDependencies": {
"vite": "^5.1.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-vue/package.json
Expand Up @@ -43,8 +43,8 @@
"debug": "^4.3.4",
"rollup": "^4.13.0",
"slash": "^5.1.0",
"source-map-js": "^1.0.2",
"source-map-js": "^1.2.0",
"vite": "^5.1.6",
"vue": "^3.4.21"
"vue": "^3.4.23"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "1.0.0",
"devDependencies": {
"@types/node": "^20.11.26",
"@types/node": "^20.12.7",
"convert-source-map": "^2.0.0",
"css-color-names": "^1.0.1",
"kill-port": "^1.6.1",
Expand Down
4 changes: 2 additions & 2 deletions playground/ssr-vue/package.json
Expand Up @@ -17,8 +17,8 @@
"dependencies": {
"@vitejs/test-example-external-component": "file:example-external-component",
"pinia": "^2.1.7",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"vue": "^3.4.23",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions playground/tailwind/package.json
Expand Up @@ -9,13 +9,13 @@
"preview": "vite preview"
},
"dependencies": {
"autoprefixer": "^10.4.18",
"tailwindcss": "^3.4.1",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"autoprefixer": "^10.4.19",
"tailwindcss": "^3.4.3",
"vue": "^3.4.23",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@types/node": "^20.11.26",
"@types/node": "^20.12.7",
"@vitejs/plugin-vue": "workspace:*",
"ts-node": "^10.9.2"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-asset-base/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.21"
"vue": "^3.4.23"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-jsx/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.21"
"vue": "^3.4.23"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-legacy/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.21"
"vue": "^3.4.23"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-lib/package.json
Expand Up @@ -9,7 +9,7 @@
"build-consumer": "vite build --config ./vite.config.consumer.ts"
},
"dependencies": {
"vue": "^3.4.21"
"vue": "^3.4.23"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-server-origin/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.21"
"vue": "^3.4.23"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions playground/vue-sourcemap/package.json
Expand Up @@ -12,9 +12,9 @@
"@vitejs/plugin-vue": "workspace:*",
"less": "^4.2.0",
"postcss-nested": "^6.0.1",
"sass": "^1.71.1"
"sass": "^1.75.0"
},
"dependencies": {
"vue": "^3.4.21"
"vue": "^3.4.23"
}
}
4 changes: 2 additions & 2 deletions playground/vue/package.json
Expand Up @@ -10,14 +10,14 @@
},
"dependencies": {
"lodash-es": "^4.17.21",
"vue": "^3.4.21"
"vue": "^3.4.23"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
"js-yaml": "^4.1.0",
"less": "^4.2.0",
"pug": "^3.0.2",
"sass": "^1.71.1",
"sass": "^1.75.0",
"stylus": "^0.63.0"
}
}

0 comments on commit a8f48d3

Please sign in to comment.