Remove jsx-runtime alias for React 18 (#635)

* Remove jsx-runtime alias for React 18

* Adjust override

* s/cb/fn/
This commit is contained in:
Jaco
2022-04-23 08:57:36 +02:00
committed by GitHub
parent e4787f1b25
commit 6c2d03a6c5
7 changed files with 222 additions and 213 deletions
+3 -3
View File
@@ -29,17 +29,17 @@
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/runtime": "^7.17.9",
"@polkadot/dev": "^0.66.1",
"@polkadot/dev": "^0.66.9",
"@polkadot/x-bundle": "^9.0.1",
"@types/jest": "^27.4.1",
"babel-loader": "^8.2.4",
"babel-loader": "^8.2.5",
"babel-plugin-transform-vue-template": "^0.4.2",
"empty": "^0.10.1",
"process": "^0.11.10",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-is": "^18.0.0",
"react-native": "^0.68.0",
"react-native": "^0.68.1",
"stream-browserify": "^3.0.0",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.72.0",