Skip to content

Commit

Permalink
Merge pull request #36 from MassBank/dev-frontend
Browse files Browse the repository at this point in the history
chore: updated npm dependency to 20.11.0
  • Loading branch information
michaelwenk authored Jan 28, 2024
2 parents 6b4f236 + fb06d7b commit 47fb3f2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@
/.idea/
/docker/debuglog/
/scripts/bin/

# misc
.DS_Store
11 changes: 11 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"eslint.alwaysShowStatus": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
}
}
2 changes: 1 addition & 1 deletion web-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"vite": "^5.0.6"
},
"volta": {
"node": "20.10.0"
"node": "20.11.0"
},
"peerDependencies": {
"react": ">=18.2.0",
Expand Down

0 comments on commit 47fb3f2

Please sign in to comment.