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 Jan 15, 2024
1 parent d17f4dc commit c66609d
Show file tree
Hide file tree
Showing 6 changed files with 266 additions and 266 deletions.
4 changes: 2 additions & 2 deletions examples/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"preview": "serve dist"
},
"dependencies": {
"vue": "^3.4.5"
"vue": "^3.4.13"
},
"devDependencies": {
"@chialab/esbuild-plugin-html": "^0.17.3",
"@chialab/esbuild-plugin-html": "^0.18.0",
"esbuild": "^0.19.11",
"sass": "^1.69.7",
"serve": "^14.2.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"preview": "serve"
},
"dependencies": {
"vue": "^3.4.5"
"vue": "^3.4.13"
},
"devDependencies": {
"esbuild": "^0.19.11",
"rollup": "^4.9.4",
"rollup": "^4.9.5",
"rollup-plugin-esbuild": "^6.1.0",
"serve": "^14.2.1",
"unplugin-vue": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.5"
"vue": "^3.4.13"
},
"devDependencies": {
"unplugin-vue": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"preview": "serve dist"
},
"dependencies": {
"vue": "^3.4.5"
"vue": "^3.4.13"
},
"devDependencies": {
"@swc/core": "^1.3.102",
"@swc/core": "^1.3.103",
"@types/webpack": "^5.28.5",
"cross-env": "^7.0.3",
"html-webpack-plugin": "^5.6.0",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue",
"version": "5.0.2",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"description": "Transform Vue 3 SFC to JavaScript.",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -91,26 +91,26 @@
"devDependencies": {
"@babel/types": "^7.23.6",
"@jridgewell/gen-mapping": "^0.3.3",
"@jridgewell/trace-mapping": "^0.3.20",
"@jridgewell/trace-mapping": "^0.3.21",
"@sxzz/eslint-config": "^3.7.6",
"@sxzz/prettier-config": "^2.0.0",
"@types/debug": "^4.1.12",
"@types/node": "^20.10.6",
"@vitejs/plugin-vue": "5.0.2",
"@vitest/ui": "1.1.3",
"@types/node": "^20.11.1",
"@vitejs/plugin-vue": "5.0.3",
"@vitest/ui": "1.2.0",
"bumpp": "^9.2.1",
"esbuild": "0.19.11",
"eslint": "^8.56.0",
"fast-glob": "^3.3.2",
"rimraf": "^5.0.5",
"rollup": "^4.9.4",
"rollup": "^4.9.5",
"rollup-plugin-esbuild": "^6.1.0",
"slash": "^5.1.0",
"source-map-js": "^1.0.2",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "1.1.3",
"vue": "^3.4.5",
"vitest": "1.2.0",
"vue": "^3.4.13",
"webpack": "^5.89.0"
},
"engines": {
Expand Down
Loading

0 comments on commit c66609d

Please sign in to comment.