Skip to content

Commit

Permalink
v7.0.3 | Bump Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Otus9051 committed Nov 12, 2022
1 parent a9d7c45 commit 7c29fad
Show file tree
Hide file tree
Showing 2 changed files with 450 additions and 329 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boo",
"version": "7.0.2",
"version": "7.0.3",
"sideEffects": false,
"description": "Extensible, fast and innovative web browser with basically the best UI of all Open Source Browsers.",
"keywords": [
Expand Down Expand Up @@ -39,47 +39,47 @@
"postinstall": "patch-package"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@cliqz/adblocker-electron": "^1.3.1",
"@babel/core": "^7.20.2",
"@cliqz/adblocker-electron": "^1.25.1",
"@electron/remote": "^2.0.8",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@types/animejs": "^3.1.5",
"@types/chrome": "0.0.196",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.9",
"@types/animejs": "^3.1.6",
"@types/chrome": "0.0.200",
"@types/crypto-js": "^4.1.1",
"@types/node": "18.7.14",
"@types/node": "18.11.9",
"@types/node-fetch": "^3.0.3",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@types/react-helmet": "^6.1.5",
"@types/rimraf": "^3.0.2",
"@types/styled-components": "5.1.26",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@wexond/rpc-core": "^1.0.3",
"@wexond/rpc-electron": "^1.0.3",
"animejs": "^3.2.1",
"awesome-node-loader": "^1.1.1",
"babel-loader": "^8.2.5",
"concurrently": "^7.3.0",
"babel-loader": "^9.1.0",
"concurrently": "^7.5.0",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "7.0.3",
"electron": "^20.1.1",
"electron-builder": "^23.5.0",
"electron-updater": "5.2.1",
"eslint": "^8.23.0",
"electron": "^21.2.3",
"electron-builder": "^23.6.0",
"electron-updater": "5.3.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.4",
"eslint-plugin-react": "^7.31.10",
"file-loader": "^6.2.0",
"file-type": "18.0.0",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"html-webpack-plugin": "^5.5.0",
"icojs": "^0.17.0",
"jszip": "^3.10.1",
"mobx": "6.6.1",
"mobx": "6.6.2",
"mobx-react-lite": "3.4.0",
"node-bookmarks-parser": "^2.0.0",
"node-fetch": "^3.2.10",
"node-fetch": "^3.3.0",
"prettier": "2.7.1",
"pretty-bytes": "6.0.0",
"react": "18.2.0",
Expand All @@ -88,17 +88,17 @@
"react-windows-controls": "1.1.1",
"rimraf": "^3.0.2",
"source-map-support": "^0.5.21",
"styled-components": "^5.3.5",
"terser": "^5.15.0",
"styled-components": "^5.3.6",
"terser": "^5.15.1",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.3.1",
"ts-loader": "^9.4.1",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"typescript": "^4.8.2",
"typescript": "^4.8.4",
"typescript-plugin-styled-components": "^2.0.0",
"webpack": "5.74.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack": "5.75.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "^4.10.1",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0"
},
"dependencies": {
Expand All @@ -112,7 +112,7 @@
"fast-average-color": "^9.1.1",
"hex-to-rgb": "^1.0.1",
"jwt-decode": "^3.1.2",
"patch-package": "^6.4.7",
"patch-package": "^6.5.0",
"postinstall-postinstall": "^2.1.0",
"react-helmet": "^6.1.0",
"react-image-fallback": "^8.0.0",
Expand Down
Loading

0 comments on commit 7c29fad

Please sign in to comment.