Skip to content

Commit

Permalink
Update and override dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
baptistecdr committed Dec 15, 2024
1 parent 15e6d9e commit eb43492
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 48 deletions.
85 changes: 39 additions & 46 deletions package-lock.json

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

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"luxon": "3.5.0",
"path": "0.12.7",
"react": "19.0.0",
"react-bootstrap": "2.10.6",
"react-bootstrap": "2.10.7",
"react-dom": "19.0.0",
"react-loader-spinner": "6.1.6",
"reflect-metadata": "0.2.2",
Expand All @@ -47,7 +47,7 @@
"@types/uuid": "10.0.0",
"@types/webextension-polyfill": "0.12.1",
"@vitejs/plugin-react": "4.3.4",
"nodemon": "3.1.7",
"nodemon": "3.1.9",
"typescript": "5.7.2",
"vite": "6.0.3",
"vite-plugin-node-polyfills": "0.22.0",
Expand All @@ -57,6 +57,10 @@
"overrides": {
"vite-plugin-node-polyfills": {
"vite": "6.0.3"
},
"react-loader-spinner": {
"react": "19.0.0",
"react-dom": "19.0.0"
}
}
}

0 comments on commit eb43492

Please sign in to comment.