Browse Source

Update nodejs requirement to >= 14, update electron to 13.6.3.

pull/3202/head
TheGoddessInari 3 years ago
parent
commit
87e9e61565
No known key found for this signature in database
GPG Key ID: 1209B1B7632D69A
  1. 4
      README.md
  2. 11262
      package-lock.json
  3. 27
      package.json

4
README.md

@ -217,9 +217,9 @@ Keep in mind, I'm not pushing this. I'll do my best regardless.
To build your own copy, you need:
- An 8.0 version of the [Java SE Development Kit](http://www.oracle.com/technetwork/java/javase/downloads/index.html).
- [Ruby](https://www.ruby-lang.org/en/downloads/) 2.3 or newer.
- [Ruby](https://www.ruby-lang.org/en/downloads/) >2.3 && <3.0.
- [Sencha CMD](https://www.sencha.com/products/extjs/cmd-download/) 6.7.0 or newer, and to install it with the Compass extension.
- [NodeJS](https://nodejs.org/en/download/) 8.5.0 (10.0+ preferred) or newer with npm.
- [NodeJS](https://nodejs.org/en/download/) 14.x or newer with npm.
These **need** to be added to your PATH.

11262
package-lock.json generated

File diff suppressed because it is too large Load Diff

27
package.json

@ -8,7 +8,7 @@
"author": "TheGoddessInari <thegoddessinari@gmail.com>",
"license": "GPL-3.0",
"engines": {
"node": ">=8.5.0"
"node": ">=14.0.0"
},
"repository": {
"type": "git",
@ -82,20 +82,21 @@
"dependencies": {
"@electron/remote": "^2.0.1",
"auto-launch": "^5.0.5",
"electron-contextmenu-wrapper": "^5.0.0",
"electron-store": "^5.0.0",
"mime": "^2.4.4",
"tmp": "^0.1.0"
"electron-contextmenu-wrapper": "5.0.0",
"electron-store": "^8.0.1",
"mime": "^3.0.0",
"tmp": "^0.2.1"
},
"devDependencies": {
"asar": "^2.0.1",
"chai": "^4.2.0",
"crowdin": "^3.4.2",
"asar": "^3.1.0",
"chai": "^4.3.4",
"crowdin": "^3.5.0",
"csvjson": "^5.1.0",
"electron": "^13.5.1",
"electron-builder": "^22.14.4",
"mocha": "^7.1.1",
"shx": "^0.3.2",
"spectron": "^10.0.1"
"electron": "^13.6.3",
"electron-builder": "^22.14.5",
"mocha": "^9.1.3",
"prettier": "^2.5.1",
"shx": "^0.3.3",
"spectron": "^15.0.0"
}
}

Loading…
Cancel
Save