Skip to content

Commit

Permalink
Upgrade to node@20.7.0 and npm@10.1.0, update simulator to iOS 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scottohara committed Sep 26, 2023
1 parent 6e3452f commit 22fd151
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 20.2.0
nodejs 20.7.0
ruby 3.2.2
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"config": {
"DEVICE_TYPE_ID": "com.apple.CoreSimulator.SimDeviceType.iPhone-14-Pro-Max",
"RUNTIME_ID": "com.apple.CoreSimulator.SimRuntime.iOS-16-4"
"RUNTIME_ID": "com.apple.CoreSimulator.SimRuntime.iOS-17-0"
},
"scripts": {
"start": "concurrently --prefix-colors bgBlue.bold,bgYellow.bold,bgGreen.bold npm:web:dev npm:db npm:dev",
Expand All @@ -96,8 +96,8 @@
"deploy:production": "npm run deploy -- --app tvmanager"
},
"engines": {
"node": "20.2.0",
"npm": "9.6.7",
"node": "20.7.0",
"npm": "10.1.0",
"ruby": "3.2.2"
}
}

0 comments on commit 22fd151

Please sign in to comment.