Skip to content

Commit

Permalink
bump eslint and adjust types.
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Sep 20, 2024
1 parent 327d577 commit 14d4206
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 38 deletions.
63 changes: 28 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"update-snapshots": "esmocha lib/jdl generators cli --update-snapshot --no-insight --forbid-only"
},
"dependencies": {
"@eslint/js": "9.10.0",
"@eslint/js": "9.11.0",
"@faker-js/faker": "9.0.1",
"@iarna/toml": "3.0.0",
"@types/ejs": "3.1.5",
Expand All @@ -135,7 +135,7 @@
"dockerfile-ast": "0.6.1",
"dot-properties": "1.0.1",
"ejs": "3.1.10",
"eslint": "9.10.0",
"eslint": "9.11.0",
"eslint-plugin-import-x": "4.2.1",
"eslint-plugin-unused-imports": "4.1.4",
"execa": "9.4.0",
Expand Down Expand Up @@ -172,9 +172,10 @@
},
"devDependencies": {
"@actions/core": "1.10.1",
"@eslint/core": "0.6.0",
"@node-loaders/esbuildx": "1.4.0",
"@types/chai": "4.3.16",
"@types/eslint": "9.6.1",
"@types/estree": "1.0.6",
"@types/node": "20.11.25",
"@types/sinon-chai": "3.2.12",
"chai": "4.5.0",
Expand Down

0 comments on commit 14d4206

Please sign in to comment.