Skip to content

Commit

Permalink
fix: update minor updates in packages except react, babel and eslint (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and GatsbyJS Bot committed Sep 18, 2019
1 parent 5a107e9 commit af39ae3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.6.0",
"@types/reach__router": "^1.2.4",
"@types/reach__router": "^1.2.5",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-katex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@babel/core": "^7.6.0",
"babel-preset-gatsby-package": "^0.2.4",
"cross-env": "^5.2.1",
"katex": "^0.11.0"
"katex": "^0.11.1"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-katex#readme",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-screenshot/lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"tar": "^4.4.11"
},
"devDependencies": {
"aws-sdk": "^2.530.0"
"aws-sdk": "^2.531.0"
},
"keywords": [
"gatsby-plugin"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2599,10 +2599,10 @@
version "1.5.2"
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"

"@types/reach__router@^1.2.4":
version "1.2.4"
resolved "https://registry.yarnpkg.com/@types/reach__router/-/reach__router-1.2.4.tgz#44a701fdf15934880f6dfdef38ca49bc30e2d372"
integrity sha512-a+MFhebeSGi0LwHZ0UhH/ke77rWtNQnt8YmaHnquSaY3HmyEi+BPQi3GhPcUPnC9X5BLw/qORw3BPxGb1mCtEw==
"@types/reach__router@^1.2.5":
version "1.2.5"
resolved "https://registry.yarnpkg.com/@types/reach__router/-/reach__router-1.2.5.tgz#add874f43b9733175be2b19de59602b91cc90860"
integrity sha512-Lna9cD38dN3deqJ6ThZgMKoAzW1LE3u+uUbPGdHUqquoM/fnZitSV1xfJxHjovu4SsNkpN9udkte3wEyrBPawQ==
dependencies:
"@types/history" "*"
"@types/react" "*"
Expand Down Expand Up @@ -11841,10 +11841,10 @@ jws@^3.1.5, jws@^3.2.2:
jwa "^1.4.1"
safe-buffer "^5.0.1"

katex@^0.11.0:
version "0.11.0"
resolved "https://registry.yarnpkg.com/katex/-/katex-0.11.0.tgz#9a870f37dd9a5c90446277754bfc98f905c04bbc"
integrity sha512-RQsU3HSMjLW9AdPpi2zaBwM123goCbUcUbBJfmjcAdA982RgtEUNMmrf+3y8anGjgJLantcNLa/VSK73xztQBg==
katex@^0.11.1:
version "0.11.1"
resolved "https://registry.yarnpkg.com/katex/-/katex-0.11.1.tgz#df30ca40c565c9df01a466a00d53e079e84ffaa2"
integrity sha512-5oANDICCTX0NqYIyAiFCCwjQ7ERu3DQG2JFHLbYOf+fXaMoH8eg/zOq5WSYJsKMi/QebW+Eh3gSM+oss1H/bww==
dependencies:
commander "^2.19.0"

Expand Down

0 comments on commit af39ae3

Please sign in to comment.