Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
atheck committed Nov 6, 2024
1 parent 5ab43b9 commit 0d7dbf3
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 76 deletions.
153 changes: 83 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"license": "MIT",
"dependencies": {
"@eslint/compat": "1.2.2",
"@stylistic/eslint-plugin": "2.10.0",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"eslint": "9.13.0",
"@stylistic/eslint-plugin": "2.10.1",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"eslint": "9.14.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.8.3",
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-native": "4.1.0",
Expand All @@ -46,7 +46,7 @@
"@testing-library/react": "16.0.1",
"@types/jest": "29.5.14",
"@types/react": "18.3.12",
"globals": "15.11.0",
"globals": "15.12.0",
"jest": "29.7.0",
"react": "18.3.1",
"semantic-release": "24.2.0"
Expand Down

0 comments on commit 0d7dbf3

Please sign in to comment.