Skip to content

Commit 14d4206

Browse files
committed
bump eslint and adjust types.
1 parent 327d577 commit 14d4206

File tree

2 files changed

+32
-38
lines changed

2 files changed

+32
-38
lines changed

package-lock.json

+28-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"update-snapshots": "esmocha lib/jdl generators cli --update-snapshot --no-insight --forbid-only"
117117
},
118118
"dependencies": {
119-
"@eslint/js": "9.10.0",
119+
"@eslint/js": "9.11.0",
120120
"@faker-js/faker": "9.0.1",
121121
"@iarna/toml": "3.0.0",
122122
"@types/ejs": "3.1.5",
@@ -135,7 +135,7 @@
135135
"dockerfile-ast": "0.6.1",
136136
"dot-properties": "1.0.1",
137137
"ejs": "3.1.10",
138-
"eslint": "9.10.0",
138+
"eslint": "9.11.0",
139139
"eslint-plugin-import-x": "4.2.1",
140140
"eslint-plugin-unused-imports": "4.1.4",
141141
"execa": "9.4.0",
@@ -172,9 +172,10 @@
172172
},
173173
"devDependencies": {
174174
"@actions/core": "1.10.1",
175+
"@eslint/core": "0.6.0",
175176
"@node-loaders/esbuildx": "1.4.0",
176177
"@types/chai": "4.3.16",
177-
"@types/eslint": "9.6.1",
178+
"@types/estree": "1.0.6",
178179
"@types/node": "20.11.25",
179180
"@types/sinon-chai": "3.2.12",
180181
"chai": "4.5.0",

0 commit comments

Comments
 (0)