Update dependencies

This commit is contained in:
hensm
2020-08-12 22:37:30 +01:00
parent f2fdfd2ef9
commit 132206d4dd
6 changed files with 628 additions and 1412 deletions

1714
ext/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,13 +12,13 @@
},
"devDependencies": {
"@types/firefox-webext-browser": "^70.0.1",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"copy-webpack-plugin": "^5.1.1",
"preact": "^10.4.1",
"preact": "^10.4.7",
"preact-compat": "^3.19.0",
"ts-loader": "^7.0.2",
"web-ext": "^4.2.0",
"webpack": "^4.43.0"
"ts-loader": "^7.0.5",
"web-ext": "^4.3.0",
"webpack": "^4.44.1"
}
}