Update dependencies

This commit is contained in:
hensm
2021-02-23 02:15:58 +00:00
parent e4e133ced5
commit 8174411d87
8 changed files with 2341 additions and 3895 deletions

View File

@@ -11,15 +11,15 @@
"lint": "node bin/lint.js"
},
"devDependencies": {
"@types/firefox-webext-browser": "^70.0.1",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"copy-webpack-plugin": "^5.1.1",
"html-webpack-plugin": "^4.4.1",
"preact": "^10.4.7",
"@types/firefox-webext-browser": "^82.0.0",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"copy-webpack-plugin": "^7.0.0",
"html-webpack-plugin": "^5.2.0",
"preact": "^10.5.12",
"preact-compat": "^3.19.0",
"ts-loader": "^7.0.5",
"web-ext": "^4.3.0",
"webpack": "^4.44.1"
"ts-loader": "^8.0.17",
"web-ext": "^5.5.0",
"webpack": "^5.24.0"
}
}