Skip to content

Commit

Permalink
Bump babel
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 22, 2022
1 parent 4b8373f commit fe9ef65
Show file tree
Hide file tree
Showing 18 changed files with 858 additions and 841 deletions.
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"typescript:transpile:dev": "echo 'Use `yarn docs:typescript'` instead && exit 1"
},
"dependencies": {
"@babel/core": "^7.17.5",
"@babel/plugin-transform-object-assign": "^7.16.7",
"@babel/runtime-corejs2": "^7.17.2",
"@babel/core": "^7.18.10",
"@babel/plugin-transform-object-assign": "^7.18.6",
"@babel/runtime-corejs2": "^7.18.9",
"@date-io/core": "^2.13.1",
"@date-io/date-fns-jalali": "^2.13.1",
"@docsearch/react": "^3.2.0",
Expand Down Expand Up @@ -123,8 +123,8 @@
"webpack-bundle-analyzer": "^4.5.0"
},
"devDependencies": {
"@babel/plugin-transform-react-constant-elements": "^7.17.6",
"@babel/preset-typescript": "^7.16.7",
"@babel/plugin-transform-react-constant-elements": "^7.18.12",
"@babel/preset-typescript": "^7.18.6",
"@types/marked": "^4.0.6",
"@types/recharts": "^2.0.0",
"cross-fetch": "^3.1.5",
Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,17 @@
"validate-declarations": "babel-node --extensions \".ts\" scripts/validateTypescriptDeclarations.ts"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.5",
"@babel/node": "^7.16.8",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/plugin-transform-object-assign": "^7.16.7",
"@babel/plugin-transform-react-constant-elements": "^7.17.6",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/register": "^7.17.0",
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.10",
"@babel/node": "^7.18.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-transform-object-assign": "^7.18.6",
"@babel/plugin-transform-react-constant-elements": "^7.18.12",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@babel/register": "^7.18.9",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mnajdova/enzyme-adapter-react-18": "^0.2.0",
Expand Down Expand Up @@ -197,19 +197,19 @@
"yarn-deduplicate": "^3.1.0"
},
"resolutions": {
"**/@babel/core": "^7.17.5",
"**/@babel/code-frame": "^7.16.7",
"**/@babel/plugin-proposal-class-properties": "^7.16.7",
"**/@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"**/@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
"**/@babel/plugin-proposal-numeric-separator": "^7.16.7",
"**/@babel/plugin-proposal-optional-chaining": "^7.16.7",
"**/@babel/core": "^7.18.10",
"**/@babel/code-frame": "^7.18.6",
"**/@babel/plugin-proposal-class-properties": "^7.18.6",
"**/@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"**/@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"**/@babel/plugin-proposal-numeric-separator": "^7.18.6",
"**/@babel/plugin-proposal-optional-chaining": "^7.18.9",
"**/@babel/plugin-transform-destructuring": "npm:@minh.nguyen/plugin-transform-destructuring@^7.5.2",
"**/@babel/plugin-transform-runtime": "^7.17.0",
"**/@babel/preset-env": "^7.16.11",
"**/@babel/preset-react": "^7.16.7",
"**/@babel/preset-typescript": "^7.16.7",
"**/@babel/runtime": "^7.17.2",
"**/@babel/plugin-transform-runtime": "^7.18.10",
"**/@babel/preset-env": "^7.18.10",
"**/@babel/preset-react": "^7.18.6",
"**/@babel/preset-typescript": "^7.18.6",
"**/@babel/runtime": "^7.18.9",
"**/@definitelytyped/typescript-versions": "^0.0.122",
"**/@types/react": "^18.0.9",
"**/@types/react-is": "^17.0.3",
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.17.2",
"@babel/runtime": "^7.18.9",
"@emotion/is-prop-valid": "^1.1.3",
"@mui/types": "^7.1.5",
"@mui/utils": "^5.9.3",
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.17.5",
"@babel/runtime": "^7.17.2",
"@babel/traverse": "^7.17.3",
"@babel/core": "^7.18.10",
"@babel/runtime": "^7.18.9",
"@babel/traverse": "^7.18.11",
"jscodeshift": "^0.13.1",
"jscodeshift-add-imports": "^1.0.10",
"yargs": "^17.5.1"
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.17.2",
"@babel/runtime": "^7.18.9",
"@mui/utils": "^5.9.3",
"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.17.2"
"@babel/runtime": "^7.18.9"
},
"devDependencies": {
"fs-extra": "^10.1.0",
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.17.2",
"@babel/runtime": "^7.18.9",
"@mui/base": "5.0.0-alpha.93",
"@mui/core-downloads-tracker": "^5.10.1",
"@mui/system": "^5.10.1",
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.17.2",
"@babel/runtime": "^7.18.9",
"@mui/base": "5.0.0-alpha.93",
"@mui/system": "^5.10.1",
"@mui/utils": "^5.9.3",
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.17.2",
"@babel/runtime": "^7.18.9",
"@mui/base": "5.0.0-alpha.93",
"@mui/material": "^5.10.1",
"@mui/system": "^5.10.1",
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.17.2",
"@babel/runtime": "^7.18.9",
"@mui/base": "5.0.0-alpha.93",
"@mui/core-downloads-tracker": "^5.10.1",
"@mui/system": "^5.10.1",
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.17.2",
"@babel/runtime": "^7.18.9",
"@mui/utils": "^5.9.3",
"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.17.2",
"@babel/runtime": "^7.18.9",
"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.17.2",
"@babel/runtime": "^7.18.9",
"@emotion/cache": "^11.9.3",
"csstype": "^3.1.0",
"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.17.2",
"@babel/runtime": "^7.18.9",
"@emotion/hash": "^0.8.0",
"@mui/private-theming": "^5.9.3",
"@mui/types": "^7.1.5",
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.17.2",
"@babel/runtime": "^7.18.9",
"@mui/private-theming": "^5.9.3",
"@mui/styled-engine": "^5.10.1",
"@mui/types": "^7.1.5",
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.17.2",
"@babel/runtime": "^7.18.9",
"@types/prop-types": "^15.7.5",
"@types/react-is": "^16.7.1 || ^17.0.0",
"prop-types": "^15.8.1",
"react-is": "^18.2.0"
},
"devDependencies": {
"@babel/helper-module-imports": "^7.16.7",
"@babel/helper-module-imports": "^7.18.6",
"@types/babel-plugin-macros": "^2.8.5",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-tester": "^10.1.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/typescript-to-proptypes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"rimraf": "^3.0.2"
},
"dependencies": {
"@babel/core": "^7.17.5",
"@babel/core": "^7.18.10",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-syntax-jsx": "^7.16.7",
"@babel/types": "^7.17.0",
"@babel/plugin-syntax-jsx": "^7.18.6",
"@babel/types": "^7.18.10",
"doctrine": "^3.0.0",
"lodash": "^4.17.21",
"typescript": "^4.6.4",
Expand Down

0 comments on commit fe9ef65

Please sign in to comment.