Skip to content

Commit

Permalink
Update deps (#3637)
Browse files Browse the repository at this point in the history
* Update deps

* Update deps
  • Loading branch information
amanmahajan7 authored Nov 19, 2024
1 parent 8b0de36 commit 376c5a1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
2 changes: 2 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ export default [
'@typescript-eslint/no-unsafe-function-type': 1,
'@typescript-eslint/no-unsafe-member-access': 0,
'@typescript-eslint/no-unsafe-return': 1,
'@typescript-eslint/no-unsafe-type-assertion': 0,
'@typescript-eslint/no-unsafe-unary-minus': 1,
'@typescript-eslint/no-useless-empty-export': 1,
'@typescript-eslint/no-var-requires': 0,
Expand Down Expand Up @@ -665,6 +666,7 @@ export default [
'vitest/require-to-throw-message': 0,
'vitest/require-top-level-describe': 0,
'vitest/valid-describe-callback': 1,
'vitest/valid-expect-in-promise': 1,
'vitest/valid-expect': [1, { alwaysAwait: true }],
'vitest/valid-title': 1,

Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.21.5",
"@biomejs/biome": "1.9.4",
"@eslint/compat": "^1.2.2",
"@eslint/compat": "^1.2.3",
"@faker-js/faker": "^9.0.0",
"@ianvs/prettier-plugin-sort-imports": "^4.0.2",
"@linaria/core": "^6.0.0",
Expand All @@ -77,20 +77,20 @@
"@types/node": "^22.0.0",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/browser": "^2.1.1",
"@vitest/coverage-v8": "^2.1.1",
"@vitest/eslint-plugin": "^1.1.8",
"@vitest/browser": "^2.1.5",
"@vitest/coverage-v8": "^2.1.5",
"@vitest/eslint-plugin": "^1.1.10",
"@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.14.0",
"eslint-plugin-jest-dom": "^5.0.1",
"eslint": "^9.15.0",
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-compiler": "^19.0.0-beta-a7bf2bd-20241110",
"eslint-plugin-react-compiler": "^19.0.0-beta-0dec889-20241115",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-hooks-extra": "^1.16.1",
"eslint-plugin-sonarjs": "^2.0.4",
Expand All @@ -107,8 +107,8 @@
"rollup": "^4.0.2",
"rollup-plugin-postcss": "^4.0.2",
"typescript": "~5.6.2",
"vite": "^5.4.5",
"vitest": "^2.1.1",
"vite": "^5.4.11",
"vitest": "^2.1.5",
"vitest-browser-react": "^0.0.3"
},
"peerDependencies": {
Expand Down

0 comments on commit 376c5a1

Please sign in to comment.