Skip to content

Commit 09974d1

Browse files
upgrading electron, jet, and other packages (#118)
1 parent 167f876 commit 09974d1

31 files changed

+939
-1853
lines changed

electron/package-lock.json

Lines changed: 181 additions & 187 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

electron/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,31 +47,31 @@
4747
],
4848
"license": "UPL-1.0",
4949
"devDependencies": {
50-
"chai": "^4.3.4",
50+
"chai": "^4.3.6",
5151
"chai-as-promised": "^7.1.1",
52-
"electron": "^16.0.8",
53-
"electron-builder": "^22.14.12",
52+
"electron": "^17.1.2",
53+
"electron-builder": "^22.14.13",
5454
"electron-notarize": "^1.1.1",
55-
"eslint": "^8.5.0",
56-
"mocha": "^9.2.0",
55+
"eslint": "^8.11.0",
56+
"mocha": "^9.2.2",
5757
"proxyquire": "^2.1.3"
5858
},
5959
"dependencies": {
60-
"electron-updater": "^4.6.5",
60+
"electron-updater": "^5.0.0",
6161
"extract-zip": "^2.0.1",
6262
"gunzip-maybe": "^1.4.2",
6363
"https-proxy-agent": "^5.0.0",
64-
"i18next": "^21.6.3",
64+
"i18next": "^21.6.14",
6565
"i18next-fs-backend": "^1.1.4",
6666
"js-yaml": "^4.1.0",
6767
"jszip": "^3.7.1",
68-
"keytar": "^7.7.0",
68+
"keytar": "^7.9.0",
6969
"node-fetch": "^2.6.7",
7070
"tar": "^6.1.11",
7171
"uuid": "^8.3.2",
7272
"which": "^2.0.2",
73-
"winston": "^3.3.3",
74-
"winston-daily-rotate-file": "^4.5.5"
73+
"winston": "^3.6.0",
74+
"winston-daily-rotate-file": "^4.6.1"
7575
},
7676
"build": {
7777
"appId": "com.oracle.weblogic.wktui",

webui/oraclejetconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"defaultBrowser": "chrome",
1919
"sassVer": "5.0.0",
2020
"defaultTheme": "redwood",
21-
"generatorVersion": "11.0.0"
21+
"generatorVersion": "12.0.0"
2222
}

0 commit comments

Comments
 (0)