Skip to content

Commit

Permalink
Bump babel
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 5, 2023
1 parent 74c58da commit 52f9b42
Show file tree
Hide file tree
Showing 21 changed files with 313 additions and 316 deletions.
2 changes: 1 addition & 1 deletion apps/zero-runtime-vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/core": "^7.22.15",
"@linaria/vite": "^4.5.4",
"@mui/utils": "^5.14.6",
"@mui/material": "^5.14.6",
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"link-check": "node ./scripts/reportBrokenLinks.js"
},
"dependencies": {
"@babel/core": "^7.22.10",
"@babel/core": "^7.22.15",
"@babel/plugin-transform-object-assign": "^7.22.5",
"@babel/runtime-corejs2": "^7.22.10",
"@babel/runtime-corejs2": "^7.22.15",
"@docsearch/react": "^3.5.2",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
Expand Down Expand Up @@ -124,7 +124,7 @@
},
"devDependencies": {
"@babel/plugin-transform-react-constant-elements": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@babel/preset-typescript": "^7.22.15",
"@types/marked": "^5.0.1",
"@types/recharts": "^2.0.0",
"cross-fetch": "^4.0.0",
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,19 @@
},
"devDependencies": {
"@argos-ci/core": "^0.9.0",
"@babel/cli": "^7.22.10",
"@babel/core": "^7.22.10",
"@babel/node": "^7.22.10",
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.15",
"@babel/node": "^7.22.15",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-object-assign": "^7.22.5",
"@babel/plugin-transform-react-constant-elements": "^7.22.5",
"@babel/plugin-transform-runtime": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@babel/register": "^7.22.5",
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/register": "^7.22.15",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@googleapis/sheets": "^5.0.4",
Expand Down Expand Up @@ -210,19 +210,19 @@
"yarn-deduplicate": "^6.0.2"
},
"resolutions": {
"**/@babel/core": "^7.22.10",
"**/@babel/code-frame": "^7.22.10",
"**/@babel/core": "^7.22.15",
"**/@babel/code-frame": "^7.22.13",
"**/@babel/plugin-proposal-class-properties": "^7.18.6",
"**/@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"**/@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"**/@babel/plugin-proposal-numeric-separator": "^7.18.6",
"**/@babel/plugin-proposal-optional-chaining": "^7.21.0",
"**/@babel/plugin-transform-destructuring": "npm:@minh.nguyen/plugin-transform-destructuring@^7.5.2",
"**/@babel/plugin-transform-runtime": "^7.22.10",
"**/@babel/preset-env": "^7.22.10",
"**/@babel/preset-react": "^7.22.5",
"**/@babel/preset-typescript": "^7.22.5",
"**/@babel/runtime": "^7.22.10",
"**/@babel/plugin-transform-runtime": "^7.22.15",
"**/@babel/preset-env": "^7.22.15",
"**/@babel/preset-react": "^7.22.15",
"**/@babel/preset-typescript": "^7.22.15",
"**/@babel/runtime": "^7.22.15",
"**/@definitelytyped/header-parser": "^0.0.169",
"**/@definitelytyped/typescript-versions": "^0.0.169",
"**/@definitelytyped/utils": "^0.0.169",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-docs-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
"@babel/core": "^7.22.10",
"@babel/core": "^7.22.15",
"@mui-internal/docs-utilities": "^1.0.0",
"@mui/markdown": "^5.0.0",
"ast-types": "^0.14.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}
},
"dependencies": {
"@babel/runtime": "^7.22.10",
"@babel/runtime": "^7.22.15",
"@emotion/is-prop-valid": "^1.2.1",
"@floating-ui/react-dom": "^2.0.1",
"@mui/types": "^7.2.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/mui-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"url": "https://opencollective.com/mui"
},
"dependencies": {
"@babel/core": "^7.22.10",
"@babel/runtime": "^7.22.10",
"@babel/traverse": "^7.22.10",
"@babel/core": "^7.22.15",
"@babel/runtime": "^7.22.15",
"@babel/traverse": "^7.22.15",
"jscodeshift": "^0.13.1",
"jscodeshift-add-imports": "^1.0.10",
"yargs": "^17.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}
},
"dependencies": {
"@babel/runtime": "^7.22.10",
"@babel/runtime": "^7.22.15",
"@mui/utils": "^5.14.8",
"nprogress": "^0.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-icons-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
}
},
"dependencies": {
"@babel/runtime": "^7.22.10"
"@babel/runtime": "^7.22.15"
},
"devDependencies": {
"fs-extra": "^11.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-joy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
}
},
"dependencies": {
"@babel/runtime": "^7.22.10",
"@babel/runtime": "^7.22.15",
"@mui/base": "5.0.0-beta.14",
"@mui/core-downloads-tracker": "^5.14.8",
"@mui/system": "^5.14.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}
},
"dependencies": {
"@babel/runtime": "^7.22.10",
"@babel/runtime": "^7.22.15",
"@mui/base": "5.0.0-beta.14",
"@mui/system": "^5.14.8",
"@mui/types": "^7.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}
},
"dependencies": {
"@babel/runtime": "^7.22.10",
"@babel/runtime": "^7.22.15",
"@mui/base": "5.0.0-beta.14",
"@mui/material": "^5.14.8",
"@mui/system": "^5.14.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}
},
"dependencies": {
"@babel/runtime": "^7.22.10",
"@babel/runtime": "^7.22.15",
"@mui/base": "5.0.0-beta.14",
"@mui/core-downloads-tracker": "^5.14.8",
"@mui/system": "^5.14.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-private-theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}
},
"dependencies": {
"@babel/runtime": "^7.22.10",
"@babel/runtime": "^7.22.15",
"@mui/utils": "^5.14.8",
"prop-types": "^15.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styled-engine-sc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"typescript": "tslint -p tsconfig.json \"{src,test}/**/*.{spec,d}.{ts,tsx}\" && tsc -p tsconfig.json"
},
"dependencies": {
"@babel/runtime": "^7.22.10",
"@babel/runtime": "^7.22.15",
"prop-types": "^15.8.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styled-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"typescript": "tslint -p tsconfig.json \"{src,test}/**/*.{spec,d}.{ts,tsx}\" && tsc -p tsconfig.json"
},
"dependencies": {
"@babel/runtime": "^7.22.10",
"@babel/runtime": "^7.22.15",
"@emotion/cache": "^11.11.0",
"csstype": "^3.1.2",
"prop-types": "^15.8.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}
},
"dependencies": {
"@babel/runtime": "^7.22.10",
"@babel/runtime": "^7.22.15",
"@emotion/hash": "^0.9.1",
"@mui/private-theming": "^5.14.7",
"@mui/types": "^7.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
}
},
"dependencies": {
"@babel/runtime": "^7.22.10",
"@babel/runtime": "^7.22.15",
"@mui/private-theming": "^5.14.8",
"@mui/styled-engine": "^5.14.8",
"@mui/types": "^7.2.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
"react": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@babel/runtime": "^7.22.10",
"@babel/runtime": "^7.22.15",
"@types/prop-types": "^15.7.5",
"@types/react-is": "^18.2.1",
"prop-types": "^15.8.1",
"react-is": "^18.2.0"
},
"devDependencies": {
"@babel/helper-module-imports": "^7.22.5",
"@babel/helper-module-imports": "^7.22.15",
"@types/babel-plugin-macros": "^3.1.0",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-tester": "^11.0.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript-to-proptypes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"rimraf": "^5.0.1"
},
"dependencies": {
"@babel/core": "^7.22.10",
"@babel/core": "^7.22.15",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-syntax-jsx": "^7.22.5",
"@babel/types": "^7.22.10",
"@babel/types": "^7.22.15",
"doctrine": "^3.0.0",
"lodash": "^4.17.21",
"typescript": "^5.1.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/zero-tag-processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"typescript:module-augmentation": "node scripts/testModuleAugmentation.js"
},
"dependencies": {
"@babel/core": "^7.22.10",
"@babel/helper-module-imports": "^7.22.5",
"@babel/core": "^7.22.15",
"@babel/helper-module-imports": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/parser": "^7.22.10",
"@babel/parser": "^7.22.15",
"@emotion/css": "^11.11.2",
"@linaria/tags": "^4.5.4",
"@linaria/utils": "^4.5.3",
Expand Down
Loading

0 comments on commit 52f9b42

Please sign in to comment.