Skip to content

Commit 2ac83ff

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/eslint-9.39.0
2 parents 160994e + dc4fcde commit 2ac83ff

File tree

3 files changed

+74
-74
lines changed

3 files changed

+74
-74
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v5
1515
- name: Set up Node.js
16-
uses: actions/setup-node@v5
16+
uses: actions/setup-node@v6
1717
with:
1818
node-version: '22'
1919
- name: Install dependencies

package-lock.json

Lines changed: 71 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
},
2020
"devDependencies": {
2121
"@eslint/js": "^9.37.0",
22-
"@typescript-eslint/parser": ">=8.45.0",
22+
"@typescript-eslint/parser": ">=8.46.2",
2323
"eslint-config-prettier": "^10.1.8",
2424
"eslint-plugin-prettier": "^5.5.4",
2525
"prettier": "3.6.2",
2626
"babel-eslint": "^10.1.0",
2727
"eslint": ">=9.39.0",
2828
"mocha": "11.7.4",
29-
"typescript": ">=5.8.3"
29+
"typescript": ">=5.9.3"
3030
},
3131
"keywords": [
3232
"eslint",

0 commit comments

Comments
 (0)