Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump all packages to use babel 7 #5085

Merged
merged 1 commit into from
Apr 23, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions packages/gatsby-plugin-facebook-analytics/.babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"presets": [
["../../.babelrc.js", { "browser": true }]
]
"presets": [["../../.babel-preset.js", { "browser": true }]]
}

17 changes: 7 additions & 10 deletions packages/gatsby-plugin-facebook-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,16 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"babel-runtime": "6.26.0"
"@babel/runtime": "^7.0.0-beta.42"
},
"devDependencies": {
"babel-cli": "6.26.0",
"cross-env": "5.1.3"
"@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",
"keywords": [
"facebook analytics",
"facebook sdk",
"gatsby",
"gatsby-plugin"
],
"homepage":
"https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-facebook-analytics#readme",
"keywords": ["facebook analytics", "facebook sdk", "gatsby", "gatsby-plugin"],
"license": "MIT",
"main": "index.js",
"peerDependencies": {
Expand Down
4 changes: 1 addition & 3 deletions packages/gatsby-plugin-fullstory/.babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{
"presets": [
["../../.babelrc.js", { "browser": true }]
]
"presets": [["../../.babel-preset.js", { "browser": true }]]
}
15 changes: 7 additions & 8 deletions packages/gatsby-plugin-fullstory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,24 @@
"watch": "babel -w src --out-dir . --ignore __tests__",
"prepublish": "cross-env NODE_ENV=production npm run build"
},
"keywords": [
"gatsby",
"gatsby-plugin"
],
"keywords": ["gatsby", "gatsby-plugin"],
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-fullstory#readme",
"homepage":
"https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-fullstory#readme",
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby.git"
},
"license": "MIT",
"dependencies": {
"babel-runtime": "^6.26.0"
"@babel/runtime": "^7.0.0-beta.42"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"cross-env": "^5.0.5"
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"cross-env": "^5.1.4"
}
}
2 changes: 1 addition & 1 deletion packages/gatsby-remark-embed-snippet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42",
"gatsby-remark-prismjs": "^2.0.1",
"gatsby-remark-prismjs": "^1.2.16-3",
"normalize-path": "^2.1.1",
"parse-numeric-range": "^0.0.2",
"unist-util-map": "^1.0.3"
Expand Down
15 changes: 7 additions & 8 deletions packages/gatsby-source-npm-package-search/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
{
"name": "gatsby-source-npm-package-search",
"description": "Search NPM packages and pull NPM & GitHub metadata from Algolia's NPM index",
"description":
"Search NPM packages and pull NPM & GitHub metadata from Algolia's NPM index",
"version": "1.0.8",
"author": "james.a.stack@gmail.com",
"dependencies": {
"algoliasearch": "^3.25.1",
"babel-runtime": "^6.26.0"
"@babel/runtime": "^7.0.0-beta.42"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"cross-env": "^5.0.5"
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"cross-env": "^5.1.4"
},
"keywords": [
"gatsby",
"gatsby-plugin"
],
"keywords": ["gatsby", "gatsby-plugin"],
"license": "MIT",
"main": "index.js",
"scripts": {
Expand Down