Skip to content

Commit

Permalink
Update dev dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenseric committed Apr 10, 2024
1 parent fd793c5 commit 8728b60
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -108,12 +108,12 @@
"react-waterfall-render": "^5.0.0"
},
"devDependencies": {
"@types/node": "^20.11.26",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"@types/node": "^20.12.7",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"@types/react-test-renderer": "^18.0.7",
"coverage-node": "^8.0.0",
"esbuild": "^0.20.1",
"esbuild": "^0.20.2",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
Expand All @@ -124,7 +124,7 @@
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"revertable-globals": "^4.0.0",
"typescript": "^5.4.2"
"typescript": "^5.4.5"
},
"scripts": {
"eslint": "eslint .",
Expand Down

0 comments on commit 8728b60

Please sign in to comment.