From 787193b508724f42486dca1950b5252ff70814c9 Mon Sep 17 00:00:00 2001 From: Aman Mahajan Date: Tue, 17 Dec 2024 11:49:05 -0600 Subject: [PATCH] Update dependencies (#3673) * Update eslint and plugins * more updates --- package.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 551da8b0b4..391d80fe22 100644 --- a/package.json +++ b/package.json @@ -62,52 +62,52 @@ "@babel/preset-typescript": "^7.26.0", "@babel/runtime": "^7.26.0", "@biomejs/biome": "1.9.4", - "@eslint/compat": "^1.2.3", - "@faker-js/faker": "^9.0.0", + "@eslint/compat": "^1.2.4", + "@faker-js/faker": "^9.3.0", "@ianvs/prettier-plugin-sort-imports": "^4.0.2", "@linaria/core": "^6.0.0", - "@microsoft/api-extractor": "^7.23.0", + "@microsoft/api-extractor": "^7.48.1", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-node-resolve": "^16.0.0", "@tanstack/react-router": "^1.85.5", "@tanstack/router-plugin": "^1.69.1", "@testing-library/dom": "^10.1.0", - "@testing-library/react": "^16.0.0", + "@testing-library/react": "^16.1.0", "@testing-library/user-event": "^14.5.2", "@types/node": "^22.0.0", "@types/react": "^18.3.9", "@types/react-dom": "^18.3.0", - "@typescript-eslint/eslint-plugin": "^8.17.0", - "@typescript-eslint/parser": "^8.17.0", + "@typescript-eslint/eslint-plugin": "^8.18.1", + "@typescript-eslint/parser": "^8.18.1", "@vitejs/plugin-react": "^4.3.4", "@vitest/browser": "^2.1.8", "@vitest/coverage-v8": "^2.1.8", - "@vitest/eslint-plugin": "^1.1.14", + "@vitest/eslint-plugin": "^1.1.17", "@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.16.0", + "browserslist": "^4.24.3", + "eslint": "^9.17.0", "eslint-plugin-jest-dom": "^5.5.0", "eslint-plugin-react": "^7.37.2", - "eslint-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124", + "eslint-plugin-react-compiler": "^19.0.0-beta-201e55d-20241215", "eslint-plugin-react-hooks": "^5.0.0", - "eslint-plugin-react-hooks-extra": "^1.17.3", - "eslint-plugin-sonarjs": "^3.0.0", - "eslint-plugin-testing-library": "^7.1.0", + "eslint-plugin-react-hooks-extra": "^1.20.0", + "eslint-plugin-sonarjs": "^3.0.1", + "eslint-plugin-testing-library": "^7.1.1", "jspdf": "^2.5.1", "jspdf-autotable": "^3.5.23", - "playwright": "^1.45.1", + "playwright": "^1.49.1", "postcss": "^8.4.25", "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": "^4.28.1", "rollup-plugin-postcss": "^4.0.2", "typescript": "~5.7.2", - "vite": "^6.0.2", + "vite": "^6.0.3", "vitest": "^2.1.8", "vitest-browser-react": "^0.0.4" },