Skip to content

Commit 877e29f

Browse files
fix(deps): update babel monorepo to ~7.25.0
1 parent f4abb97 commit 877e29f

File tree

10 files changed

+18
-18
lines changed

10 files changed

+18
-18
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
"author": "jaywcjlove",
8888
"license": "MIT",
8989
"dependencies": {
90-
"@babel/core": "~7.21.3",
91-
"@babel/preset-typescript": "~7.21.0",
90+
"@babel/core": "~7.25.0",
91+
"@babel/preset-typescript": "~7.25.0",
9292
"ajv": "^8.9.0",
9393
"husky": "~7.0.4",
9494
"lerna": "~5.1.0",
@@ -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.25.9",
103+
"@babel/traverse": "7.25.9",
104+
"@babel/types": "7.25.9"
105105
},
106106
"workspaces": {
107107
"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.21.0"
48+
"@babel/runtime": "~7.25.0"
4949
},
5050
"devDependencies": {
5151
"@types/react": "~18.0.25",

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.21.0",
46+
"@babel/runtime": "~7.25.0",
4747
"@kkt/pro": "^1.0.13",
4848
"@uiw-admin/document-title": "6.1.9",
4949
"classnames": "2.3.1",

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.21.0",
47+
"@babel/runtime": "~7.25.0",
4848
"@uiw-admin/authorized": "6.1.9",
4949
"@uiw-admin/document-title": "6.1.9",
5050
"@uiw-admin/utils": "6.1.9",

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.21.0",
46+
"@babel/runtime": "~7.25.0",
4747
"@types/react": "~18.0.25",
4848
"@types/react-dom": "~18.0.11",
4949
"react": "18.2.0",

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.25.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.25.0",
5050
"@kkt/pro": "1.0.10"
5151
},
5252
"devDependencies": {

packages/plugins/package.json

Lines changed: 5 additions & 5 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",
46-
"@babel/template": "7.20.7",
47-
"@babel/traverse": "7.21.3",
48-
"@babel/types": "7.21.3",
44+
"@babel/generator": "7.25.9",
45+
"@babel/parser": "7.25.9",
46+
"@babel/template": "7.25.9",
47+
"@babel/traverse": "7.25.9",
48+
"@babel/types": "7.25.9",
4949
"chokidar": "3.5.3",
5050
"swr": "^1.3.0"
5151
}

packages/router-control/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"history": "^5.3.0"
4848
},
4949
"devDependencies": {
50-
"@babel/runtime": "~7.21.0",
50+
"@babel/runtime": "~7.25.0",
5151
"@types/react": "~18.0.25",
5252
"@types/react-dom": "~18.0.11",
5353
"@uiw-admin/exceptions": "6.1.9",

packages/user-login/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"classnames": "^2.3.1"
5050
},
5151
"devDependencies": {
52-
"@babel/runtime": "~7.21.0",
52+
"@babel/runtime": "~7.25.0",
5353
"@types/classnames": "2.3.1",
5454
"@types/react": "~18.0.25",
5555
"@types/react-dom": "~18.0.11",

0 commit comments

Comments
 (0)