Skip to content

Commit

Permalink
build: update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed Nov 18, 2024
1 parent 11310b1 commit 0c824f9
Show file tree
Hide file tree
Showing 2 changed files with 377 additions and 369 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,28 +179,28 @@
"devDependencies": {
"@jest/types": "^29.6.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.7",
"@types/react": "^18.3.11",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"date-fns-jalali": "^3.6.0-1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-require-extensions": "^0.1.3",
"eslint-plugin-testing-library": "^6.4.0",
"html-validate": "^8.24.2",
"html-validate": "^8.25.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mockdate": "^3.0.5",
Expand All @@ -210,8 +210,8 @@
"react-dom": "^18.3.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tslib": "^2.8.0",
"typescript": "~5.5.4",
"tslib": "^2.8.1",
"typescript": "~5.6.3",
"typescript-css-modules": "^1.0.4"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 0c824f9

Please sign in to comment.