Update dependencies

This commit is contained in:
hensm
2022-04-25 10:53:36 +01:00
parent a7cdae87e0
commit b102775003
4 changed files with 1617 additions and 1719 deletions

View File

@@ -8,16 +8,16 @@
},
"devDependencies": {
"@types/firefox-webext-browser": "^94.0.1",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.13",
"@types/react": "^18.0.6",
"@types/react-dom": "^18.0.2",
"@types/semver": "^7.3.9",
"@types/uuid": "^8.3.4",
"esbuild": "^0.14.25",
"preact": "^10.6.6",
"semver": "^7.3.5",
"ts-loader": "^9.2.7",
"typescript": "^4.6.2",
"esbuild": "^0.14.38",
"preact": "^10.7.1",
"semver": "^7.3.7",
"ts-loader": "^9.2.8",
"typescript": "^4.6.3",
"uuid": "^8.3.2",
"web-ext": "^6.7.0"
"web-ext": "^6.8.0"
}
}