Upgrade packages

This commit is contained in:
hensm
2019-04-14 08:33:58 +01:00
committed by Matt Hensman
parent 01546e81dd
commit 5d7d321056
6 changed files with 1347 additions and 2571 deletions

View File

@@ -11,15 +11,15 @@
"lint": "node bin/lint.js"
},
"devDependencies": {
"@types/firefox-webext-browser": "^65.0.2",
"@types/react": "^16.8.4",
"@types/react-dom": "^16.8.2",
"@types/firefox-webext-browser": "^65.0.3",
"@types/react": "^16.8.13",
"@types/react-dom": "^16.8.4",
"copy-webpack-plugin": "^4.6.0",
"preact": "^8.4.2",
"preact-compat": "^3.18.4",
"ts-loader": "^5.3.3",
"web-ext": "^2.9.1",
"webpack": "^4.27.0",
"webpack-cli": "^3.1.2"
"web-ext": "^3.0.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0"
}
}