Update all dependencies

This commit is contained in:
hensm
2019-07-28 03:22:02 +01:00
parent 9e196465e5
commit 36b391606a
8 changed files with 4384 additions and 3003 deletions

View File

@@ -11,15 +11,14 @@
"lint": "node bin/lint.js"
},
"devDependencies": {
"@types/firefox-webext-browser": "^65.0.3",
"@types/react": "^16.8.13",
"@types/react-dom": "^16.8.4",
"copy-webpack-plugin": "^4.6.0",
"@types/firefox-webext-browser": "^67.0.2",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.5",
"copy-webpack-plugin": "^5.0.4",
"preact": "^8.4.2",
"preact-compat": "^3.18.4",
"ts-loader": "^5.3.3",
"web-ext": "^3.0.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0"
"preact-compat": "^3.19.0",
"ts-loader": "^6.0.4",
"web-ext": "^3.1.1",
"webpack": "^4.38.0"
}
}