Skip to content

Commit bd4795e

Browse files
chore(deps): update babel monorepo
1 parent 680a416 commit bd4795e

File tree

10 files changed

+17
-17
lines changed

10 files changed

+17
-17
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"license": "MIT",
8888
"dependencies": {
8989
"@babel/preset-typescript": "~7.18.0",
90-
"@babel/core": "~7.18.0",
90+
"@babel/core": "~7.19.0",
9191
"ajv": "^8.9.0",
9292
"husky": "~7.0.4",
9393
"lerna": "~5.1.0",
@@ -97,10 +97,10 @@
9797
"webpack-bundle-analyzer": "~4.5.0"
9898
},
9999
"resolutions": {
100-
"@babel/core": "~7.18.0",
101-
"@babel/parser": "7.18.8",
102-
"@babel/traverse": "7.18.8",
103-
"@babel/types": "7.18.8"
100+
"@babel/core": "~7.19.0",
101+
"@babel/parser": "7.19.4",
102+
"@babel/traverse": "7.19.4",
103+
"@babel/types": "7.19.4"
104104
},
105105
"workspaces": {
106106
"packages": [

packages/authorized/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"react-dom": ">=17.x"
4646
},
4747
"dependencies": {
48-
"@babel/runtime": "~7.18.0",
48+
"@babel/runtime": "~7.19.0",
4949
"@uiw-admin/router-control": "5.3.19"
5050
},
5151
"devDependencies": {

packages/basic-layouts/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.18.0",
46+
"@babel/runtime": "~7.19.0",
4747
"@uiw-admin/document-title": "5.3.19",
4848
"classnames": "2.3.1",
4949
"pinyin": "~2.11.2"

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"uiw": ">=4.x"
4545
},
4646
"dependencies": {
47-
"@babel/runtime": "~7.18.0",
47+
"@babel/runtime": "~7.19.0",
4848
"@uiw-admin/authorized": "5.3.19",
4949
"@uiw-admin/document-title": "5.3.19",
5050
"@uiw-admin/router-control": "5.3.19",

packages/document-title/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"react-dom": ">=17.x"
4444
},
4545
"devDependencies": {
46-
"@babel/runtime": "~7.18.0",
46+
"@babel/runtime": "~7.19.0",
4747
"@types/react": "~17.0.39",
4848
"@types/react-dom": "~17.0.11",
4949
"react": "~17.0.2",

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.18.0"
46+
"@babel/runtime": "~7.19.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.18.0"
49+
"@babel/runtime": "~7.19.0"
5050
},
5151
"devDependencies": {
5252
"@types/react": "~17.0.39",

packages/plugins/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"test": "echo \"Error: run tests from root\" && exit 1"
4242
},
4343
"devDependencies": {
44-
"@babel/generator": "7.18.7",
45-
"@babel/parser": "7.18.8",
46-
"@babel/traverse": "7.18.8",
47-
"@babel/types": "7.18.8",
44+
"@babel/generator": "7.19.4",
45+
"@babel/parser": "7.19.4",
46+
"@babel/traverse": "7.19.4",
47+
"@babel/types": "7.19.4",
4848
"chokidar": "3.5.3",
4949
"swr": "^1.3.0"
5050
}

packages/router-control/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"react-dom": ">=17.x"
4545
},
4646
"devDependencies": {
47-
"@babel/runtime": "~7.18.0",
47+
"@babel/runtime": "~7.19.0",
4848
"@types/react": "~17.0.39",
4949
"@types/react-dom": "~17.0.11",
5050
"@uiw-admin/exceptions": "5.3.19",

packages/user-login/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"classnames": "^2.3.1"
4949
},
5050
"devDependencies": {
51-
"@babel/runtime": "~7.18.0",
51+
"@babel/runtime": "~7.19.0",
5252
"@types/classnames": "2.3.1",
5353
"@types/react": "~17.0.39",
5454
"@types/react-dom": "~17.0.11",

0 commit comments

Comments
 (0)