Skip to content

Commit

Permalink
chore(deps): update upstream (#379)
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] authored May 30, 2024
1 parent b096ee9 commit 96c82e9
Show file tree
Hide file tree
Showing 5 changed files with 533 additions and 585 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@
"playwright-chromium": "^1.44.1",
"prettier": "3.2.5",
"resolve": "^1.22.8",
"rollup": "^4.13.0",
"rollup-plugin-license": "^3.3.1",
"rollup": "^4.18.0",
"rollup-plugin-license": "^3.4.0",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.11.0",
"typescript": "^5.4.5",
"unbuild": "2.0.0",
"vite": "^5.1.6",
"vite": "^5.2.12",
"vitest": "^1.6.0",
"vue": "^3.4.27"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@vue/babel-plugin-jsx": "^1.2.2"
},
"devDependencies": {
"vite": "^5.1.6"
"vite": "^5.2.12"
},
"peerDependencies": {
"vite": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"@jridgewell/gen-mapping": "^0.3.5",
"@jridgewell/trace-mapping": "^0.3.25",
"debug": "^4.3.4",
"rollup": "^4.13.0",
"rollup": "^4.18.0",
"slash": "^5.1.0",
"source-map-js": "^1.2.0",
"vite": "^5.1.6",
"vite": "^5.2.12",
"vue": "^3.4.27"
}
}
2 changes: 1 addition & 1 deletion playground/vue-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "workspace:*",
"@vitejs/plugin-legacy": "^5.3.2"
"@vitejs/plugin-legacy": "^5.4.1"
}
}
Loading

0 comments on commit 96c82e9

Please sign in to comment.