Skip to content
This repository was archived by the owner on May 18, 2025. It is now read-only.

Commit 3ad0882

Browse files
committed
4.1.0
1 parent 95a5888 commit 3ad0882

File tree

8 files changed

+771
-806
lines changed

8 files changed

+771
-806
lines changed

main-src/libs/app-management/install-app-async/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const installAppAsync = (
6060

6161
// use v2 script on Mac
6262
scriptFileName = 'install-app-forked-lite-v2.js';
63-
v = '2.12.0';
63+
v = '2.13.0';
6464

6565
return null;
6666
})

main-src/libs/app-management/install-app-async/install-app-forked-lite-v2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ open -n "$PWD"/${addSlash(name)}.app --args --no-sandbox --test-type --app="${ur
446446
})
447447
.then(() => {
448448
const packageJson = JSON.stringify({
449-
version: '2.12.0',
449+
version: '2.13.0',
450450
});
451451
return fsExtra.writeFileSync(packageJsonPath, packageJson);
452452
})

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Chromeless",
33
"description": "Turn Any Websites into Site-specific Browsers",
4-
"version": "4.0.0",
4+
"version": "4.1.0",
55
"engines": {
66
"node": ">=14.0.0 <15.0.0"
77
},
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {},
2828
"devDependencies": {
29-
"@elastic/app-search-javascript": "7.15.0",
29+
"@elastic/app-search-javascript": "7.16.0",
3030
"@elastic/react-search-ui": "1.8.0",
3131
"@elastic/search-ui-app-search-connector": "1.8.0",
3232
"@electron/remote": "2.0.1",
@@ -44,11 +44,11 @@
4444
"classnames": "2.3.1",
4545
"clean-webpack-plugin": "3.0.0",
4646
"comlink": "4.3.1",
47-
"concurrently": "6.4.0",
47+
"concurrently": "6.5.0",
4848
"copy-webpack-plugin": "6.4.1",
4949
"cross-env": "7.0.3",
5050
"decompress": "4.2.1",
51-
"electron": "16.0.2",
51+
"electron": "16.0.5",
5252
"electron-builder": "22.14.5",
5353
"electron-context-menu": "3.1.1",
5454
"electron-notarize": "1.1.1",
@@ -59,17 +59,17 @@
5959
"eslint": "6.8.0",
6060
"eslint-config-airbnb": "18.2.1",
6161
"eslint-plugin-header": "3.1.1",
62-
"eslint-plugin-import": "2.25.2",
63-
"eslint-plugin-jsx-a11y": "6.4.1",
64-
"eslint-plugin-react": "7.26.1",
62+
"eslint-plugin-import": "2.25.3",
63+
"eslint-plugin-jsx-a11y": "6.5.1",
64+
"eslint-plugin-react": "7.27.1",
6565
"eslint-plugin-react-hooks": "1.7.0",
66-
"follow-redirects": "1.14.5",
66+
"follow-redirects": "1.14.6",
6767
"fs-extra": "10.0.0",
6868
"hasha": "5.2.2",
6969
"icon-gen": "2.1.0",
7070
"is-url": "1.2.4",
7171
"jimp": "0.16.1",
72-
"menubar": "9.1.0",
72+
"menubar": "9.1.1",
7373
"node-cache": "5.1.2",
7474
"node-fetch": "2.6.6",
7575
"notistack": "1.0.10",
@@ -81,10 +81,10 @@
8181
"react-window": "1.8.6",
8282
"react-window-infinite-loader": "1.0.7",
8383
"redux": "4.1.2",
84-
"redux-thunk": "2.4.0",
84+
"redux-thunk": "2.4.1",
8585
"reselect": "4.1.5",
8686
"semver": "7.3.5",
87-
"slugify": "1.6.3",
87+
"slugify": "1.6.4",
8888
"source-map-support": "0.5.21",
8989
"sudo-prompt": "9.2.1",
9090
"tmp": "0.2.1",

patches/@elastic+app-search-javascript+7.15.0.patch renamed to patches/@elastic+app-search-javascript+7.16.0.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/node_modules/@elastic/app-search-javascript/dist/elastic_app_search.umd.js b/node_modules/@elastic/app-search-javascript/dist/elastic_app_search.umd.js
2-
index 75724f7..26739df 100644
2+
index 5f018c0..9aeee1f 100644
33
--- a/node_modules/@elastic/app-search-javascript/dist/elastic_app_search.umd.js
44
+++ b/node_modules/@elastic/app-search-javascript/dist/elastic_app_search.umd.js
55
@@ -282,6 +282,11 @@

public/chromeless-helper/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "__MSG_extName__",
33
"description": "__MSG_extDesc__",
4-
"version": "1.1",
4+
"version": "1.2",
55
"manifest_version": 2,
66
"default_locale": "en",
77
"background": {

src/state/app-management/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const isOutdatedApp = (id, state) => {
3131
// app is Chromium/Firefox-based
3232
// check if app is installed with the latest version of forked-script-v2.js
3333
if (window.process.platform === 'darwin') {
34-
return semver.lt(v, '2.12.0');
34+
return semver.lt(v, '2.13.0');
3535
}
3636
// check if app is installed with the latest version of forked-script-v1.js
3737
return semver.lt(v, '1.8.0');

yarn.lock

Lines changed: 755 additions & 790 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)