Skip to content

Commit

Permalink
Update types dependencies location
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Pavlovskiy committed Oct 27, 2023
1 parent 9602d35 commit 35a1432
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions apps/website/package-lock.json

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

6 changes: 3 additions & 3 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
},
"dependencies": {
"@next/font": "13.1.1",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"axios": "^1.2.2",
"bootstrap": "^5.2.3",
"cookies-next": "^2.1.1",
Expand All @@ -31,6 +28,9 @@
"typescript": "4.9.4"
},
"devDependencies": {
"@types/node": "18.11.18",
"@types/react-dom": "18.0.10",
"@types/react": "^18.2.33",
"@types/react-datepicker": "^4.10.0"
}
}

0 comments on commit 35a1432

Please sign in to comment.