chore(babel): use plugin-transform-runtime

This commit is contained in:
moklick
2022-08-18 17:48:21 +02:00
parent ed0e88b9fe
commit 9ad31a281b
8 changed files with 34 additions and 6 deletions
+1
View File
@@ -23,6 +23,7 @@
"directory": "packages/background"
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@react-flow/core": "workspace:*",
"classcat": "^5.0.3"
},
+1
View File
@@ -26,6 +26,7 @@
"build": "postcss src/*.css --config ../../postcss.config.json --dir dist"
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@react-flow/background": "workspace:*",
"@react-flow/controls": "workspace:*",
"@react-flow/core": "workspace:*",
+1
View File
@@ -26,6 +26,7 @@
"build": "postcss src/*.css --config ../../postcss.config.json --dir dist"
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@react-flow/core": "workspace:*",
"classcat": "^5.0.3"
},
+1 -1
View File
@@ -26,7 +26,7 @@
"build": "postcss src/styles/{base,style}.css --config ../../postcss.config.json --dir dist"
},
"dependencies": {
"@babel/runtime": "^7.18.0",
"@babel/runtime": "^7.18.9",
"@types/d3": "^7.4.0",
"classcat": "^5.0.3",
"d3-drag": "^3.0.0",
+1
View File
@@ -26,6 +26,7 @@
"build": "postcss src/*.css --config ../../postcss.config.json --dir dist"
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@react-flow/core": "workspace:*",
"classcat": "^5.0.3",
"zustand": "^4.0.0"