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 Dec 19, 2023
1 parent c5ef4e4 commit b5ed079
Show file tree
Hide file tree
Showing 14 changed files with 735 additions and 651 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,20 @@
"ci-publish": "tsx scripts/publishCI.ts"
},
"devDependencies": {
"@babel/types": "^7.23.5",
"@babel/types": "^7.23.6",
"@types/babel__core": "^7.20.5",
"@types/convert-source-map": "^2.0.3",
"@types/debug": "^4.1.12",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.3",
"@types/node": "^20.10.5",
"@types/resolve": "^1.20.6",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vitejs/release-scripts": "^1.3.1",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-define-config": "^1.24.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-regexp": "^2.1.2",
"execa": "^8.0.1",
Expand All @@ -59,17 +59,17 @@
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.40.1",
"prettier": "3.1.0",
"prettier": "3.1.1",
"resolve": "^1.22.8",
"rollup": "^4.6.1",
"rollup-plugin-license": "^3.2.0",
"simple-git-hooks": "^2.9.0",
"tsx": "^4.6.2",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"unbuild": "2.0.0",
"vite": "^5.0.6",
"vitest": "^1.0.1",
"vue": "^3.3.10"
"vitest": "^1.1.0",
"vue": "^3.3.13"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false"
Expand All @@ -88,7 +88,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.12.1",
"pnpm": {
"overrides": {
"@vitejs/plugin-vue": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-vue-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
},
"homepage": "https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx#readme",
"dependencies": {
"@babel/core": "^7.23.5",
"@babel/plugin-transform-typescript": "^7.23.5",
"@babel/core": "^7.23.6",
"@babel/plugin-transform-typescript": "^7.23.6",
"@vue/babel-plugin-jsx": "^1.1.5"
},
"devDependencies": {
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.0.6",
"vue": "^3.3.10"
"vue": "^3.3.13"
}
}
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.10.3",
"@types/node": "^20.10.5",
"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.3.10",
"vue": "^3.3.13",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions playground/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
},
"dependencies": {
"autoprefixer": "^10.4.16",
"tailwindcss": "^3.3.6",
"vue": "^3.3.10",
"tailwindcss": "^3.4.0",
"vue": "^3.3.13",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@types/node": "^20.10.3",
"@types/node": "^20.10.5",
"@vitejs/plugin-vue": "workspace:*",
"ts-node": "^10.9.1"
"ts-node": "^10.9.2"
}
}
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.3.10"
"vue": "^3.3.13"
},
"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.3.10"
"vue": "^3.3.13"
},
"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.3.10"
"vue": "^3.3.13"
},
"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.3.10"
"vue": "^3.3.13"
},
"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.3.10"
"vue": "^3.3.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-sourcemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"sass": "^1.69.5"
},
"dependencies": {
"vue": "^3.3.10"
"vue": "^3.3.13"
}
}
2 changes: 1 addition & 1 deletion playground/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"lodash-es": "^4.17.21",
"vue": "^3.3.10"
"vue": "^3.3.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
Expand Down

0 comments on commit b5ed079

Please sign in to comment.