Skip to content

Commit

Permalink
chore: bump node & package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Space Corp Engineering authored and gitaarwerk committed Mar 21, 2024
1 parent 42ef48b commit 90393ca
Show file tree
Hide file tree
Showing 5 changed files with 428 additions and 303 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.0
18.18.0
14 changes: 7 additions & 7 deletions dev-environment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"@types/node": "^18.17.0",
"@types/react": "18.2.57",
"@types/react-dom": "18.2.19",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"gleamy": "2.0.0",
"next": "14.1.0",
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
"gleamy": "2.0.1",
"next": "14.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.3.3"
"typescript": "5.4.3"
},
"engines": {
"node": ">=18.17.0",
"npm": ">=9.6.7"
"node": ">=18.18.0",
"npm": ">=9.8.1"
}
}
Loading

0 comments on commit 90393ca

Please sign in to comment.