Skip to content

Commit

Permalink
Reset package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ziegler-daniel committed Mar 13, 2024
1 parent c21c033 commit 9c0cfce
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 59 deletions.
133 changes: 80 additions & 53 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"preview": "vite preview"
},
"dependencies": {
"date-fns": "3.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.51.0",
"date-fns": "3.1.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hook-form": "7.40.0",
"react-router-dom": "5.3.0"
},
"devDependencies": {
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@types/react": "^18.1.0",
"@types/react-dom": "^18.1.0",
"@vitejs/plugin-react": "4.2.1",
"eslint": "8.57.0",
"eslint-plugin-react": "7.34.0",
Expand Down

0 comments on commit 9c0cfce

Please sign in to comment.