Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
chore: upgrade deps (#463)
Browse files Browse the repository at this point in the history
* chore: upgrade deps

* chore: fix lockfile
  • Loading branch information
sentialx committed May 2, 2020
1 parent 841e602 commit 55d894e
Show file tree
Hide file tree
Showing 2 changed files with 203 additions and 153 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@
"@cliqz/adblocker-electron": "1.14.2",
"@types/animejs": "^3.1.0",
"@types/chrome": "0.0.106",
"@types/crypto-js": "^3.1.44",
"@types/crypto-js": "^3.1.45",
"@types/extract-zip": "^1.6.2",
"@types/gsap": "1.20.2",
"@types/jszip": "^3.1.7",
"@types/nedb": "1.8.9",
"@types/node": "13.13.4",
"@types/node-fetch": "^2.5.7",
"@types/react": "16.9.34",
"@types/react-dom": "16.9.6",
"@types/react-dom": "16.9.7",
"@types/styled-components": "5.1.0",
"@typescript-eslint/eslint-plugin": "^2.29.0",
"@typescript-eslint/parser": "^2.29.0",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"animejs": "^3.2.0",
"awesome-node-loader": "^1.1.1",
"axios": "0.19.2",
Expand All @@ -62,10 +62,10 @@
"copy-webpack-plugin": "^5.1.1",
"cross-env": "7.0.2",
"crypto-js": "^4.0.0",
"electron": "^9.0.0-beta.19",
"electron-builder": "22.5.1",
"electron": "^9.0.0-beta.22",
"electron-builder": "22.6.0",
"electron-extensions": "^7.0.0-beta.2",
"electron-updater": "4.2.5",
"electron-updater": "4.3.1",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
Expand All @@ -75,7 +75,7 @@
"file-type": "14.2.0",
"fork-ts-checker-webpack-plugin": "^4.1.3",
"hard-source-webpack-plugin": "^0.13.1",
"html-webpack-plugin": "^4.2.0",
"html-webpack-plugin": "^4.3.0",
"icojs": "^0.14.0",
"jszip": "^3.4.0",
"mobx": "5.15.4",
Expand All @@ -87,13 +87,13 @@
"pretty-bytes": "5.3.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-hot-loader": "4.12.20",
"react-hot-loader": "4.12.21",
"react-windows-controls": "1.1.1",
"source-map-support": "^0.5.19",
"styled-components": "^5.1.0",
"terser": "^4.6.12",
"terser-webpack-plugin": "^2.3.6",
"ts-loader": "^7.0.1",
"terser": "^4.6.13",
"terser-webpack-plugin": "^3.0.0",
"ts-loader": "^7.0.2",
"typescript": "^3.8.3",
"typescript-plugin-styled-components": "^1.4.4",
"webpack": "4.43.0",
Expand Down
Loading

0 comments on commit 55d894e

Please sign in to comment.