Skip to content

Commit

Permalink
update du package json
Browse files Browse the repository at this point in the history
  • Loading branch information
01Barthez committed Nov 20, 2024
1 parent 847a34e commit 3953214
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^18.3.1",
"typescript": "^5.6.3"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
Expand All @@ -22,7 +23,6 @@
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10"
}
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@ typescript-eslint@^8.11.0:
"@typescript-eslint/parser" "8.15.0"
"@typescript-eslint/utils" "8.15.0"

typescript@~5.6.2:
typescript@^5.6.3:
version "5.6.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b"
integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==
Expand Down

0 comments on commit 3953214

Please sign in to comment.