Skip to content

Commit

Permalink
fix: eslint and eslint-plugins
Browse files Browse the repository at this point in the history
Refs: #6363
  • Loading branch information
deleonio committed Apr 26, 2024
1 parent 088749a commit 124fc2a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/themes/bstw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,15 @@
},
"devDependencies": {
"@public-ui/schema": "2.0.14",
"@public-ui/visual-tests": "2.0.14",
"@types/node": "ts5.4",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"eslint": "8.57.0",
"eslint-plugin-no-loops": "0.3.0",
"nodemon": "3.1.0",
"postcss": "8.4.38",
"rollup-plugin-postcss": "4.0.2",
"sass": "1.75.0",
"typescript": "5.4.5",
"unbuild": "1.2.1"
},
Expand Down

0 comments on commit 124fc2a

Please sign in to comment.