We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549954f commit 957ffe9Copy full SHA for 957ffe9
package.json
@@ -30,13 +30,13 @@
30
"@raycast/utils": "^1.17.0"
31
},
32
"devDependencies": {
33
- "@raycast/eslint-config": "^1.0.11",
+ "@raycast/eslint-config": "1.0.11",
34
"@types/node": "20.17.6",
35
"@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"
+ "eslint": "8.57.0",
+ "eslint-plugin-react-hooks": "5.0.0",
+ "prettier": "3.3.3",
+ "typescript": "5.4.5"
40
41
"scripts": {
42
"build": "ray build",
0 commit comments