Skip to content

Commit 20bbd4a

Browse files
committed
chore(deps): update dependency @babel/core to v7.18.6
1 parent dfedbf2 commit 20bbd4a

File tree

25 files changed

+368
-229
lines changed

25 files changed

+368
-229
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"packageManager": "[email protected]",
6363
"dependencies": {
64-
"@babel/core": "7.18.5",
64+
"@babel/core": "7.18.6",
6565
"@openpatch/patches": "6.0.1",
6666
"csstype": "3.1.0",
6767
"react": "18.2.0",

packages/concept-model-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"react-hook-form": "7.x"
5757
},
5858
"devDependencies": {
59-
"@babel/core": "7.18.5",
59+
"@babel/core": "7.18.6",
6060
"@emotion/cache": "11.9.3",
6161
"@emotion/react": "11.9.3",
6262
"@emotion/styled": "11.9.3",

packages/concept-model/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"react-hook-form": "7.x"
5858
},
5959
"devDependencies": {
60-
"@babel/core": "7.18.5",
60+
"@babel/core": "7.18.6",
6161
"@emotion/cache": "11.9.3",
6262
"@emotion/react": "11.9.3",
6363
"@emotion/styled": "11.9.3",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"build:types": "tsc --project tsconfig.build.json --declaration --emitDeclarationOnly"
4040
},
4141
"devDependencies": {
42-
"@babel/core": "7.18.5",
42+
"@babel/core": "7.18.6",
4343
"@emotion/cache": "11.9.3",
4444
"@emotion/react": "11.9.3",
4545
"@emotion/styled": "11.9.3",

packages/do-local/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"zod": "3.x"
5858
},
5959
"devDependencies": {
60-
"@babel/core": "7.18.5",
60+
"@babel/core": "7.18.6",
6161
"@emotion/cache": "11.9.3",
6262
"@emotion/react": "11.9.3",
6363
"@emotion/styled": "11.9.3",

packages/do/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"react-dom": "18.x"
5858
},
5959
"devDependencies": {
60-
"@babel/core": "7.18.5",
60+
"@babel/core": "7.18.6",
6161
"@emotion/cache": "11.9.3",
6262
"@emotion/react": "11.9.3",
6363
"@emotion/styled": "11.9.3",

packages/end-tries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"zod": "3.x"
6060
},
6161
"devDependencies": {
62-
"@babel/core": "7.18.5",
62+
"@babel/core": "7.18.6",
6363
"@emotion/cache": "11.9.3",
6464
"@emotion/react": "11.9.3",
6565
"@emotion/styled": "11.9.3",

packages/flow-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"react-hook-form": "7.x"
6060
},
6161
"devDependencies": {
62-
"@babel/core": "7.18.5",
62+
"@babel/core": "7.18.6",
6363
"@emotion/cache": "11.9.3",
6464
"@emotion/react": "11.9.3",
6565
"@emotion/styled": "11.9.3",

packages/flow-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"react-dom": "18.x"
5454
},
5555
"devDependencies": {
56-
"@babel/core": "7.18.5",
56+
"@babel/core": "7.18.6",
5757
"@emotion/cache": "11.9.3",
5858
"@emotion/react": "11.9.3",
5959
"@emotion/styled": "11.9.3",

packages/flow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"react-dom": "18.x"
5656
},
5757
"devDependencies": {
58-
"@babel/core": "7.18.5",
58+
"@babel/core": "7.18.6",
5959
"@emotion/cache": "11.9.3",
6060
"@emotion/react": "11.9.3",
6161
"@emotion/styled": "11.9.3",

0 commit comments

Comments
 (0)