Skip to content

Commit

Permalink
chore(deps): update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 10, 2022
1 parent 680a416 commit bd4795e
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"license": "MIT",
"dependencies": {
"@babel/preset-typescript": "~7.18.0",
"@babel/core": "~7.18.0",
"@babel/core": "~7.19.0",
"ajv": "^8.9.0",
"husky": "~7.0.4",
"lerna": "~5.1.0",
Expand All @@ -97,10 +97,10 @@
"webpack-bundle-analyzer": "~4.5.0"
},
"resolutions": {
"@babel/core": "~7.18.0",
"@babel/parser": "7.18.8",
"@babel/traverse": "7.18.8",
"@babel/types": "7.18.8"
"@babel/core": "~7.19.0",
"@babel/parser": "7.19.4",
"@babel/traverse": "7.19.4",
"@babel/types": "7.19.4"
},
"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.18.0",
"@babel/runtime": "~7.19.0",
"@uiw-admin/router-control": "5.3.19"
},
"devDependencies": {
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.18.0",
"@babel/runtime": "~7.19.0",
"@uiw-admin/document-title": "5.3.19",
"classnames": "2.3.1",
"pinyin": "~2.11.2"
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.18.0",
"@babel/runtime": "~7.19.0",
"@uiw-admin/authorized": "5.3.19",
"@uiw-admin/document-title": "5.3.19",
"@uiw-admin/router-control": "5.3.19",
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.18.0",
"@babel/runtime": "~7.19.0",
"@types/react": "~17.0.39",
"@types/react-dom": "~17.0.11",
"react": "~17.0.2",
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.18.0"
"@babel/runtime": "~7.19.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.18.0"
"@babel/runtime": "~7.19.0"
},
"devDependencies": {
"@types/react": "~17.0.39",
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"@babel/generator": "7.18.7",
"@babel/parser": "7.18.8",
"@babel/traverse": "7.18.8",
"@babel/types": "7.18.8",
"@babel/generator": "7.19.4",
"@babel/parser": "7.19.4",
"@babel/traverse": "7.19.4",
"@babel/types": "7.19.4",
"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 @@ -44,7 +44,7 @@
"react-dom": ">=17.x"
},
"devDependencies": {
"@babel/runtime": "~7.18.0",
"@babel/runtime": "~7.19.0",
"@types/react": "~17.0.39",
"@types/react-dom": "~17.0.11",
"@uiw-admin/exceptions": "5.3.19",
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 @@ -48,7 +48,7 @@
"classnames": "^2.3.1"
},
"devDependencies": {
"@babel/runtime": "~7.18.0",
"@babel/runtime": "~7.19.0",
"@types/classnames": "2.3.1",
"@types/react": "~17.0.39",
"@types/react-dom": "~17.0.11",
Expand Down

0 comments on commit bd4795e

Please sign in to comment.