Skip to content

Commit d95d6ca

Browse files
renovate[bot]waltercruz
authored andcommitted
fix: update minor updates in packages except react, babel and eslint (gatsbyjs#17254)
1 parent ccedffa commit d95d6ca

102 files changed

Lines changed: 155 additions & 131 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/babel-plugin-remove-graphql-queries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@babel/cli": "^7.5.5",
1313
"@babel/core": "^7.5.5",
1414
"babel-preset-gatsby-package": "^0.2.3",
15-
"cross-env": "^5.2.0"
15+
"cross-env": "^5.2.1"
1616
},
1717
"license": "MIT",
1818
"main": "index.js",

packages/babel-preset-gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@babel/cli": "^7.5.5",
3535
"babel-preset-gatsby-package": "^0.2.3",
36-
"cross-env": "^5.2.0"
36+
"cross-env": "^5.2.1"
3737
},
3838
"engines": {
3939
"node": ">=8.0.0"

packages/gatsby-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@babel/cli": "^7.5.5",
5353
"@babel/core": "^7.5.5",
5454
"babel-preset-gatsby-package": "^0.2.3",
55-
"cross-env": "^5.2.0"
55+
"cross-env": "^5.2.1"
5656
},
5757
"optionalDependencies": {
5858
"ink": "^2.3.0",

packages/gatsby-codemods/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@babel/cli": "^7.5.5",
3131
"@babel/core": "^7.5.5",
3232
"babel-preset-gatsby-package": "^0.2.3",
33-
"cross-env": "^5.2.0",
33+
"cross-env": "^5.2.1",
3434
"jscodeshift": "^0.6.4"
3535
},
3636
"engines": {

packages/gatsby-core-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"@babel/cli": "^7.5.5",
3333
"@babel/core": "^7.5.5",
3434
"babel-preset-gatsby-package": "^0.2.3",
35-
"cross-env": "^5.2.0"
35+
"cross-env": "^5.2.1"
3636
}
3737
}

packages/gatsby-cypress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@babel/cli": "^7.5.5",
2222
"@babel/core": "^7.5.5",
2323
"babel-preset-gatsby-package": "^0.2.3",
24-
"cross-env": "^5.2.0"
24+
"cross-env": "^5.2.1"
2525
},
2626
"keywords": [
2727
"gatsby",

packages/gatsby-design-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@babel/cli": "^7.5.5",
2121
"@babel/core": "^7.5.5",
2222
"babel-preset-gatsby-package": "^0.2.3",
23-
"cross-env": "^5.2.0"
23+
"cross-env": "^5.2.1"
2424
},
2525
"engines": {
2626
"node": ">=8.0.0"

packages/gatsby-dev-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@babel/cli": "^7.5.5",
2929
"@babel/core": "^7.5.5",
3030
"babel-preset-gatsby-package": "^0.2.3",
31-
"cross-env": "^5.2.0"
31+
"cross-env": "^5.2.1"
3232
},
3333
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-dev-cli#readme",
3434
"keywords": [

packages/gatsby-graphiql-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@babel/preset-react": "^7.0.0",
4040
"babel-loader": "^8.0.6",
4141
"babel-preset-gatsby-package": "^0.2.3",
42-
"cross-env": "^5.2.0",
42+
"cross-env": "^5.2.1",
4343
"css-loader": "^1.0.1",
4444
"graphiql": "^0.14.2",
4545
"graphiql-explorer": "^0.4.3",

packages/gatsby-image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@babel/core": "^7.5.5",
1717
"@testing-library/react": "^9.1.3",
1818
"babel-preset-gatsby-package": "^0.2.3",
19-
"cross-env": "^5.2.0"
19+
"cross-env": "^5.2.1"
2020
},
2121
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-image#readme",
2222
"keywords": [

0 commit comments

Comments
 (0)