Skip to content

Commit 5c2124c

Browse files
committed
simplify versions
1 parent 4dd2cf3 commit 5c2124c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"chalk": "^5",
5353
"dotenv": "^16",
5454
"source-map-support": "^0.5",
55-
"uuid": "^11.0.5",
55+
"uuid": "^11",
5656
"yargs": "^17",
5757
"yargs-file-commands": "^0.0.17",
5858
"zod": "^3",
@@ -62,20 +62,20 @@
6262
"@changesets/cli": "^2",
6363
"@eslint/js": "^9",
6464
"@types/node": "^18",
65-
"@types/uuid": "^10.0.0",
65+
"@types/uuid": "^10",
6666
"@types/yargs": "^17",
67-
"@typescript-eslint/eslint-plugin": "^8.23.0",
68-
"@typescript-eslint/parser": "^8.23.0",
69-
"eslint": "^9.0.0",
67+
"@typescript-eslint/eslint-plugin": "^8",
68+
"@typescript-eslint/parser": "^8",
69+
"eslint": "^9",
7070
"eslint-config-prettier": "^9",
7171
"eslint-plugin-import": "^2",
7272
"eslint-plugin-prettier": "^5",
73-
"eslint-plugin-unused-imports": "^4.1.4",
73+
"eslint-plugin-unused-imports": "^4",
7474
"prettier": "^3",
7575
"rimraf": "^5",
7676
"type-fest": "^4",
7777
"typescript": "^5",
78-
"typescript-eslint": "^8.23.0",
78+
"typescript-eslint": "^8",
7979
"vitest": "^3"
8080
}
8181
}

0 commit comments

Comments
 (0)