Skip to content

Commit

Permalink
Update dependencies (#3661)
Browse files Browse the repository at this point in the history
* update eslint deps

* more updates
  • Loading branch information
amanmahajan7 authored Dec 4, 2024
1 parent 1ea9cf9 commit 4486223
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,38 +78,38 @@
"@types/node": "^22.0.0",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/browser": "^2.1.6",
"@vitest/coverage-v8": "^2.1.6",
"@vitest/eslint-plugin": "^1.1.10",
"@vitest/browser": "^2.1.8",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/eslint-plugin": "^1.1.14",
"@wyw-in-js/rollup": "^0.5.0",
"@wyw-in-js/vite": "^0.5.0",
"babel-plugin-optimize-clsx": "^2.6.2",
"browserslist": "^4.24.0",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-compiler": "^19.0.0-beta-0dec889-20241115",
"eslint-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-hooks-extra": "^1.16.1",
"eslint-plugin-sonarjs": "^2.0.4",
"eslint-plugin-testing-library": "^7.0.0",
"eslint-plugin-react-hooks-extra": "^1.17.3",
"eslint-plugin-sonarjs": "^3.0.0",
"eslint-plugin-testing-library": "^7.1.0",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.5.23",
"playwright": "^1.45.1",
"postcss": "^8.4.25",
"prettier": "3.4.1",
"prettier": "3.4.2",
"react": "^18.3.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"rollup": "^4.0.2",
"rollup-plugin-postcss": "^4.0.2",
"typescript": "~5.7.2",
"vite": "^6.0.0",
"vitest": "^2.1.6",
"vite": "^6.0.2",
"vitest": "^2.1.8",
"vitest-browser-react": "^0.0.4"
},
"peerDependencies": {
Expand Down

0 comments on commit 4486223

Please sign in to comment.