Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 29, 2024
1 parent 7fc7994 commit 2b97005
Show file tree
Hide file tree
Showing 13 changed files with 262 additions and 262 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
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.14.2",
"@types/node": "^20.14.9",
"@types/resolve": "^1.20.6",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@vitejs/release-scripts": "^1.3.1",
"conventional-changelog-cli": "^5.0.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.6.0",
"execa": "^9.2.0",
"execa": "^9.3.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.7",
"npm-run-all2": "^6.2.0",
"picocolors": "^1.0.1",
"playwright-chromium": "^1.44.1",
"playwright-chromium": "^1.45.0",
"prettier": "3.3.2",
"resolve": "^1.22.8",
"rollup": "^4.18.0",
"rollup-plugin-license": "^3.4.0",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.15.5",
"typescript": "^5.4.5",
"tsx": "^4.15.9",
"typescript": "^5.5.2",
"unbuild": "2.0.0",
"vite": "^5.2.12",
"vitest": "^1.6.0",
"vue": "^3.4.29"
"vue": "^3.4.31"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false"
Expand All @@ -88,7 +88,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@9.4.0",
"pnpm": {
"overrides": {
"@vitejs/plugin-vue": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"slash": "^5.1.0",
"source-map-js": "^1.2.0",
"vite": "^5.2.12",
"vue": "^3.4.29"
"vue": "^3.4.31"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "1.0.0",
"devDependencies": {
"@types/node": "^20.14.2",
"@types/node": "^20.14.9",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"dependencies": {
"@vitejs/test-example-external-component": "file:example-external-component",
"pinia": "^2.1.7",
"vue": "^3.4.29",
"vue-router": "^4.3.3"
"vue": "^3.4.31",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions playground/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"dependencies": {
"autoprefixer": "^10.4.19",
"tailwindcss": "^3.4.4",
"vue": "^3.4.29",
"vue-router": "^4.3.3"
"vue": "^3.4.31",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@types/node": "^20.14.2",
"@types/node": "^20.14.9",
"@vitejs/plugin-vue": "workspace:*",
"ts-node": "^10.9.2"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-asset-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.29"
"vue": "^3.4.31"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.29"
"vue": "^3.4.31"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.29"
"vue": "^3.4.31"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build-consumer": "vite build --config ./vite.config.consumer.ts"
},
"dependencies": {
"vue": "^3.4.29"
"vue": "^3.4.31"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-server-origin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.29"
"vue": "^3.4.31"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions playground/vue-sourcemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"@vitejs/plugin-vue": "workspace:*",
"less": "^4.2.0",
"postcss-nested": "^6.0.1",
"sass": "^1.77.5"
"sass": "^1.77.6"
},
"dependencies": {
"vue": "^3.4.29"
"vue": "^3.4.31"
}
}
4 changes: 2 additions & 2 deletions playground/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"dependencies": {
"lodash-es": "^4.17.21",
"vue": "^3.4.29"
"vue": "^3.4.31"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
"js-yaml": "^4.1.0",
"less": "^4.2.0",
"pug": "^3.0.3",
"sass": "^1.77.5",
"sass": "^1.77.6",
"stylus": "^0.63.0"
}
}
Loading

0 comments on commit 2b97005

Please sign in to comment.