Skip to content

Commit bf34ca5

Browse files
authoredOct 19, 2024··
fix: update dependencies (#365)
1 parent d15c63a commit bf34ca5

File tree

3 files changed

+29
-29
lines changed

3 files changed

+29
-29
lines changed
 

‎.github/release-please/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{ "type": "feat", "section": "🌟 Features", "hidden": false },
77
{ "type": "fix", "section": "🩹 Fixes", "hidden": false },
88
{ "type": "docs", "section": "📚 Documentation", "hidden": false },
9-
9+
1010
{ "type": "chore", "section": "🧹 Chores", "hidden": false },
1111
{ "type": "perf", "section": "🧹 Chores", "hidden": false },
1212
{ "type": "refactor", "section": "🧹 Chores", "hidden": false },

‎.github/release-please/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"17.11.1"}
1+
{ ".": "17.11.1" }

‎package.json

+27-27
Original file line numberDiff line numberDiff line change
@@ -17,41 +17,41 @@
1717
},
1818
"dependencies": {
1919
"@eslint-community/eslint-utils": "^4.4.0",
20-
"enhanced-resolve": "^5.17.0",
21-
"eslint-plugin-es-x": "^7.5.0",
22-
"get-tsconfig": "^4.7.0",
23-
"globals": "^15.8.0",
24-
"ignore": "^5.2.4",
20+
"enhanced-resolve": "^5.17.1",
21+
"eslint-plugin-es-x": "^7.8.0",
22+
"get-tsconfig": "^4.8.1",
23+
"globals": "^15.11.0",
24+
"ignore": "^5.3.2",
2525
"minimatch": "^9.0.5",
26-
"semver": "^7.5.3"
26+
"semver": "^7.6.3"
2727
},
2828
"devDependencies": {
29-
"@eslint/js": "^9.6.0",
30-
"@types/eslint": "^8.56.7",
31-
"@types/estree": "^1.0.5",
32-
"@types/node": "^20.14.9",
33-
"@typescript-eslint/parser": "^7.15.0",
34-
"@typescript-eslint/typescript-estree": "^7.15.0",
35-
"eslint": "^9.6.0",
29+
"@eslint/js": "^9.13.0",
30+
"@types/eslint": "^9.6.1",
31+
"@types/estree": "^1.0.6",
32+
"@types/node": "^20.16.12",
33+
"@typescript-eslint/parser": "^8.10.0",
34+
"@typescript-eslint/typescript-estree": "^8.10.0",
35+
"eslint": "^9.13.0",
3636
"eslint-config-prettier": "^9.1.0",
37-
"eslint-doc-generator": "^1.6.1",
37+
"eslint-doc-generator": "^1.7.1",
3838
"eslint-plugin-eslint-plugin": "^6.2.0",
3939
"eslint-plugin-n": "file:.",
40-
"fast-glob": "^3.2.12",
41-
"husky": "^9.0.0",
42-
"lint-staged": "^15.2.7",
43-
"markdownlint-cli": "^0.41.0",
44-
"mocha": "^10.6.0",
45-
"npm-run-all2": "^6.2.2",
46-
"nyc": "^17.0.0",
40+
"fast-glob": "^3.3.2",
41+
"husky": "^9.1.6",
42+
"lint-staged": "^15.2.10",
43+
"markdownlint-cli": "^0.42.0",
44+
"mocha": "^10.7.3",
45+
"npm-run-all2": "^6.2.4",
46+
"nyc": "^17.1.0",
4747
"opener": "^1.5.2",
48-
"prettier": "^3.3.2",
49-
"punycode": "^2.3.0",
50-
"release-it": "^17.4.1",
51-
"rimraf": "^5.0.7",
48+
"prettier": "^3.3.3",
49+
"punycode": "^2.3.1",
50+
"release-it": "^17.10.0",
51+
"rimraf": "^5.0.10",
5252
"ts-ignore-import": "^4.0.1",
53-
"type-fest": "^4.21.0",
54-
"typescript": "~5.4"
Has conversations. Original line has conversations.
53+
"type-fest": "^4.26.1",
54+
"typescript": "~5.6"
5555
},
5656
"scripts": {
5757
"build": "node scripts/update",

0 commit comments

Comments
 (0)
Please sign in to comment.