chore: update all dependencies to latest versions

This commit is contained in:
2026-06-05 22:41:37 +02:00
parent ad008bf4dd
commit fc5b290c5e
10 changed files with 2111 additions and 3644 deletions
+15 -14
View File
@@ -35,23 +35,24 @@
}
],
"dependencies": {
"@raycast/api": "^1.65.1",
"@raycast/utils": "^1.10.1",
"dayjs": "^1.11.10",
"@raycast/api": "^1.104.19",
"@raycast/utils": "^2.2.6",
"dayjs": "^1.11.21",
"node-fetch": "^3.3.2",
"ts-pattern": "^5.0.6"
"ts-pattern": "^5.9.0"
},
"devDependencies": {
"@raycast/eslint-config": "^1.0.6",
"@types/node": "^20.8.10",
"@types/react": "^18.2.27",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.0.3",
"prettier-plugin-sort-imports": "^1.8.3",
"typescript": "^5.3.3"
"@raycast/eslint-config": "^2.1.1",
"@types/node": "^25.9.1",
"@types/react": "19.0.10",
"@typescript-eslint/parser": "^8.60.1",
"eslint": "^9",
"prettier": "^3.8.3",
"prettier-plugin-sort-imports": "^1.8.11",
"typescript": "^6.0.3"
},
"engines": {
"node": ">=22"
},
"scripts": {
"build": "ray build -e dist",