Skip to content

Commit

Permalink
Update dependency upgrades - non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent b1b789a commit 1de598d
Show file tree
Hide file tree
Showing 3 changed files with 399 additions and 78 deletions.
14 changes: 7 additions & 7 deletions __tests__/pnpm-lock.yaml

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@
"@babel/eslint-parser": "7.25.8",
"@eslint/compat": "1.2.0",
"@next/eslint-plugin-next": "14.2.15",
"@typescript-eslint/eslint-plugin": "8.8.1",
"@typescript-eslint/parser": "8.8.1",
"@typescript-eslint/eslint-plugin": "8.9.0",
"@typescript-eslint/parser": "8.9.0",
"eslint-config-flat-gitignore": "0.3.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import-x": "4.3.1",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-x": "1.14.3",
"eslint-plugin-react-x": "1.15.0",
"eslint-plugin-security": "3.0.1",
"eslint-plugin-sonarjs": "1.0.4",
"eslint-plugin-testing-library": "6.3.0",
"eslint-plugin-testing-library": "6.3.2",
"eslint-plugin-unicorn": "56.0.0",
"eslint-plugin-upleveled": "2.1.13",
"is-plain-obj": "4.1.0",
Expand All @@ -59,8 +59,8 @@
},
"devDependencies": {
"@types/eslint": "9.6.1",
"@typescript-eslint/utils": "8.8.1",
"eslint-config-upleveled": "8.7.3",
"@typescript-eslint/utils": "8.9.0",
"eslint-config-upleveled": "8.8.0",
"prettier": "3.3.3",
"prettier-plugin-embed": "0.4.15",
"prettier-plugin-sql": "0.18.1",
Expand All @@ -69,14 +69,14 @@
},
"peerDependencies": {
"@types/eslint": "^9.6.1",
"@types/node": ">=22.7.5",
"@types/node": ">=22.7.6",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"eslint": "^9.12.0",
"globals": "^15.11.0",
"typescript": "^5.6.3"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"engines": {
"node": ">=20.9.0"
}
Expand Down
Loading

0 comments on commit 1de598d

Please sign in to comment.