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

Commit

Permalink
Upgrade dependencies (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
quanglam2807 authored Jan 27, 2022
1 parent 3ad0882 commit 213581c
Show file tree
Hide file tree
Showing 6 changed files with 1,067 additions and 842 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"dependencies": {},
"devDependencies": {
"@elastic/app-search-javascript": "7.16.0",
"@elastic/react-search-ui": "1.8.0",
"@elastic/search-ui-app-search-connector": "1.8.0",
"@elastic/react-search-ui": "1.9.0",
"@elastic/search-ui-app-search-connector": "1.9.0",
"@electron/remote": "2.0.1",
"@fontsource/roboto": "4.5.1",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.57",
"@sentry/electron": "2.5.4",
"axios": "0.24.0",
"axios": "0.25.0",
"babel-eslint": "10.1.0",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
Expand All @@ -44,11 +44,11 @@
"classnames": "2.3.1",
"clean-webpack-plugin": "3.0.0",
"comlink": "4.3.1",
"concurrently": "6.5.0",
"concurrently": "6.5.1",
"copy-webpack-plugin": "6.4.1",
"cross-env": "7.0.3",
"decompress": "4.2.1",
"electron": "16.0.5",
"electron": "16.0.7",
"electron-builder": "22.14.5",
"electron-context-menu": "3.1.1",
"electron-notarize": "1.1.1",
Expand All @@ -63,17 +63,17 @@
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.27.1",
"eslint-plugin-react-hooks": "1.7.0",
"follow-redirects": "1.14.6",
"follow-redirects": "1.14.7",
"fs-extra": "10.0.0",
"hasha": "5.2.2",
"icon-gen": "2.1.0",
"is-url": "1.2.4",
"jimp": "0.16.1",
"menubar": "9.1.1",
"node-cache": "5.1.2",
"node-fetch": "2.6.6",
"node-fetch": "2.6.7",
"notistack": "1.0.10",
"prop-types": "15.7.2",
"prop-types": "15.8.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-redux": "7.2.6",
Expand All @@ -84,7 +84,7 @@
"redux-thunk": "2.4.1",
"reselect": "4.1.5",
"semver": "7.3.5",
"slugify": "1.6.4",
"slugify": "1.6.5",
"source-map-support": "0.5.21",
"sudo-prompt": "9.2.1",
"tmp": "0.2.1",
Expand Down
232 changes: 229 additions & 3 deletions public/open-source-notices.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/pages/browsers/toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Toolbar = ({
<div className={classes.root}>
<Typography variant="body2" color="textSecondary" noWrap>
Browser instances behave just like normal browsers
but with isolation and but with independent and isolated cookies and storage.
but with their own cookies and storage.
</Typography>
</div>
);
Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/preferences/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ const Preferences = ({
Switchbar
</Typography>
<Typography variant="body2" color="textSecondary">
Choose Where to Open Links
Browser & Email Client Picker
</Typography>
</div>
</div>
Expand Down
Loading

0 comments on commit 213581c

Please sign in to comment.