Skip to content

Commit

Permalink
Merge branch 'main' into ci/build-head-failure-for-forks
Browse files Browse the repository at this point in the history
  • Loading branch information
schirrel authored Feb 7, 2025
2 parents a9924ef + e4bab8d commit 0028062
Show file tree
Hide file tree
Showing 6 changed files with 382 additions and 250 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nuxi-workspace",
"type": "module",
"private": true,
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"description": "⚡️ Nuxt Generation CLI Experience",
"license": "MIT",
"repository": "nuxt/cli",
Expand All @@ -22,7 +22,7 @@
},
"devDependencies": {
"@antfu/eslint-config": "^4.1.1",
"@nuxt/eslint-config": "^1.0.0",
"@nuxt/eslint-config": "^1.0.1",
"@types/node": "^22.13.1",
"@types/semver": "^7.5.8",
"@vitest/coverage-v8": "^3.0.5",
Expand All @@ -41,7 +41,7 @@
"@nuxt/cli": "workspace:*",
"@nuxt/schema": "3.15.4",
"create-nuxt-app": "workspace:*",
"h3": "^1.14.0",
"h3": "^1.15.0",
"nitropack": "npm:nitropack-nightly",
"nuxi": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-nuxt-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@types/node": "^22.13.1",
"rollup": "^4.34.4",
"rollup": "^4.34.5",
"rollup-plugin-visualizer": "^5.14.0",
"typescript": "^5.7.3",
"unbuild": "^3.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"defu": "^6.1.4",
"fuse.js": "^7.1.0",
"giget": "^1.2.4",
"h3": "^1.14.0",
"h3": "^1.15.0",
"httpxy": "^0.1.7",
"jiti": "^2.4.2",
"listhen": "^1.9.0",
Expand All @@ -64,7 +64,7 @@
"pathe": "^2.0.2",
"perfect-debounce": "^1.0.0",
"pkg-types": "^1.3.1",
"rollup": "^4.34.4",
"rollup": "^4.34.5",
"rollup-plugin-visualizer": "^5.14.0",
"scule": "^1.3.0",
"semver": "^7.7.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"defu": "^6.1.4",
"fuse.js": "^7.1.0",
"giget": "^1.2.4",
"h3": "^1.14.0",
"h3": "^1.15.0",
"httpxy": "^0.1.7",
"jiti": "^2.4.2",
"listhen": "^1.9.0",
Expand All @@ -59,7 +59,7 @@
},
"devDependencies": {
"@types/node": "^22.13.1",
"rollup": "^4.34.4",
"rollup": "^4.34.5",
"rollup-plugin-visualizer": "^5.14.0",
"typescript": "^5.7.3",
"unbuild": "^3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt-cli/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nuxt-cli-playground",
"version": "1.0.0",
"private": true,
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"dependencies": {
"nuxt": "^3.15.4"
}
Expand Down
Loading

0 comments on commit 0028062

Please sign in to comment.