Stop sharing dependencies between ext/app (closes #178)

This commit is contained in:
hensm
2021-05-08 13:53:23 +01:00
parent c45a45616a
commit 6d80e258a9
6 changed files with 154 additions and 388 deletions

View File

@@ -14,11 +14,16 @@
"@types/firefox-webext-browser": "^82.0.0",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/semver": "^7.3.4",
"@types/uuid": "^8.3.0",
"copy-webpack-plugin": "^7.0.0",
"html-webpack-plugin": "^5.2.0",
"preact": "^10.5.12",
"preact-compat": "^3.19.0",
"semver": "^7.3.4",
"ts-loader": "^8.0.17",
"typescript": "^4.1.5",
"uuid": "^8.3.2",
"web-ext": "^5.5.0",
"webpack": "^5.24.0"
}