Skip to content

Commit

Permalink
fix: dependencies and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
d3lm committed Sep 13, 2024
1 parent 69322e1 commit d7aa176
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 65 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blitz/eslint-plugin",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"description": "An ESLint config to enforce a consistent code styles across StackBlitz projects",
"keywords": [
Expand Down Expand Up @@ -41,6 +41,7 @@
"eslint-plugin-import-x": "^3.0.1",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unicorn": "^55.0.0",
"globals": "^15.6.0",
"typescript-eslint": "^8.0.0-alpha.30"
},
Expand All @@ -50,7 +51,6 @@
"@types/eslint": "^8.56.10",
"@types/node": "^20.14.8",
"@typescript-eslint/rule-tester": "^8.0.0-alpha.30",
"eslint-plugin-unicorn": "^54.0.0",
"eslint-vitest-rule-tester": "^0.3.2",
"prettier": "^3.3.2",
"typescript": "~5.4.5",
Expand Down
Loading

0 comments on commit d7aa176

Please sign in to comment.