Skip to content

Commit 957ffe9

Browse files
committed
Precise version numbers for dev dependencies
1 parent 549954f commit 957ffe9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
"@raycast/utils": "^1.17.0"
3131
},
3232
"devDependencies": {
33-
"@raycast/eslint-config": "^1.0.11",
33+
"@raycast/eslint-config": "1.0.11",
3434
"@types/node": "20.17.6",
3535
"@types/react": "18.3.12",
36-
"eslint": "^8.57.0",
37-
"eslint-plugin-react-hooks": "^5.0.0",
38-
"prettier": "^3.3.3",
39-
"typescript": "^5.4.5"
36+
"eslint": "8.57.0",
37+
"eslint-plugin-react-hooks": "5.0.0",
38+
"prettier": "3.3.3",
39+
"typescript": "5.4.5"
4040
},
4141
"scripts": {
4242
"build": "ray build",

0 commit comments

Comments
 (0)