Skip to content

Commit

Permalink
Bump babel
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2022
1 parent 77f6298 commit ca251a8
Show file tree
Hide file tree
Showing 10 changed files with 196 additions and 199 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"typescript:transpile:dev": "cross-env BABEL_ENV=development babel-node --extensions \".tsx,.ts,.js\" scripts/formattedTSDemos --watch"
},
"dependencies": {
"@babel/core": "^7.19.3",
"@babel/core": "^7.20.2",
"@babel/plugin-transform-object-assign": "^7.18.6",
"@babel/runtime-corejs2": "^7.19.2",
"@babel/runtime-corejs2": "^7.20.1",
"@date-io/date-fns-jalali": "^2.16.0",
"@docsearch/react": "^3.3.0",
"@emotion/cache": "^11.10.5",
Expand Down Expand Up @@ -84,7 +84,7 @@
"webpack-bundle-analyzer": "^4.7.0"
},
"devDependencies": {
"@babel/plugin-transform-react-constant-elements": "^7.18.12",
"@babel/plugin-transform-react-constant-elements": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@types/doctrine": "^0.0.5",
"cpy-cli": "^4.2.0",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,19 @@
"devDependencies": {
"@argos-ci/core": "^0.5.1",
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.3",
"@babel/node": "^7.19.1",
"@babel/core": "^7.20.2",
"@babel/node": "^7.20.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-proposal-object-rest-spread": "^7.20.2",
"@babel/plugin-transform-object-assign": "^7.18.6",
"@babel/plugin-transform-react-constant-elements": "^7.18.12",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/preset-env": "^7.19.3",
"@babel/plugin-transform-react-constant-elements": "^7.20.2",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/register": "^7.18.9",
"@babel/traverse": "^7.19.3",
"@babel/types": "^7.19.3",
"@babel/traverse": "^7.20.1",
"@babel/types": "^7.20.2",
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/x-data-grid-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"directory": "packages/grid/x-data-grid-generator"
},
"dependencies": {
"@babel/runtime": "^7.19.0",
"@babel/runtime": "^7.20.1",
"@mui/base": "^5.0.0-alpha.101",
"@mui/x-data-grid-premium": "6.0.0-alpha.6",
"chance": "^1.1.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/x-data-grid-premium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"directory": "packages/grid/x-data-grid-premium"
},
"dependencies": {
"@babel/runtime": "^7.19.0",
"@babel/runtime": "^7.20.1",
"@mui/utils": "^5.10.9",
"@mui/x-data-grid": "6.0.0-alpha.6",
"@mui/x-data-grid-pro": "6.0.0-alpha.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/x-data-grid-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"directory": "packages/grid/x-data-grid-pro"
},
"dependencies": {
"@babel/runtime": "^7.19.0",
"@babel/runtime": "^7.20.1",
"@mui/utils": "^5.10.9",
"@mui/x-data-grid": "6.0.0-alpha.6",
"@mui/x-license-pro": "6.0.0-alpha.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/x-data-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"directory": "packages/grid/x-data-grid"
},
"dependencies": {
"@babel/runtime": "^7.19.0",
"@babel/runtime": "^7.20.1",
"@mui/utils": "^5.10.9",
"clsx": "^1.2.1",
"prop-types": "^15.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-date-pickers-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"directory": "packages/x-date-pickers-pro"
},
"dependencies": {
"@babel/runtime": "^7.19.0",
"@babel/runtime": "^7.20.1",
"@date-io/date-fns": "^2.16.0",
"@date-io/dayjs": "^2.16.0",
"@date-io/luxon": "^2.16.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-date-pickers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"directory": "packages/x-date-pickers"
},
"dependencies": {
"@babel/runtime": "^7.19.0",
"@babel/runtime": "^7.20.1",
"@date-io/core": "^2.16.0",
"@date-io/date-fns": "^2.16.0",
"@date-io/date-fns-jalali": "^2.16.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-license-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"directory": "packages/x-license-pro"
},
"dependencies": {
"@babel/runtime": "^7.19.0",
"@babel/runtime": "^7.20.1",
"@mui/utils": "^5.10.9"
},
"peerDependencies": {
Expand Down
359 changes: 178 additions & 181 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit ca251a8

Please sign in to comment.