Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#355)
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 Feb 20, 2024
1 parent cf7d91e commit 4faec3d
Show file tree
Hide file tree
Showing 13 changed files with 365 additions and 303 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"@types/convert-source-map": "^2.0.3",
"@types/debug": "^4.1.12",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.16",
"@types/node": "^20.11.19",
"@types/resolve": "^1.20.6",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/release-scripts": "^1.3.1",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.56.0",
Expand All @@ -55,7 +55,7 @@
"execa": "^8.0.1",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.1",
"lint-staged": "^15.2.2",
"npm-run-all2": "^6.1.2",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.41.2",
Expand All @@ -64,12 +64,12 @@
"rollup": "^4.12.0",
"rollup-plugin-license": "^3.2.0",
"simple-git-hooks": "^2.9.0",
"tsx": "^4.7.0",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"unbuild": "2.0.0",
"vite": "^5.1.3",
"vitest": "^1.2.2",
"vue": "^3.4.15"
"vitest": "^1.3.1",
"vue": "^3.4.19"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false"
Expand All @@ -88,7 +88,7 @@
"eslint --cache --fix"
]
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"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.0.2",
"vite": "^5.1.3",
"vue": "^3.4.15"
"vue": "^3.4.19"
}
}
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.11.16",
"@types/node": "^20.11.19",
"convert-source-map": "^2.0.0",
"css-color-names": "^1.0.1",
"kill-port": "^1.6.1",
Expand Down
2 changes: 1 addition & 1 deletion playground/ssr-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@vitejs/test-example-external-component": "file:example-external-component",
"pinia": "^2.1.7",
"vue": "^3.4.15",
"vue": "^3.4.19",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 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.17",
"tailwindcss": "^3.4.1",
"vue": "^3.4.15",
"vue": "^3.4.19",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@types/node": "^20.11.16",
"@types/node": "^20.11.19",
"@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.15"
"vue": "^3.4.19"
},
"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.15"
"vue": "^3.4.19"
},
"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.15"
"vue": "^3.4.19"
},
"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.15"
"vue": "^3.4.19"
},
"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.15"
"vue": "^3.4.19"
},
"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.70.0"
"sass": "^1.71.0"
},
"dependencies": {
"vue": "^3.4.15"
"vue": "^3.4.19"
}
}
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.15"
"vue": "^3.4.19"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
"js-yaml": "^4.1.0",
"less": "^4.2.0",
"pug": "^3.0.2",
"sass": "^1.70.0",
"sass": "^1.71.0",
"stylus": "^0.62.0"
}
}

0 comments on commit 4faec3d

Please sign in to comment.