Skip to content

Commit

Permalink
Update dependency upgrades - non-major (#483)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent 0e66443 commit e99bea4
Show file tree
Hide file tree
Showing 3 changed files with 269 additions and 273 deletions.
135 changes: 73 additions & 62 deletions __tests__/pnpm-lock.yaml

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
"dependencies": {
"@babel/eslint-parser": "7.26.5",
"@eslint/compat": "1.2.5",
"@next/eslint-plugin-next": "15.1.4",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
"@next/eslint-plugin-next": "15.1.6",
"@typescript-eslint/eslint-plugin": "8.21.0",
"@typescript-eslint/parser": "8.21.0",
"eslint-config-flat-gitignore": "1.0.0",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-plugin-import-x": "4.6.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-x": "1.23.2",
"eslint-plugin-react-x": "1.24.1",
"eslint-plugin-security": "3.0.1",
"eslint-plugin-sonarjs": "3.0.1",
"eslint-plugin-testing-library": "7.1.1",
Expand All @@ -59,7 +59,7 @@
"ts-api-utils": "2.0.0"
},
"devDependencies": {
"@typescript-eslint/utils": "8.20.0",
"@typescript-eslint/utils": "8.21.0",
"eslint-config-upleveled": "8.12.1",
"prettier": "3.4.2",
"prettier-plugin-embed": "0.4.15",
Expand All @@ -68,8 +68,8 @@
"typescript": "5.7.3"
},
"peerDependencies": {
"@types/node": ">=22.10.7",
"@types/react": "^19.0.7",
"@types/node": ">=22.10.9",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"eslint": "^9.18.0",
"globals": "^15.14.0",
Expand Down
Loading

0 comments on commit e99bea4

Please sign in to comment.