Skip to content

Commit 7e19f68

Browse files
committed
Merge remote-tracking branch 'origin/main' into deps
2 parents 15630cc + 43e0cfe commit 7e19f68

File tree

3 files changed

+153
-261
lines changed

3 files changed

+153
-261
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@
2929
"license": "ISC",
3030
"devDependencies": {
3131
"@eslint/config-inspector": "0.5.4",
32-
"@types/node": "20.16.5",
33-
"eslint": "^9.0.0",
34-
"execa": "^9.0.0",
32+
"@types/lodash": "^4.17.7",
33+
"@types/node": "20.9.1",
34+
"eslint": "^8.57.0",
35+
"execa": "^8.0.1",
3536
"np": "^10.0.7",
3637
"pkg-pr-new": "^0.0.24",
3738
"tsx": "^4.7.1",
@@ -46,8 +47,8 @@
4647
"@rushstack/eslint-plugin-packlets": "^0.8.1",
4748
"@rushstack/eslint-plugin-security": "^0.8.0",
4849
"@types/eslint": "^8.44.7",
49-
"@typescript-eslint/eslint-plugin": "^7.0.1",
50-
"@typescript-eslint/parser": "^7.0.1",
50+
"@typescript-eslint/eslint-plugin": "^8.6.0",
51+
"@typescript-eslint/parser": "^8.6.0",
5152
"eslint-config-prettier": "^9.1.0",
5253
"eslint-config-xo": "^0.46.0",
5354
"eslint-config-xo-react": "^0.27.0",
@@ -67,6 +68,6 @@
6768
"globals": "^15.0.0",
6869
"lodash": "^4.17.21",
6970
"prettier": "^3.1.0",
70-
"typescript-eslint": "^7.2.0"
71+
"typescript-eslint": "^8.6.0"
7172
}
7273
}

0 commit comments

Comments
 (0)