Skip to content

Commit

Permalink
build: update dependencies (#2551)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl authored Oct 21, 2024
1 parent 5934fd7 commit 52098f2
Show file tree
Hide file tree
Showing 4 changed files with 550 additions and 577 deletions.
20 changes: 10 additions & 10 deletions examples-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^8.6.0",
"@vitejs/plugin-react": "^4.3.2",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.12",
"typescript": "^5.5.4",
"vite": "^5.4.8"
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.13",
"typescript": "^5.6.3",
"vite": "^5.4.9"
}
}
31 changes: 15 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,29 +173,28 @@
"devDependencies": {
"@jest/types": "^29.6.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/jest-dom": "^6.6.2",
"@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.12",
"@types/node": "^22.5.4",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.6.0",
"date-fns": "^3.6.0",
"date-fns-jalali": "3.6.0-1",
"eslint": "^8.57.0",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.7",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.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.30.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-require-extensions": "^0.1.3",
"eslint-plugin-testing-library": "^6.3.0",
"html-validate": "^8.23.0",
"eslint-plugin-testing-library": "^6.4.0",
"html-validate": "^8.24.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mockdate": "^3.0.5",
Expand All @@ -205,7 +204,7 @@
"react-dom": "^18.3.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"typescript": "~5.5.4",
"typescript-css-modules": "^1.0.4"
},
Expand Down
Loading

0 comments on commit 52098f2

Please sign in to comment.