Skip to content

Commit

Permalink
update nuxt and node
Browse files Browse the repository at this point in the history
  • Loading branch information
dylankelly authored Oct 29, 2024
1 parent f13d97d commit 44ae36d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/hydrogen
lts/iron
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"cypress": "13.15.1",
"eslint": "^8.36.0",
"jest-environment-jsdom": "^29.5.0",
"nuxt": "3.11.2",
"nuxt": "3.13.2",
"start-server-and-test": "^2.0.5",
"ts-jest": "^29.0.5",
"typescript": "^5.0.2"
},
"engines": {
"node": "^20.0.0",
"npm": "^9.5.1 || ^10.2.4"
"node": "^18.15.0 || ^20.9.0",
"npm": "^10.5.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
Expand Down

0 comments on commit 44ae36d

Please sign in to comment.