Skip to content

Commit

Permalink
fix(deps): update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 14, 2023
1 parent f4abb97 commit 85aa6c7
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
"author": "jaywcjlove",
"license": "MIT",
"dependencies": {
"@babel/core": "~7.21.3",
"@babel/preset-typescript": "~7.21.0",
"@babel/core": "~7.22.0",
"@babel/preset-typescript": "~7.22.0",
"ajv": "^8.9.0",
"husky": "~7.0.4",
"lerna": "~5.1.0",
Expand All @@ -99,9 +99,9 @@
"webpack-bundle-analyzer": "~4.5.0"
},
"resolutions": {
"@babel/parser": "7.21.3",
"@babel/traverse": "7.21.3",
"@babel/types": "7.21.3"
"@babel/parser": "7.22.16",
"@babel/traverse": "7.22.19",
"@babel/types": "7.22.19"
},
"workspaces": {
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion packages/authorized/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"react-dom": ">=17.x"
},
"dependencies": {
"@babel/runtime": "~7.21.0"
"@babel/runtime": "~7.22.0"
},
"devDependencies": {
"@types/react": "~18.0.25",
Expand Down
2 changes: 1 addition & 1 deletion packages/basic-layouts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"uiw": ">=4.x"
},
"dependencies": {
"@babel/runtime": "~7.21.0",
"@babel/runtime": "~7.22.0",
"@kkt/pro": "^1.0.13",
"@uiw-admin/document-title": "6.1.9",
"classnames": "2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"uiw": ">=4.x"
},
"dependencies": {
"@babel/runtime": "~7.21.0",
"@babel/runtime": "~7.22.0",
"@uiw-admin/authorized": "6.1.9",
"@uiw-admin/document-title": "6.1.9",
"@uiw-admin/utils": "6.1.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/document-title/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"react-dom": ">=17.x"
},
"devDependencies": {
"@babel/runtime": "~7.21.0",
"@babel/runtime": "~7.22.0",
"@types/react": "~18.0.25",
"@types/react-dom": "~18.0.11",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/exceptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"uiw": ">=4.x"
},
"dependencies": {
"@babel/runtime": "~7.20.0"
"@babel/runtime": "~7.22.0"
},
"devDependencies": {
"@types/classnames": "2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/layout-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"uiw": ">=4.x"
},
"dependencies": {
"@babel/runtime": "~7.20.0",
"@babel/runtime": "~7.22.0",
"@kkt/pro": "1.0.10"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"@babel/generator": "7.21.3",
"@babel/parser": "7.21.3",
"@babel/template": "7.20.7",
"@babel/traverse": "7.21.3",
"@babel/types": "7.21.3",
"@babel/generator": "7.22.15",
"@babel/parser": "7.22.16",
"@babel/template": "7.22.15",
"@babel/traverse": "7.22.19",
"@babel/types": "7.22.19",
"chokidar": "3.5.3",
"swr": "^1.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/router-control/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"history": "^5.3.0"
},
"devDependencies": {
"@babel/runtime": "~7.21.0",
"@babel/runtime": "~7.22.0",
"@types/react": "~18.0.25",
"@types/react-dom": "~18.0.11",
"@uiw-admin/exceptions": "6.1.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/user-login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"classnames": "^2.3.1"
},
"devDependencies": {
"@babel/runtime": "~7.21.0",
"@babel/runtime": "~7.22.0",
"@types/classnames": "2.3.1",
"@types/react": "~18.0.25",
"@types/react-dom": "~18.0.11",
Expand Down

0 comments on commit 85aa6c7

Please sign in to comment.