Update packages and fix issue with app build script

This commit is contained in:
hensm
2020-01-13 20:21:29 +00:00
parent 164cde97bb
commit 95bd156364
8 changed files with 1545 additions and 3962 deletions

View File

@@ -12,13 +12,13 @@
},
"devDependencies": {
"@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",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"copy-webpack-plugin": "^5.1.1",
"preact": "^8.5.3",
"preact-compat": "^3.19.0",
"ts-loader": "^6.0.4",
"web-ext": "^3.1.1",
"webpack": "^4.38.0"
"ts-loader": "^6.2.1",
"web-ext": "^3.2.1",
"webpack": "^4.41.5"
}
}