Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Commit

Permalink
Upgrade dependencies (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
quanglam2807 authored May 2, 2022
1 parent 6c35a88 commit 75a7dc1
Show file tree
Hide file tree
Showing 9 changed files with 1,096 additions and 692 deletions.
1 change: 0 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,4 @@ jobs:
REACT_APP_ELASTIC_CLOUD_APP_SEARCH_SEARCH_KEY: ${{ secrets.REACT_APP_ELASTIC_CLOUD_APP_SEARCH_SEARCH_KEY }}
REACT_APP_ELASTIC_CLOUD_APP_SEARCH_API_ENDPOINT: ${{ secrets.REACT_APP_ELASTIC_CLOUD_APP_SEARCH_API_ENDPOINT }}
REACT_APP_ELASTIC_CLOUD_APP_SEARCH_ENGINE_NAME: ${{ secrets.REACT_APP_ELASTIC_CLOUD_APP_SEARCH_ENGINE_NAME }}
ELECTRON_APP_SENTRY_DSN: ${{ secrets.ELECTRON_APP_SENTRY_DSN }}
if: startsWith(github.ref, 'refs/tags/')
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
|[![macOS](https://github.com/webcatalog/chromeless/workflows/macOS/badge.svg)](https://github.com/webcatalog/chromeless/actions?query=workflow:%22macOS%22)|

## Deprecation
**Deprecated:** Chromeless is deprecated and will no longer receive updates. Nevertheless, the app will continue working as normal. If you're looking for a better alternative, check out **[WebCatalog](https://webcatalog.io/webcatalog/)**.
**Deprecated:** Chromeless is deprecated legacy software and will no longer receive feature updates. Nevertheless, the app will continue working and receiving maintainance updates.

If you're looking for an alternative, check out **[WebCatalog](https://webcatalog.io/webcatalog/)**.

## Introduction
**Chromeless** is a free Mac app which lets you create Chromium-based, Firefox-based or WebKit-based apps (also known as site-specific browsers) from any websites.
Expand Down Expand Up @@ -48,7 +50,6 @@ For the app to be fully functional, set these environment variables:
REACT_APP_ELASTIC_CLOUD_APP_SEARCH_SEARCH_KEY=
REACT_APP_ELASTIC_CLOUD_APP_SEARCH_API_ENDPOINT=
REACT_APP_ELASTIC_CLOUD_APP_SEARCH_ENGINE_NAME=
ELECTRON_APP_SENTRY_DSN=
```

Then, run:
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
},
"dependencies": {},
"devDependencies": {
"@elastic/app-search-javascript": "8.0.0",
"@elastic/react-search-ui": "1.9.0",
"@elastic/search-ui-app-search-connector": "1.9.0",
"@electron/remote": "2.0.5",
"@fontsource/roboto": "4.5.3",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.57",
"axios": "0.26.0",
"@elastic/app-search-javascript": "8.1.1",
"@elastic/react-search-ui": "1.11.2",
"@elastic/search-ui-app-search-connector": "1.11.2",
"@electron/remote": "2.0.8",
"@fontsource/roboto": "4.5.5",
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"@material-ui/lab": "4.0.0-alpha.61",
"axios": "0.27.2",
"babel-eslint": "10.1.0",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
Expand All @@ -49,23 +49,23 @@
"copy-webpack-plugin": "6.4.1",
"cross-env": "7.0.3",
"decompress": "4.2.1",
"electron": "16.0.9",
"electron": "16.2.4",
"electron-builder": "22.14.13",
"electron-context-menu": "3.1.2",
"electron-notarize": "1.1.1",
"electron-notarize": "1.2.1",
"electron-settings": "4.0.2",
"electron-updater": "4.6.5",
"electron-window-state": "5.0.3",
"env-paths": "2.2.1",
"eslint": "6.8.0",
"eslint-config-airbnb": "18.2.1",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "1.7.0",
"follow-redirects": "1.14.9",
"fs-extra": "10.0.1",
"fs-extra": "10.1.0",
"hasha": "5.2.2",
"icon-gen": "2.1.0",
"is-url": "1.2.4",
Expand All @@ -77,22 +77,22 @@
"prop-types": "15.8.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-redux": "7.2.6",
"react-redux": "7.2.8",
"react-scripts": "3.4.4",
"react-window": "1.8.6",
"react-window": "1.8.7",
"react-window-infinite-loader": "1.0.7",
"redux": "4.1.2",
"redux": "4.2.0",
"redux-thunk": "2.4.1",
"reselect": "4.1.5",
"semver": "7.3.5",
"semver": "7.3.7",
"slugify": "1.6.5",
"source-map-support": "0.5.21",
"sudo-prompt": "9.2.1",
"tmp": "0.2.1",
"uuid": "8.3.2",
"wait-on": "5.3.0",
"webpack": "4.42.0",
"webpack-cli": "4.7.2",
"webpack-cli": "4.9.2",
"worker-loader": "3.0.8",
"yargs-parser": "20.2.9"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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
index 3177940..27fdf4d 100644
index 2694018..2919784 100644
--- 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
@@ -282,6 +282,11 @@
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
diff --git a/node_modules/@elastic/react-search-ui-views/lib/styles/styles.css b/node_modules/@elastic/react-search-ui-views/lib/styles/styles.css
index 51aca96..5a547d3 100644
index 582b894..8aef035 100644
--- a/node_modules/@elastic/react-search-ui-views/lib/styles/styles.css
+++ b/node_modules/@elastic/react-search-ui-views/lib/styles/styles.css
@@ -488,7 +488,7 @@ html {
display: inline-block;
padding-top: 2px; }
@@ -221,7 +221,7 @@ html {
}

.sui-multi-checkbox-facet {
- color: #4f4f4f;
+ color: inherit;
font-size: 13px;
margin: 8px 0; }
.sui-multi-checkbox-facet__option-label {
margin: 8px 0;
}
File renamed without changes.
355 changes: 351 additions & 4 deletions public/open-source-notices.txt

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ const getElectronMainConfig = () => {
cleanOnceBeforeBuildPatterns: ['libs'],
cleanAfterEveryBuildPatterns: [],
}),
new webpack.DefinePlugin({
'process.env.ELECTRON_APP_SENTRY_DSN': JSON.stringify(process.env.ELECTRON_APP_SENTRY_DSN),
}),
];

const patterns = [
Expand Down
Loading

0 comments on commit 75a7dc1

Please sign in to comment.