Skip to content

Commit

Permalink
feat(nuxt): nightly version for nuxi works
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarini committed Nov 3, 2023
1 parent f56f450 commit a30113c
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 22 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
"ng-packagr": "~16.2.0",
"node-fetch": "^2.6.7",
"npm-package-arg": "11.0.1",
"nuxi": "3.6.5",
"nuxi": "npm:[email protected]",
"nx": "17.0.0-rc.2",
"octokit": "^2.0.14",
"open": "^8.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"migrations": "./migrations.json"
},
"dependencies": {
"nuxi": "3.6.5",
"nuxi": "npm:[email protected]",
"tslib": "^2.3.0",
"@nx/devkit": "file:../devkit",
"@nx/js": "file:../js",
Expand Down
7 changes: 1 addition & 6 deletions packages/nuxt/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,4 @@ export const happyDomVersion = '^12.10.3';
// linting deps
export const nuxtEslintConfigVersion = '0.2.0';

// TODO(katerina): nuxi version in package.json
/**
* Latest nuxi has a bug
*
* Nuxi version we use must be 3.6.5 until bug is fixed.
*/
// TODO(katerina): nuxi version in package.json - add latest - not nightly
36 changes: 22 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a30113c

Please sign in to comment.