WIP: Upgrade to react 18
At this point, the studio and core work with react 18, but r3f doesn't.
This commit is contained in:
parent
46e58ca6d8
commit
f562d225c6
20 changed files with 1274 additions and 429 deletions
10
package.json
10
package.json
|
@ -35,13 +35,15 @@
|
|||
"devDependencies": {
|
||||
"@microsoft/api-documenter": "^7.19.0",
|
||||
"@microsoft/api-extractor": "^7.28.6",
|
||||
"@types/eslint": "^8.44.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.7",
|
||||
"@typescript-eslint/parser": "^5.30.7",
|
||||
"esbuild": "^0.18.13",
|
||||
"eslint": "^8.20.0",
|
||||
"eslint-plugin-import": "2.28.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.6.1",
|
||||
"eslint-plugin-react": "^7.30.1",
|
||||
"eslint-plugin-tsdoc": "^0.2.16",
|
||||
"eslint-plugin-react": "^7.33.1",
|
||||
"eslint-plugin-tsdoc": "^0.2.17",
|
||||
"eslint-plugin-unused-imports": "^2.0.0",
|
||||
"fast-glob": "^3.3.0",
|
||||
"husky": "^6.0.0",
|
||||
|
@ -56,10 +58,6 @@
|
|||
"zx": "^2.0.0"
|
||||
},
|
||||
"packageManager": "yarn@3.2.0",
|
||||
"resolutions": {
|
||||
"@types/react": "^17.0.9",
|
||||
"@types/react-dom": "^17.0.9"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.0"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue