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] authored Mar 25, 2024
1 parent 997f9bb commit 9741018
Show file tree
Hide file tree
Showing 9 changed files with 614 additions and 599 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@
"@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.11.30",
"@types/resolve": "^1.20.6",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@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.4.0",
"execa": "^8.0.1",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
Expand All @@ -63,12 +63,12 @@
"resolve": "^1.22.8",
"rollup": "^4.13.0",
"rollup-plugin-license": "^3.3.1",
"simple-git-hooks": "^2.10.0",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.7.1",
"typescript": "^5.4.2",
"typescript": "^5.4.3",
"unbuild": "2.0.0",
"vite": "^5.1.6",
"vitest": "^1.3.1",
"vitest": "^1.4.0",
"vue": "^3.4.21"
},
"simple-git-hooks": {
Expand All @@ -88,7 +88,7 @@
"eslint --cache --fix"
]
},
"packageManager": "[email protected].4",
"packageManager": "[email protected].5",
"pnpm": {
"overrides": {
"@vitejs/plugin-vue": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-vue-jsx/package.json
Original file line number Diff line number Diff line change
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.3",
"@babel/plugin-transform-typescript": "^7.24.1",
"@vue/babel-plugin-jsx": "^1.2.2"
},
"devDependencies": {
"vite": "^5.1.6"
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 @@ -43,7 +43,7 @@
"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"
}
Expand Down
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.26",
"@types/node": "^20.11.30",
"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 @@ -25,7 +25,7 @@
"@vitejs/plugin-vue-jsx": "workspace:*",
"@vitejs/test-dep-import-type": "link:dep-import-type",
"compression": "^1.7.4",
"express": "^4.18.3",
"express": "^4.19.2",
"serve-static": "^1.15.0"
}
}
4 changes: 2 additions & 2 deletions playground/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"preview": "vite preview"
},
"dependencies": {
"autoprefixer": "^10.4.18",
"autoprefixer": "^10.4.19",
"tailwindcss": "^3.4.1",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@types/node": "^20.11.26",
"@types/node": "^20.11.30",
"@vitejs/plugin-vue": "workspace:*",
"ts-node": "^10.9.2"
}
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 @@ -12,7 +12,7 @@
"@vitejs/plugin-vue": "workspace:*",
"less": "^4.2.0",
"postcss-nested": "^6.0.1",
"sass": "^1.71.1"
"sass": "^1.72.0"
},
"dependencies": {
"vue": "^3.4.21"
Expand Down
2 changes: 1 addition & 1 deletion playground/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"js-yaml": "^4.1.0",
"less": "^4.2.0",
"pug": "^3.0.2",
"sass": "^1.71.1",
"sass": "^1.72.0",
"stylus": "^0.63.0"
}
}
Loading

0 comments on commit 9741018

Please sign in to comment.