Browse Source

upgrade react

Yuki Takei 3 years ago
parent
commit
203b7009a6

+ 2 - 2
packages/plugin-attachment-refs/package.json

@@ -32,7 +32,7 @@
   "devDependencies": {
     "eslint-plugin-regex": "^1.8.0",
     "npm-run-all": "^4.1.5",
-    "react": "^16.8.3",
-    "react-dom": "^16.8.3"
+    "react": "^18.2.0",
+    "react-dom": "^18.2.0"
   }
 }

+ 2 - 2
packages/plugin-lsx/package.json

@@ -24,7 +24,7 @@
   "dependencies": {},
   "devDependencies": {
     "eslint-plugin-regex": "^1.8.0",
-    "react": "^16.8.3",
-    "react-dom": "^16.8.3"
+    "react": "^18.2.0",
+    "react-dom": "^18.2.0"
   }
 }

+ 1 - 1
packages/ui/package.json

@@ -17,6 +17,6 @@
   },
   "devDependencies": {
     "eslint-plugin-regex": "^1.8.0",
-    "react": "^16.8.3"
+    "react": "^18.2.0"
   }
 }

+ 2 - 2
yarn.lock

@@ -17202,7 +17202,7 @@ react-dnd@^14.0.5:
     fast-deep-equal "^3.1.3"
     hoist-non-react-statics "^3.3.2"
 
-react-dom@^16.2.0, react-dom@^16.8.3:
+react-dom@^16.2.0:
   version "16.14.0"
   resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.14.0.tgz#7ad838ec29a777fb3c75c3a190f661cf92ab8b89"
   integrity sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==
@@ -17442,7 +17442,7 @@ react-waypoint@^10.1.0:
     prop-types "^15.0.0"
     react-is "^17.0.1"
 
-react@^16.2.0, react@^16.8.3:
+react@^16.2.0:
   version "16.14.0"
   resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
   integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==