Skip to content

Commit d7aa176

Browse files
committed
fix: dependencies and bump version
1 parent 69322e1 commit d7aa176

File tree

2 files changed

+68
-65
lines changed

2 files changed

+68
-65
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blitz/eslint-plugin",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"license": "MIT",
55
"description": "An ESLint config to enforce a consistent code styles across StackBlitz projects",
66
"keywords": [
@@ -41,6 +41,7 @@
4141
"eslint-plugin-import-x": "^3.0.1",
4242
"eslint-plugin-jsonc": "^2.16.0",
4343
"eslint-plugin-prettier": "^5.1.3",
44+
"eslint-plugin-unicorn": "^55.0.0",
4445
"globals": "^15.6.0",
4546
"typescript-eslint": "^8.0.0-alpha.30"
4647
},
@@ -50,7 +51,6 @@
5051
"@types/eslint": "^8.56.10",
5152
"@types/node": "^20.14.8",
5253
"@typescript-eslint/rule-tester": "^8.0.0-alpha.30",
53-
"eslint-plugin-unicorn": "^54.0.0",
5454
"eslint-vitest-rule-tester": "^0.3.2",
5555
"prettier": "^3.3.2",
5656
"typescript": "~5.4.5",

0 commit comments

Comments
 (0)