Make Frida an optional dependency and use Node.js v18 in CI

This commit is contained in:
Samuel Elliott 2022-06-26 18:04:39 +01:00
parent 1ddbe10f25
commit 714b79c362
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6
3 changed files with 195 additions and 61 deletions

View File

@ -1,4 +1,4 @@
image: node:17
image: node:18
cache:
paths:

248
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -30,7 +30,6 @@
"dotenv-expand": "^8.0.3",
"env-paths": "^3.0.0",
"express": "^4.18.1",
"frida": "^15.1.17",
"mkdirp": "^1.0.4",
"node-fetch": "^3.2.4",
"node-notifier": "^10.0.1",
@ -41,6 +40,9 @@
"uuid": "^8.3.2",
"yargs": "^17.5.1"
},
"optionalDependencies": {
"frida": "^15.1.17"
},
"devDependencies": {
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^21.1.0",
@ -49,6 +51,7 @@
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.2",
"@types/body-parser": "^1.19.2",
"@types/cli-table": "^0.3.0",
"@types/debug": "^4.1.7",
"@types/discord-rpc": "^4.0.3",
@ -64,6 +67,7 @@
"@types/yargs": "^17.0.10",
"electron": "^19.0.1",
"electron-builder": "^23.0.3",
"frida": "^15.1.17",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-native-web": "^0.17.7",