Skip to content

Commit 59946d3

Browse files
authoredMar 3, 2025··
chore(deps): update upstream (#526)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 95be153 commit 59946d3

File tree

5 files changed

+812
-387
lines changed

5 files changed

+812
-387
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"picocolors": "^1.1.1",
5757
"playwright-chromium": "^1.50.1",
5858
"prettier": "3.4.2",
59-
"rollup": "^4.34.4",
59+
"rollup": "^4.34.9",
6060
"simple-git-hooks": "^2.11.1",
6161
"tsx": "^4.19.2",
6262
"typescript": "^5.7.3",

‎packages/plugin-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@jridgewell/gen-mapping": "^0.3.8",
4343
"@jridgewell/trace-mapping": "^0.3.25",
4444
"debug": "^4.4.0",
45-
"rollup": "^4.34.4",
45+
"rollup": "^4.34.9",
4646
"slash": "^5.1.0",
4747
"source-map-js": "^1.2.1",
4848
"vite": "catalog:",

‎playground/vue-legacy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
},
1515
"devDependencies": {
1616
"@vitejs/plugin-vue": "workspace:*",
17-
"@vitejs/plugin-legacy": "^6.0.1"
17+
"@vitejs/plugin-legacy": "^6.0.2"
1818
}
1919
}

‎pnpm-lock.yaml

+808-383
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pnpm-workspace.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ packages:
44

55
catalog:
66
'vue': ^3.5.13
7-
'vite': ^6.1.0
7+
'vite': ^6.2.0
88
'vue-router': ^4.5.0

0 commit comments

Comments
 (0)
Please sign in to comment.