Skip to content

Commit

Permalink
fix: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 19, 2020
1 parent 5658b87 commit b83aadf
Show file tree
Hide file tree
Showing 27 changed files with 730 additions and 487 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
},
"resolutions": {
"theme-ui": "0.4.0-rc.1",
"csstype": "2.6.10"
"csstype": "2.6.13"
},
"engines": {
"yarn": "^1.17.3",
Expand Down Expand Up @@ -164,7 +164,7 @@
],
"dependencies": {
"dictionary-en": "^3.0.1",
"jest-matchmedia-mock": "^1.0.1",
"jest-matchmedia-mock": "^1.1.0",
"retext-emoji": "^7.0.1",
"retext-spell": "^4.0.0",
"retext-syntax-mentions": "^2.1.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@
"common-tags": "^1.8.0",
"configstore": "^5.0.1",
"convert-hrtime": "^3.0.0",
"envinfo": "^7.5.1",
"envinfo": "^7.7.3",
"execa": "^3.4.0",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.3.20",
"gatsby-recipes": "^0.2.27",
"gatsby-telemetry": "^1.3.35",
"hosted-git-info": "^3.0.4",
"hosted-git-info": "^3.0.5",
"ink": "^2.7.1",
"ink-spinner": "^3.1.0",
"is-valid-path": "^0.1.1",
"lodash": "^4.17.20",
"meant": "^1.0.1",
"node-fetch": "^2.6.0",
"meant": "^1.0.2",
"node-fetch": "^2.6.1",
"opentracing": "^0.14.4",
"pretty-error": "^2.1.1",
"progress": "^2.0.3",
Expand All @@ -45,9 +45,9 @@
"source-map": "0.7.3",
"stack-trace": "^0.0.10",
"strip-ansi": "^5.2.0",
"update-notifier": "^4.1.0",
"update-notifier": "^4.1.1",
"uuid": "3.4.0",
"yargs": "^15.3.1",
"yargs": "^15.4.1",
"yurnalist": "^1.1.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-dev-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"lodash": "^4.17.20",
"request": "2.88.2",
"signal-exit": "^3.0.3",
"verdaccio": "^4.7.2",
"yargs": "^15.3.1"
"verdaccio": "^4.8.1",
"yargs": "^15.4.1"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-benchmark-reporting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"fast-glob": "^3.2.4",
"node-fetch": "^2.6.0",
"node-fetch": "^2.6.1",
"uuid": "3.4.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-less/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.11.2",
"less-loader": "^6.1.3"
"less-loader": "^6.2.0"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"change-case": "^3.1.0",
"core-js": "^3.6.5",
"dataloader": "^1.4.0",
"debug": "^4.1.1",
"debug": "^4.2.0",
"escape-string-regexp": "^1.0.5",
"eval": "^0.1.4",
"fs-extra": "^8.1.0",
Expand All @@ -42,11 +42,11 @@
"mdast-util-toc": "^3.1.0",
"mime": "^2.4.6",
"p-queue": "^5.0.0",
"pretty-bytes": "^5.3.0",
"pretty-bytes": "^5.4.1",
"remark": "^10.0.1",
"remark-retext": "^3.1.3",
"retext-english": "^3.0.4",
"slugify": "^1.4.4",
"slugify": "^1.4.5",
"static-site-generator-webpack-plugin": "^3.4.2",
"style-to-object": "^0.3.0",
"underscore.string": "^3.3.5",
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 @@ -8,14 +8,14 @@
},
"dependencies": {
"@pieh/friendly-errors-webpack-plugin": "1.7.0-chalk-2",
"copy-webpack-plugin": "^5.1.1",
"copy-webpack-plugin": "^5.1.2",
"html-webpack-exclude-assets-plugin": "^0.0.7",
"html-webpack-plugin": "^3.2.0",
"html-webpack-tags-plugin": "^2.0.17",
"lodash": "^4.17.20",
"mini-css-extract-plugin": "^0.8.2",
"netlify-identity-widget": "^1.6.0",
"webpack": "^4.44.1"
"netlify-identity-widget": "^1.9.1",
"webpack": "^4.44.2"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-page-creator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"fs-exists-cached": "^1.0.0",
"gatsby-page-utils": "^0.2.25",
"globby": "^11.0.1",
"graphql": "^14.6.0",
"graphql": "^14.7.0",
"lodash": "^4.17.20"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@prefresh/webpack": "^1.0.2",
"@prefresh/webpack": "^1.1.0",
"react-refresh": "^0.8.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-preload-fonts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"chalk": "^2.4.2",
"date-fns": "^2.14.0",
"date-fns": "^2.16.1",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.3.20",
"graphql-request": "^1.8.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"imagemin": "^7.0.1",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.1",
"lodash": "^4.17.19",
"lodash": "^4.17.20",
"mini-svg-data-uri": "^1.2.3",
"potrace": "^2.1.8",
"probe-image-size": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-stylus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.11.2",
"stylus": "^0.54.7",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2"
},
"devDependencies": {
Expand Down
76 changes: 38 additions & 38 deletions packages/gatsby-recipes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,39 +15,39 @@
"@babel/standalone": "^7.11.6",
"@babel/template": "^7.10.4",
"@babel/types": "^7.11.5",
"@emotion/core": "^10.0.14",
"@emotion/styled": "^10.0.14",
"@graphql-tools/schema": "^6.0.14",
"@graphql-tools/utils": "^6.0.14",
"@hapi/hoek": "8.x.x",
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"@graphql-tools/schema": "^6.2.3",
"@graphql-tools/utils": "^6.2.3",
"@hapi/hoek": "8.x",
"@hapi/joi": "^15.1.1",
"@mdx-js/mdx": "^2.0.0-next.4",
"@mdx-js/react": "^2.0.0-next.4",
"@mdx-js/runtime": "^2.0.0-next.4",
"acorn": "^7.2.0",
"acorn-jsx": "^5.2.0",
"@mdx-js/mdx": "^2.0.0-next.8",
"@mdx-js/react": "^2.0.0-next.8",
"@mdx-js/runtime": "^2.0.0-next.8",
"acorn": "^7.4.0",
"acorn-jsx": "^5.3.1",
"ansi-html": "^0.0.7",
"babel-plugin-remove-export-keywords": "^1.6.5",
"babel-plugin-remove-export-keywords": "^1.6.18",
"better-queue": "^3.8.10",
"chokidar": "^3.4.2",
"concurrently": "^5.0.0",
"contentful-management": "^5.26.3",
"concurrently": "^5.3.0",
"contentful-management": "^5.28.0",
"cors": "^2.8.5",
"cross-fetch": "^3.0.6",
"debug": "^4.1.1",
"debug": "^4.2.0",
"detect-port": "^1.3.0",
"dotenv": "^8.2.0",
"execa": "^4.0.2",
"execa": "^4.0.3",
"express": "^4.17.1",
"express-graphql": "^0.9.0",
"flatted": "^3.0.0",
"formik": "^2.0.8",
"flatted": "^3.0.5",
"formik": "^2.1.5",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.3.20",
"gatsby-interface": "^0.0.166",
"gatsby-interface": "^0.0.199",
"gatsby-telemetry": "^1.3.35",
"glob": "^7.1.6",
"graphql": "^14.6.0",
"graphql": "^14.7.0",
"graphql-compose": "^6.3.8",
"graphql-subscriptions": "^1.1.0",
"graphql-type-json": "^0.3.2",
Expand All @@ -61,36 +61,36 @@
"lodash": "^4.17.20",
"mitt": "^1.2.0",
"mkdirp": "^0.5.1",
"node-fetch": "^2.5.0",
"node-fetch": "^2.6.1",
"normalize.css": "^8.0.1",
"pkg-dir": "^4.2.0",
"prettier": "^2.0.5",
"prop-types": "^15.6.1",
"prop-types": "^15.7.2",
"property-information": "5.5.0",
"react-circular-progressbar": "^2.0.0",
"react-icons": "^3.0.1",
"react-circular-progressbar": "^2.0.3",
"react-icons": "^3.11.0",
"react-reconciler": "^0.25.1",
"remark-mdx": "^2.0.0-next.4",
"remark-mdxjs": "^2.0.0-next.4",
"remark-mdx": "^2.0.0-next.8",
"remark-mdxjs": "^2.0.0-next.8",
"remark-parse": "^6.0.3",
"remark-stringify": "^8.1.0",
"remark-stringify": "^8.1.1",
"resolve-cwd": "^3.0.0",
"resolve-from": "^5.0.0",
"semver": "^7.3.2",
"single-trailing-newline": "^1.0.0",
"strip-ansi": "^6.0.0",
"style-to-object": "^0.3.0",
"subscriptions-transport-ws": "^0.9.16",
"subscriptions-transport-ws": "^0.9.18",
"svg-tag-names": "^2.0.1",
"unified": "^8.4.2",
"unist-util-remove": "^2.0.0",
"unist-util-visit": "^2.0.2",
"urql": "^1.9.7",
"unist-util-visit": "^2.0.3",
"urql": "^1.10.1",
"uuid": "3.4.0",
"ws": "^7.3.0",
"xstate": "^4.9.1",
"ws": "^7.3.1",
"xstate": "^4.13.0",
"yoga-layout-prebuilt": "^1.9.6",
"yup": "^0.27.0"
"yup": "^0.29.3"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
Expand Down Expand Up @@ -135,13 +135,13 @@
"directory": "packages/gatsby-recipes"
},
"resolutions": {
"@mdx-js/mdx": "^2.0.0-next.4",
"@mdx-js/react": "^2.0.0-next.4",
"@mdx-js/runtime": "^2.0.0-next.4",
"graphql": "^14.6.0",
"@mdx-js/mdx": "^2.0.0-next.8",
"@mdx-js/react": "^2.0.0-next.8",
"@mdx-js/runtime": "^2.0.0-next.8",
"graphql": "^14.7.0",
"property-information": "5.5.0",
"remark-mdx": "^2.0.0-next.4",
"remark-mdxjs": "^2.0.0-next.4"
"remark-mdx": "^2.0.0-next.8",
"remark-mdxjs": "^2.0.0-next.8"
},
"scripts": {
"build": "concurrently \"npm run build:babel\" \"npm run build:rollup\"",
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 @@
"lodash": "^4.17.20",
"mdast-util-definitions": "^1.2.5",
"potrace": "^2.1.8",
"query-string": "^6.13.1",
"query-string": "^6.13.2",
"unist-util-select": "^1.5.0",
"unist-util-visit-parents": "^2.1.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-filesystem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"got": "^9.6.0",
"md5-file": "^3.2.3",
"mime": "^2.4.6",
"pretty-bytes": "^5.3.0",
"pretty-bytes": "^5.4.1",
"progress": "^2.0.3",
"read-chunk": "^3.2.0",
"valid-url": "^1.0.9",
"xstate": "^4.11.0"
"xstate": "^4.13.0"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-source-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
},
"dependencies": {
"@babel/runtime": "^7.11.2",
"@graphql-tools/links": "^6.0.9",
"@graphql-tools/utils": "^6.0.9",
"@graphql-tools/wrap": "^6.0.9",
"@graphql-tools/links": "^6.2.3",
"@graphql-tools/utils": "^6.2.3",
"@graphql-tools/wrap": "^6.2.3",
"apollo-link": "1.2.14",
"apollo-link-http": "^1.5.17",
"dataloader": "^2.0.0",
"graphql": "^14.6.0",
"graphql": "^14.7.0",
"invariant": "^2.2.4",
"node-fetch": "^1.7.3",
"uuid": "3.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-hacker-news/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@babel/runtime": "^7.11.2",
"axios": "^0.19.2",
"lodash": "^4.17.15"
"lodash": "^4.17.20"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-lever/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"deep-map": "^1.5.0",
"deep-map-keys": "^1.2.0",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.15"
"lodash": "^4.17.20"
},
"deprecated": false,
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@babel/runtime": "^7.11.2",
"lodash.camelcase": "^4.3.0",
"lodash.isstring": "^4.0.1",
"mongodb": "^3.5.9",
"query-string": "^6.13.1"
"mongodb": "^3.6.2",
"query-string": "^6.13.2"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-wikipedia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"license": "MIT",
"dependencies": {
"bluebird": "^3.7.2",
"node-fetch": "^2.6.0",
"query-string": "^6.13.1"
"node-fetch": "^2.6.1",
"query-string": "^6.13.2"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"git-up": "^4.0.2",
"is-docker": "^2.1.1",
"lodash": "^4.17.20",
"node-fetch": "^2.6.0",
"node-fetch": "^2.6.1",
"uuid": "3.4.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-documentationjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@babel/runtime": "^7.11.2",
"documentation": "^12.3.0",
"prismjs": "^1.20.0"
"prismjs": "^1.21.0"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
Expand Down
Loading

0 comments on commit b83aadf

Please sign in to comment.