Skip to content

Commit ed5ad64

Browse files
committed
fix(nuxt,vite): unpin nitropack
1 parent 365e81c commit ed5ad64

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@
101101
"mlly": "^1.7.4",
102102
"mocked-exports": "^0.1.1",
103103
"nanotar": "^0.2.0",
104-
"nitropack": "2.12.0",
105104
"nypm": "^0.6.0",
106105
"ofetch": "^1.4.1",
107106
"ohash": "^2.0.11",
@@ -140,6 +139,7 @@
140139
"@vitejs/plugin-vue": "6.0.0",
141140
"@vitejs/plugin-vue-jsx": "5.0.1",
142141
"@vue/compiler-sfc": "3.5.17",
142+
"nitropack": "2.12.0",
143143
"unbuild": "3.5.0",
144144
"vite": "7.0.4",
145145
"vitest": "3.2.4",

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"magic-string": "^0.30.17",
5050
"mlly": "^1.7.4",
5151
"mocked-exports": "^0.1.1",
52-
"nitropack": "2.12.0",
52+
"nitropack": "^2.12.0",
5353
"pathe": "^2.0.3",
5454
"pkg-types": "^2.2.0",
5555
"postcss": "^8.5.6",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)