diff --git a/migrations/1.77.0/command.sh b/migrations/1.77.0/command.sh new file mode 100644 index 00000000000..0fc2b94b362 --- /dev/null +++ b/migrations/1.77.0/command.sh @@ -0,0 +1 @@ +npm install --save-dev @types/react@18.3.3 --force diff --git a/migrations/package-lock.json b/migrations/package-lock.json index b08a28e5259..b3e0ed2cd76 100644 --- a/migrations/package-lock.json +++ b/migrations/package-lock.json @@ -1,12 +1,12 @@ { "name": "@raycast/migration", - "version": "1.74.0", + "version": "1.77.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@raycast/migration", - "version": "1.74.0", + "version": "1.77.0", "license": "MIT", "dependencies": { "jscodeshift": "^0.15.2", diff --git a/migrations/package.json b/migrations/package.json index 1a6c36f549c..33dac4be7bf 100644 --- a/migrations/package.json +++ b/migrations/package.json @@ -1,6 +1,6 @@ { "name": "@raycast/migration", - "version": "1.76.0", + "version": "1.77.0", "description": "Tool to automate the migration to a newer version of the @raycast/api", "main": "index.js", "bin": "./bin/migrate.js",