Skip to content

Commit

Permalink
chore(deps): update babel monorepo (#1301)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Nov 30, 2020
1 parent 4e93b8d commit 15922c8
Show file tree
Hide file tree
Showing 7 changed files with 659 additions and 300 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"test": "jest --runInBand --detectOpenHandles"
},
"devDependencies": {
"@babel/core": "7.11.6",
"@babel/plugin-syntax-jsx": "7.10.4",
"@babel/preset-env": "7.11.5",
"@babel/preset-react": "7.10.4",
"@babel/core": "7.12.9",
"@babel/plugin-syntax-jsx": "7.12.1",
"@babel/preset-env": "7.12.7",
"@babel/preset-react": "7.12.7",
"@mapbox/rehype-prism": "0.5.0",
"@mdx-js/mdx": "^1.6.17",
"@mdx-js/react": "^1.6.17",
Expand All @@ -47,7 +47,7 @@
"@vue/babel-preset-jsx": "1.2.4",
"@vue/test-utils": "1.1.0",
"babel-helper-vue-jsx-merge-props": "2.0.3",
"babel-loader": "8.1.0",
"babel-loader": "8.2.2",
"babel-plugin-macros": "2.8.0",
"babel-plugin-remove-export-keywords": "^1.6.17",
"babel-plugin-transform-vue-jsx": "4.0.1",
Expand Down Expand Up @@ -94,9 +94,9 @@
"yarn-deduplicate": "3.1.0"
},
"resolutions": {
"@babel/core": "7.11.6",
"@babel/preset-env": "7.11.5",
"@babel/preset-react": "7.10.4",
"@babel/core": "7.12.9",
"@babel/preset-env": "7.12.7",
"@babel/preset-react": "7.12.7",
"@babel/preset-typescript": "^7.9.0",
"react": "16.13.1",
"react-dom": "16.13.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-html-attributes-to-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"babel"
],
"dependencies": {
"@babel/types": "7.11.5",
"@babel/types": "7.12.7",
"@mdx-js/util": "1.6.21",
"camelcase-css": "2.0.1",
"style-to-object": "0.3.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"mdxast"
],
"dependencies": {
"@babel/core": "7.11.6",
"@babel/plugin-syntax-jsx": "7.10.4",
"@babel/core": "7.12.9",
"@babel/plugin-syntax-jsx": "7.12.1",
"@babel/plugin-syntax-object-rest-spread": "7.8.3",
"@mdx-js/util": "1.6.21",
"babel-plugin-apply-mdx-type-prop": "1.6.21",
Expand Down
6 changes: 3 additions & 3 deletions packages/remark-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"mdxast"
],
"dependencies": {
"@babel/core": "7.11.6",
"@babel/core": "7.12.9",
"@babel/helper-plugin-utils": "7.10.4",
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
"@babel/plugin-syntax-jsx": "7.10.4",
"@babel/plugin-proposal-object-rest-spread": "7.12.1",
"@babel/plugin-syntax-jsx": "7.12.1",
"@mdx-js/util": "1.6.21",
"is-alphabetical": "1.0.4",
"remark-parse": "8.0.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/test-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"mdxast"
],
"dependencies": {
"@babel/core": "7.11.6",
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
"@babel/plugin-transform-react-jsx": "7.10.4",
"@babel/core": "7.12.9",
"@babel/plugin-proposal-object-rest-spread": "7.12.1",
"@babel/plugin-transform-react-jsx": "7.12.7",
"@mdx-js/mdx": "1.6.21",
"@mdx-js/react": "1.6.21",
"babel-plugin-remove-export-keywords": "1.6.21",
Expand Down
6 changes: 3 additions & 3 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"test": "jest"
},
"devDependencies": {
"@babel/cli": "7.11.6",
"@babel/core": "7.11.6",
"@babel/preset-env": "7.11.5",
"@babel/cli": "7.12.8",
"@babel/core": "7.12.9",
"@babel/preset-env": "7.12.7",
"cross-env": "7.0.2",
"watch": "1.0.2"
},
Expand Down

0 comments on commit 15922c8

Please sign in to comment.