Skip to content

Commit 21e2bb2

Browse files
chore(deps): update babel monorepo to v7.21.5
1 parent f4abb97 commit 21e2bb2

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@
9999
"webpack-bundle-analyzer": "~4.5.0"
100100
},
101101
"resolutions": {
102-
"@babel/parser": "7.21.3",
103-
"@babel/traverse": "7.21.3",
104-
"@babel/types": "7.21.3"
102+
"@babel/parser": "7.21.5",
103+
"@babel/traverse": "7.21.5",
104+
"@babel/types": "7.21.5"
105105
},
106106
"workspaces": {
107107
"packages": [

packages/exceptions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"uiw": ">=4.x"
4444
},
4545
"dependencies": {
46-
"@babel/runtime": "~7.20.0"
46+
"@babel/runtime": "~7.21.0"
4747
},
4848
"devDependencies": {
4949
"@types/classnames": "2.3.1",

packages/layout-tabs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"uiw": ">=4.x"
4747
},
4848
"dependencies": {
49-
"@babel/runtime": "~7.20.0",
49+
"@babel/runtime": "~7.21.0",
5050
"@kkt/pro": "1.0.10"
5151
},
5252
"devDependencies": {

packages/plugins/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
"test": "echo \"Error: run tests from root\" && exit 1"
4242
},
4343
"devDependencies": {
44-
"@babel/generator": "7.21.3",
45-
"@babel/parser": "7.21.3",
44+
"@babel/generator": "7.21.5",
45+
"@babel/parser": "7.21.5",
4646
"@babel/template": "7.20.7",
47-
"@babel/traverse": "7.21.3",
48-
"@babel/types": "7.21.3",
47+
"@babel/traverse": "7.21.5",
48+
"@babel/types": "7.21.5",
4949
"chokidar": "3.5.3",
5050
"swr": "^1.3.0"
5151
}

0 commit comments

Comments
 (0)