Skip to content

Commit

Permalink
Update babel monorepo (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and johno committed Sep 9, 2019
1 parent 65d93c9 commit 233ec8a
Show file tree
Hide file tree
Showing 13 changed files with 200 additions and 29 deletions.
2 changes: 1 addition & 1 deletion packages/babel-plugin-apply-mdx-type-props/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"index.js"
],
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/core": "7.6.0",
"@babel/plugin-syntax-jsx": "7.2.0",
"jest": "24.9.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-extract-import-names/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"index.js"
],
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/core": "7.6.0",
"jest": "24.9.0"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-html-attributes-to-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"translations.js"
],
"dependencies": {
"@babel/types": "7.5.5",
"@babel/types": "7.6.1",
"@mdx-js/util": "^1.4.4",
"camelcase-css": "2.0.1",
"style-to-object": "0.2.3"
},
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/core": "7.6.0",
"@babel/preset-react": "7.0.0",
"jest": "24.9.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-remove-export-keywords/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"index.js"
],
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/core": "7.6.0",
"@babel/preset-react": "7.0.0",
"jest": "24.9.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"loader-utils": "1.2.3"
},
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/preset-env": "7.5.5",
"@babel/core": "7.6.0",
"@babel/preset-env": "7.6.0",
"@babel/preset-react": "7.0.0",
"babel-loader": "8.0.6",
"jest": "24.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"mdx-hast-to-jsx.js"
],
"dependencies": {
"@babel/core": "7.5.5",
"@babel/core": "7.6.0",
"@babel/plugin-syntax-jsx": "7.2.0",
"@babel/plugin-syntax-object-rest-spread": "7.2.0",
"@mdx-js/util": "^1.4.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"dist"
],
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/preset-env": "7.5.5",
"@babel/core": "7.6.0",
"@babel/preset-env": "7.6.0",
"@babel/preset-react": "7.0.0",
"jest": "24.9.0",
"microbundle": "0.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"extract-imports-and-exports.js"
],
"dependencies": {
"@babel/core": "7.5.5",
"@babel/core": "7.6.0",
"@babel/helper-plugin-utils": "7.0.0",
"@babel/plugin-proposal-object-rest-spread": "7.5.5",
"@babel/plugin-syntax-jsx": "7.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"buble": "^0.19.8"
},
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/preset-env": "7.5.5",
"@babel/core": "7.6.0",
"@babel/preset-env": "7.6.0",
"@babel/preset-react": "7.0.0",
"jest": "24.9.0",
"microbundle": "0.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"index.js"
],
"dependencies": {
"@babel/core": "7.5.5",
"@babel/core": "7.6.0",
"@babel/plugin-proposal-object-rest-spread": "7.5.5",
"@babel/plugin-transform-react-jsx": "7.3.0",
"@mdx-js/mdx": "^1.4.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"loader-utils": "1.2.3"
},
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/core": "7.6.0",
"@babel/plugin-syntax-jsx": "7.2.0",
"@babel/preset-env": "7.5.5",
"@babel/preset-env": "7.6.0",
"babel-helper-vue-jsx-merge-props": "2.0.3",
"babel-loader": "8.0.6",
"babel-plugin-transform-vue-jsx": "4.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"remark"
],
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/preset-env": "7.5.5",
"@babel/core": "7.6.0",
"@babel/preset-env": "7.6.0",
"@mdx-js/mdx": "^1.4.4",
"@vue/test-utils": "1.0.0-beta.29",
"babel-helper-vue-jsx-merge-props": "2.0.3",
Expand Down
Loading

0 comments on commit 233ec8a

Please sign in to comment.