chore(deps): update react to 18 (#2943)

This commit is contained in:
Ryan Cohen
2022-08-18 17:05:58 +09:00
committed by GitHub
parent 72d7a3477f
commit e5d8c93ab8
164 changed files with 982 additions and 915 deletions

View File

@@ -29,6 +29,9 @@
},
"license": "MIT",
"dependencies": {
"@formatjs/intl-displaynames": "^6.0.3",
"@formatjs/intl-locale": "^3.0.3",
"@formatjs/intl-pluralrules": "^5.0.3",
"@headlessui/react": "1.6.6",
"@heroicons/react": "1.0.6",
"@supercharge/request-ip": "1.2.0",
@@ -62,12 +65,12 @@
"openpgp": "5.4.0",
"plex-api": "5.3.2",
"pug": "3.0.2",
"react": "17.0.2",
"react": "18.2.0",
"react-ace": "10.1.0",
"react-animate-height": "2.1.2",
"react-dom": "17.0.2",
"react-dom": "18.2.0",
"react-intersection-observer": "9.4.0",
"react-intl": "5.25.1",
"react-intl": "6.0.5",
"react-markdown": "8.0.3",
"react-select": "5.4.0",
"react-spring": "9.5.2",
@@ -111,8 +114,8 @@
"@types/node": "17.0.36",
"@types/node-schedule": "2.1.0",
"@types/nodemailer": "6.4.5",
"@types/react": "17.0.45",
"@types/react-dom": "17.0.17",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/react-transition-group": "4.4.5",
"@types/secure-random-password": "0.2.1",
"@types/semver": "7.3.12",
@@ -153,7 +156,9 @@
"typescript": "4.7.4"
},
"resolutions": {
"sqlite3/node-gyp": "8.4.1"
"sqlite3/node-gyp": "8.4.1",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6"
},
"config": {
"commitizen": {