Skip to content

Commit

Permalink
build: pin eslint to avoid bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Nov 16, 2024
1 parent 8d0b540 commit 879374e
Show file tree
Hide file tree
Showing 2 changed files with 6,087 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@eslint/js": "^9.15.0",
"@eslint/js": "~9.14.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
Expand All @@ -70,7 +70,7 @@
"@yarnpkg/sdks": "^3.2.0",
"cytoscape": "^3.30.3",
"cytoscape-layers": "^2.4.6",
"eslint": "^9.15.0",
"eslint": "~9.14.0",
"eslint-plugin-prettier": "^5.2.1",
"jsdom": "^25.0.1",
"prettier": "^3.3.3",
Expand Down
Loading

0 comments on commit 879374e

Please sign in to comment.