Skip to content

Commit

Permalink
fix: update dependency slash to v3 (#17019)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and GatsbyJS Bot committed Aug 24, 2019
1 parent 7407352 commit c81f45c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-page-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"glob": "^7.1.4",
"lodash": "^4.17.15",
"micromatch": "^3.1.10",
"slash": "^1.0.0"
"slash": "^3.0.0"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"remark": "^10.0.1",
"remark-retext": "^3.1.3",
"retext-english": "^3.0.3",
"slash": "^2.0.0",
"slash": "^3.0.0",
"static-site-generator-webpack-plugin": "^3.4.2",
"style-to-object": "^0.2.3",
"underscore.string": "^3.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-images/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"mdast-util-definitions": "^1.2.4",
"potrace": "^2.1.2",
"query-string": "^6.8.2",
"slash": "^1.0.0",
"slash": "^3.0.0",
"unist-util-select": "^1.5.0",
"unist-util-visit-parents": "^2.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"shallow-compare": "^1.2.2",
"sift": "^5.1.0",
"signal-exit": "^3.0.2",
"slash": "^1.0.0",
"slash": "^3.0.0",
"socket.io": "^2.2.0",
"stack-trace": "^0.0.10",
"string-similarity": "^1.2.2",
Expand Down

0 comments on commit c81f45c

Please sign in to comment.