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 25, 2024
1 parent d17f4dc commit a703487
Show file tree
Hide file tree
Showing 6 changed files with 502 additions and 432 deletions.
8 changes: 4 additions & 4 deletions examples/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"preview": "serve dist"
},
"dependencies": {
"vue": "^3.4.5"
"vue": "^3.4.15"
},
"devDependencies": {
"@chialab/esbuild-plugin-html": "^0.17.3",
"esbuild": "^0.19.11",
"sass": "^1.69.7",
"@chialab/esbuild-plugin-html": "^0.18.0",
"esbuild": "^0.19.12",
"sass": "^1.70.0",
"serve": "^14.2.1",
"unplugin-vue": "workspace:*"
}
Expand Down
8 changes: 4 additions & 4 deletions examples/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"preview": "serve"
},
"dependencies": {
"vue": "^3.4.5"
"vue": "^3.4.15"
},
"devDependencies": {
"esbuild": "^0.19.11",
"rollup": "^4.9.4",
"rollup-plugin-esbuild": "^6.1.0",
"esbuild": "^0.19.12",
"rollup": "^4.9.6",
"rollup-plugin-esbuild": "^6.1.1",
"serve": "^14.2.1",
"unplugin-vue": "workspace:*"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.5"
"vue": "^3.4.15"
},
"devDependencies": {
"unplugin-vue": "workspace:*",
"vite": "^5.0.11",
"vite-plugin-inspect": "^0.8.1"
"vite": "^5.0.12",
"vite-plugin-inspect": "^0.8.3"
}
}
6 changes: 3 additions & 3 deletions examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
"preview": "serve dist"
},
"dependencies": {
"vue": "^3.4.5"
"vue": "^3.4.15"
},
"devDependencies": {
"@swc/core": "^1.3.102",
"@swc/core": "^1.3.106",
"@types/webpack": "^5.28.5",
"cross-env": "^7.0.3",
"html-webpack-plugin": "^5.6.0",
"serve": "^14.2.1",
"sucrase": "^3.35.0",
"swc-loader": "^0.2.3",
"unplugin-vue": "workspace:*",
"webpack": "^5.89.0",
"webpack": "^5.90.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
Expand Down
28 changes: 14 additions & 14 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].3",
"description": "Transform Vue 3 SFC to JavaScript.",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -86,32 +86,32 @@
"dependencies": {
"debug": "^4.3.4",
"unplugin": "~1.6.0",
"vite": "^5.0.11"
"vite": "^5.0.12"
},
"devDependencies": {
"@babel/types": "^7.23.6",
"@babel/types": "^7.23.9",
"@jridgewell/gen-mapping": "^0.3.3",
"@jridgewell/trace-mapping": "^0.3.20",
"@jridgewell/trace-mapping": "^0.3.22",
"@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",
"bumpp": "^9.2.1",
"esbuild": "0.19.11",
"@types/node": "^20.11.6",
"@vitejs/plugin-vue": "5.0.3",
"@vitest/ui": "1.2.1",
"bumpp": "^9.3.0",
"esbuild": "0.19.12",
"eslint": "^8.56.0",
"fast-glob": "^3.3.2",
"rimraf": "^5.0.5",
"rollup": "^4.9.4",
"rollup-plugin-esbuild": "^6.1.0",
"rollup": "^4.9.6",
"rollup-plugin-esbuild": "^6.1.1",
"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",
"webpack": "^5.89.0"
"vitest": "1.2.1",
"vue": "^3.4.15",
"webpack": "^5.90.0"
},
"engines": {
"node": ">=18.0.0"
Expand Down
Loading

0 comments on commit a703487

Please sign in to comment.