diff options
author | Ajay Ramachandran <[email protected]> | 2021-08-20 13:28:31 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-08-20 13:28:31 -0400 |
commit | 6714dbb73f5b7f32c7f7408902296a35ad931fea (patch) | |
tree | 793c512809561423c8c54d5d3c2678a84771c75f /package.json | |
parent | 32c512a12c9fee48e76c75f64fde859381efc57b (diff) | |
parent | 989b5c9370414a67ef115d9040443cddd578b869 (diff) | |
download | SponsorBlock-6714dbb73f5b7f32c7f7408902296a35ad931fea.tar.gz SponsorBlock-6714dbb73f5b7f32c7f7408902296a35ad931fea.zip |
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into seleniumselenium
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index f2f06f6a..2f59a888 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,8 @@ "babel-loader": "^8.0.6", "babel-preset-env": "^1.7.0", "concurrently": "^5.1.0", - "react": "^16.12.0", - "react-dom": "^16.12.0" + "react": "^17.0.2", + "react-dom": "^17.0.2" }, "devDependencies": { "@types/chrome": "0.0.91", |