Skip to content

Commit 6ad580c

Browse files
authoredOct 10, 2024··
Update dependency upgrades - non-major (#439)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b561dc2 commit 6ad580c

File tree

3 files changed

+478
-478
lines changed

3 files changed

+478
-478
lines changed
 

‎__tests__/pnpm-lock.yaml

+210-210
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
@@ -35,11 +35,11 @@
3535
"postpublish": "cd __tests__ && pnpm update-config-version"
3636
},
3737
"dependencies": {
38-
"@babel/eslint-parser": "7.25.7",
38+
"@babel/eslint-parser": "7.25.8",
3939
"@eslint/compat": "1.2.0",
40-
"@next/eslint-plugin-next": "14.2.14",
41-
"@typescript-eslint/eslint-plugin": "8.8.0",
42-
"@typescript-eslint/parser": "8.8.0",
40+
"@next/eslint-plugin-next": "14.2.15",
41+
"@typescript-eslint/eslint-plugin": "8.8.1",
42+
"@typescript-eslint/parser": "8.8.1",
4343
"eslint-config-flat-gitignore": "0.3.0",
4444
"eslint-import-resolver-typescript": "3.6.3",
4545
"eslint-plugin-import-x": "4.3.1",
@@ -59,24 +59,24 @@
5959
},
6060
"devDependencies": {
6161
"@types/eslint": "9.6.1",
62-
"@typescript-eslint/utils": "8.8.0",
62+
"@typescript-eslint/utils": "8.8.1",
6363
"eslint-config-upleveled": "8.7.2",
6464
"prettier": "3.3.3",
6565
"prettier-plugin-embed": "0.4.15",
6666
"prettier-plugin-sql": "0.18.1",
6767
"stylelint": "16.9.0",
68-
"typescript": "5.6.2"
68+
"typescript": "5.6.3"
6969
},
7070
"peerDependencies": {
7171
"@types/eslint": "^9.6.1",
72-
"@types/node": ">=22.7.4",
72+
"@types/node": ">=22.7.5",
7373
"@types/react": "^18.3.11",
7474
"@types/react-dom": "^18.3.0",
7575
"eslint": "^9.12.0",
76-
"globals": "^15.10.0",
77-
"typescript": "^5.6.2"
76+
"globals": "^15.11.0",
77+
"typescript": "^5.6.3"
7878
},
79-
"packageManager": "pnpm@9.12.0",
79+
"packageManager": "pnpm@9.12.1",
8080
"engines": {
8181
"node": ">=20.9.0"
8282
}

‎pnpm-lock.yaml

+258-258
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.