Skip to content

Commit

Permalink
upgrade dev deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dionshihk committed Dec 14, 2023
1 parent 04dfa27 commit 90b5c72
Show file tree
Hide file tree
Showing 2 changed files with 757 additions and 898 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@
},
"devDependencies": {
"@testing-library/dom": "9.3.3",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/jest-dom": "6.1.5",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.1",
"@types/jest": "29.5.10",
"@types/node": "20.10.0",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"@types/jest": "29.5.11",
"@types/node": "20.10.4",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"fs-extra": "11.1.1",
"fs-extra": "11.2.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"prettier": "3.1.0",
"prettier": "3.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"typescript": "5.3.3",
"yargs": "17.7.2"
},
Expand Down
Loading

0 comments on commit 90b5c72

Please sign in to comment.