Skip to content

Commit

Permalink
[env]update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pictomo committed May 9, 2024
1 parent 1806a80 commit 83af3cd
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 88 deletions.
165 changes: 84 additions & 81 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"lint": "next lint"
},
"dependencies": {
"react": "^18",
"react-dom": "^18",
"next": "14.1.0"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"next": "14.2.3"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18"
"typescript": "^5.3.3",
"@types/node": "^20.12.11",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0"
}
}

0 comments on commit 83af3cd

Please sign in to comment.