Skip to content

Commit ad35021

Browse files
authoredDec 12, 2024··
Update dependency upgrades - non-major (#474)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 394983a commit ad35021

File tree

3 files changed

+431
-146
lines changed

3 files changed

+431
-146
lines changed
 

‎__tests__/pnpm-lock.yaml

+71-69
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,20 @@
3737
"dependencies": {
3838
"@babel/eslint-parser": "7.25.9",
3939
"@eslint/compat": "1.2.4",
40-
"@next/eslint-plugin-next": "15.0.4",
41-
"@typescript-eslint/eslint-plugin": "8.17.0",
42-
"@typescript-eslint/parser": "8.17.0",
40+
"@next/eslint-plugin-next": "15.1.0",
41+
"@typescript-eslint/eslint-plugin": "8.18.0",
42+
"@typescript-eslint/parser": "8.18.0",
4343
"eslint-config-flat-gitignore": "0.3.0",
4444
"eslint-import-resolver-typescript": "3.7.0",
4545
"eslint-plugin-import-x": "4.5.0",
4646
"eslint-plugin-jsx-a11y": "6.10.2",
4747
"eslint-plugin-react": "7.37.2",
4848
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
4949
"eslint-plugin-react-hooks": "5.1.0",
50-
"eslint-plugin-react-x": "1.17.3",
50+
"eslint-plugin-react-x": "1.19.0",
5151
"eslint-plugin-security": "3.0.1",
5252
"eslint-plugin-sonarjs": "1.0.4",
53-
"eslint-plugin-testing-library": "7.1.0",
53+
"eslint-plugin-testing-library": "7.1.1",
5454
"eslint-plugin-unicorn": "56.0.1",
5555
"eslint-plugin-upleveled": "2.1.14",
5656
"is-plain-obj": "4.1.0",
@@ -59,7 +59,7 @@
5959
"ts-api-utils": "2.0.0"
6060
},
6161
"devDependencies": {
62-
"@typescript-eslint/utils": "8.17.0",
62+
"@typescript-eslint/utils": "8.18.0",
6363
"eslint-config-upleveled": "8.12.1",
6464
"prettier": "3.4.2",
6565
"prettier-plugin-embed": "0.4.15",
@@ -68,14 +68,14 @@
6868
"typescript": "5.7.2"
6969
},
7070
"peerDependencies": {
71-
"@types/node": ">=22.10.1",
72-
"@types/react": "^19.0.0",
73-
"@types/react-dom": "^19.0.0",
71+
"@types/node": ">=22.10.2",
72+
"@types/react": "^19.0.1",
73+
"@types/react-dom": "^19.0.2",
7474
"eslint": "^9.16.0",
7575
"globals": "^15.13.0",
7676
"typescript": "^5.7.2"
7777
},
78-
"packageManager": "pnpm@9.14.4",
78+
"packageManager": "pnpm@9.15.0",
7979
"engines": {
8080
"node": ">=20.9.0"
8181
}

‎pnpm-lock.yaml

+350-67
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.