Skip to content

Commit

Permalink
[v2] Pin babel (gatsbyjs#5389)
Browse files Browse the repository at this point in the history
* Pin babel version

* Update yarn.lock
  • Loading branch information
m-allanson committed May 11, 2018
1 parent 3b5403e commit 17e38cc
Show file tree
Hide file tree
Showing 84 changed files with 1,430 additions and 1,326 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.0.0-beta.44",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.42",
"@babel/plugin-transform-runtime": "^7.0.0-beta.42",
"@babel/preset-env": "^7.0.0-beta.42",
"@babel/preset-flow": "^7.0.0-beta.42",
"@babel/preset-react": "^7.0.0-beta.42",
"@babel/runtime": "^7.0.0-beta.42",
"babel-core": "^7.0.0-0",
"@babel/plugin-proposal-optional-chaining": "7.0.0-beta.42",
"@babel/plugin-proposal-class-properties": "7.0.0-beta.42",
"@babel/plugin-transform-runtime": "7.0.0-beta.42",
"@babel/preset-env": "7.0.0-beta.42",
"@babel/preset-flow": "7.0.0-beta.42",
"@babel/preset-react": "7.0.0-beta.42",
"@babel/runtime": "7.0.0-beta.42",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "8.2.1",
"babel-jest": "^22.4.3",
"chokidar": "^1.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-remove-graphql-queries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "2.0.1-4",
"author": "Jason Quense <monastic.panic@gmail.com>",
"devDependencies": {
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42"
"@babel/cli": "7.0.0-beta.42",
"@babel/core": "7.0.0-beta.42"
},
"license": "MIT",
"main": "index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-1-config-css-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42"
"@babel/runtime": "7.0.0-beta.42"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"@babel/cli": "7.0.0-beta.42",
"@babel/core": "7.0.0-beta.42",
"cross-env": "^5.1.4"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-1-config-css-modules#readme",
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/code-frame": "^7.0.0-beta.42",
"@babel/runtime": "^7.0.0-beta.42",
"@babel/code-frame": "7.0.0-beta.42",
"@babel/runtime": "7.0.0-beta.42",
"bluebird": "^3.5.0",
"common-tags": "^1.4.0",
"convert-hrtime": "^2.0.0",
Expand All @@ -29,8 +29,8 @@
"yurnalist": "^0.2.1"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"@babel/cli": "7.0.0-beta.42",
"@babel/core": "7.0.0-beta.42",
"cross-env": "^5.1.4"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-dev-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42",
"@babel/runtime": "7.0.0-beta.42",
"chokidar": "^1.7.0",
"configstore": "^3.1.0",
"fs-extra": "^4.0.1",
Expand All @@ -19,8 +19,8 @@
"yargs": "^8.0.2"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"@babel/cli": "7.0.0-beta.42",
"@babel/core": "7.0.0-beta.42",
"cross-env": "^5.0.5"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-dev-cli#readme",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42",
"@babel/runtime": "7.0.0-beta.42",
"prop-types": "^15.6.1"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"@babel/cli": "7.0.0-beta.42",
"@babel/core": "7.0.0-beta.42",
"cross-env": "^5.1.4"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-image#readme",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42",
"@babel/runtime": "7.0.0-beta.42",
"@types/history": "^4.6.2",
"@types/react-router-dom": "^4.2.5",
"prop-types": "^15.6.1",
"react-lifecycles-compat": "^3.0.2",
"ric": "^1.3.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"@babel/cli": "7.0.0-beta.42",
"@babel/core": "7.0.0-beta.42",
"cross-env": "^5.1.4",
"react-router-dom": "^4.2.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-canonical-urls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42"
"@babel/runtime": "7.0.0-beta.42"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"@babel/cli": "7.0.0-beta.42",
"@babel/core": "7.0.0-beta.42",
"cross-env": "^5.1.4"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-canonical-urls#readme",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-catch-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42"
"@babel/runtime": "7.0.0-beta.42"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"@babel/cli": "7.0.0-beta.42",
"@babel/core": "7.0.0-beta.42",
"cross-env": "^5.1.4"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-catch-links#readme",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-coffeescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"Noah Lange <noahrlange@gmail.com>"
],
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42",
"@babel/runtime": "7.0.0-beta.42",
"coffee-loader": "^0.9.0",
"coffee-react-transform": "^5.0.0",
"coffeescript": "^2.2.3"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"@babel/cli": "7.0.0-beta.42",
"@babel/core": "7.0.0-beta.42",
"cross-env": "^5.1.4"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-coffeescript#readme",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-create-client-paths/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42"
"@babel/runtime": "7.0.0-beta.42"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"@babel/cli": "7.0.0-beta.42",
"@babel/core": "7.0.0-beta.42",
"cross-env": "^5.1.4"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-create-client-paths#readme",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42"
"@babel/runtime": "7.0.0-beta.42"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"@babel/cli": "7.0.0-beta.42",
"@babel/core": "7.0.0-beta.42",
"cross-env": "^5.1.4"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-emotion#readme",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-facebook-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42"
"@babel/runtime": "7.0.0-beta.42"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"@babel/cli": "7.0.0-beta.42",
"@babel/core": "7.0.0-beta.42",
"cross-env": "^5.1.4"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-facebook-analytics#readme",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-feed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42",
"@babel/runtime": "7.0.0-beta.42",
"lodash.merge": "^4.6.0",
"pify": "^3.0.0",
"rss": "^1.2.2"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"@babel/cli": "7.0.0-beta.42",
"@babel/core": "7.0.0-beta.42",
"cross-env": "^5.1.4"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-feed#readme",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-fullstory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42"
"@babel/runtime": "7.0.0-beta.42"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"@babel/cli": "7.0.0-beta.42",
"@babel/core": "7.0.0-beta.42",
"cross-env": "^5.1.4"
}
}
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-glamor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42"
"@babel/runtime": "7.0.0-beta.42"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"@babel/cli": "7.0.0-beta.42",
"@babel/core": "7.0.0-beta.42",
"cross-env": "^5.1.4"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-glamor#readme",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-google-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42"
"@babel/runtime": "7.0.0-beta.42"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"@babel/cli": "7.0.0-beta.42",
"@babel/core": "7.0.0-beta.42",
"cross-env": "^5.1.4"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-analytics#readme",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-google-tagmanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42"
"@babel/runtime": "7.0.0-beta.42"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"@babel/cli": "7.0.0-beta.42",
"@babel/core": "7.0.0-beta.42",
"cross-env": "^5.1.4"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager#readme",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-guess-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.0.0-beta.38"
"@babel/runtime": "7.0.0-beta.42"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.38",
"@babel/core": "^7.0.0-beta.38",
"@babel/cli": "7.0.0-beta.42",
"@babel/core": "7.0.0-beta.42",
"cross-env": "^5.0.5"
}
}
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-jss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42"
"@babel/runtime": "7.0.0-beta.42"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42"
"@babel/cli": "7.0.0-beta.42",
"@babel/core": "7.0.0-beta.42"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-jss#readme",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-less/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42",
"@babel/runtime": "7.0.0-beta.42",
"less": "^2.7.2",
"less-loader": "^4.1.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"@babel/cli": "7.0.0-beta.42",
"@babel/core": "7.0.0-beta.42",
"cross-env": "^5.1.4"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-less#readme",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-lodash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42",
"@babel/runtime": "7.0.0-beta.42",
"babel-plugin-lodash": "^3.2.11",
"lodash-webpack-plugin": "^0.11.5"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"@babel/cli": "7.0.0-beta.42",
"@babel/core": "7.0.0-beta.42",
"cross-env": "^5.1.4"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-lodash#readme",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-manifest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42",
"@babel/runtime": "7.0.0-beta.42",
"bluebird": "^3.5.0",
"sharp": "^0.20.2"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"@babel/cli": "7.0.0-beta.42",
"@babel/core": "7.0.0-beta.42",
"cross-env": "^5.1.4"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest#readme",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-netlify-cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42",
"@babel/runtime": "7.0.0-beta.42",
"html-webpack-include-assets-plugin": "^1.0.4",
"html-webpack-plugin": "^2.30.1",
"netlify-cms": "^1.3.5",
"netlify-identity-widget": "^1.4.11"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"@babel/cli": "7.0.0-beta.42",
"@babel/core": "7.0.0-beta.42",
"cross-env": "^5.1.4"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify-cms#readme",
Expand Down
Loading

0 comments on commit 17e38cc

Please sign in to comment.