Skip to content

Commit a92036e

Browse files
authoredNov 14, 2024··
Update dependency upgrades - non-major (#459)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d04637b commit a92036e

File tree

2 files changed

+343
-211
lines changed

2 files changed

+343
-211
lines changed
 

‎package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@
3636
},
3737
"dependencies": {
3838
"@babel/eslint-parser": "7.25.9",
39-
"@eslint/compat": "1.2.2",
39+
"@eslint/compat": "1.2.3",
4040
"@next/eslint-plugin-next": "15.0.3",
41-
"@typescript-eslint/eslint-plugin": "8.13.0",
42-
"@typescript-eslint/parser": "8.13.0",
41+
"@typescript-eslint/eslint-plugin": "8.14.0",
42+
"@typescript-eslint/parser": "8.14.0",
4343
"eslint-config-flat-gitignore": "0.3.0",
4444
"eslint-import-resolver-typescript": "3.6.3",
45-
"eslint-plugin-import-x": "4.4.0",
45+
"eslint-plugin-import-x": "4.4.2",
4646
"eslint-plugin-jsx-a11y": "6.10.2",
4747
"eslint-plugin-react": "7.37.2",
48-
"eslint-plugin-react-compiler": "19.0.0-beta-9ee70a1-20241017",
48+
"eslint-plugin-react-compiler": "19.0.0-beta-a7bf2bd-20241110",
4949
"eslint-plugin-react-hooks": "5.0.0",
50-
"eslint-plugin-react-x": "1.15.2",
50+
"eslint-plugin-react-x": "1.16.1",
5151
"eslint-plugin-security": "3.0.1",
5252
"eslint-plugin-sonarjs": "1.0.4",
5353
"eslint-plugin-testing-library": "6.4.0",
@@ -59,8 +59,8 @@
5959
"ts-api-utils": "1.4.0"
6060
},
6161
"devDependencies": {
62-
"@typescript-eslint/utils": "8.13.0",
63-
"eslint-config-upleveled": "8.11.3",
62+
"@typescript-eslint/utils": "8.14.0",
63+
"eslint-config-upleveled": "8.11.4",
6464
"prettier": "3.3.3",
6565
"prettier-plugin-embed": "0.4.15",
6666
"prettier-plugin-sql": "0.18.1",
@@ -75,7 +75,7 @@
7575
"globals": "^15.12.0",
7676
"typescript": "^5.6.3"
7777
},
78-
"packageManager": "pnpm@9.12.3",
78+
"packageManager": "pnpm@9.13.0",
7979
"engines": {
8080
"node": ">=20.9.0"
8181
}

‎pnpm-lock.yaml

+334-202
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.