Skip to content

Commit

Permalink
chore: update better-opn, commander, hicat, verdaccio, unified packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hoobdeebla committed Apr 20, 2021
1 parent 2e3ce60 commit 052faef
Show file tree
Hide file tree
Showing 14 changed files with 445 additions and 459 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,17 @@
"retext-diacritics": "^3.0.0",
"retext-emoji": "^7.0.2",
"retext-english": "^3.0.4",
"retext-indefinite-article": "^2.0.1",
"retext-indefinite-article": "^2.0.3",
"retext-redundant-acronyms": "^3.0.0",
"retext-sentence-spacing": "^4.0.0",
"retext-spell": "^4.0.0",
"retext-spell": "^4.0.1",
"retext-syntax-mentions": "^2.1.1",
"retext-syntax-urls": "^2.0.0",
"rimraf": "^3.0.2",
"svgo": "1.3.2",
"ts-jest": "^22",
"typescript": "^4.1.5",
"unified": "^9.2.0",
"unified": "^9.2.1",
"yargs": "^15.4.1"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@babel/code-frame": "^7.10.4",
"@types/common-tags": "^1.8.0",
"better-opn": "^2.0.0",
"better-opn": "^3.0.0",
"chalk": "^4.1.0",
"clipboardy": "^2.3.0",
"common-tags": "^1.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-dev-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"is-absolute": "^1.0.0",
"lodash": "^4.17.21",
"signal-exit": "^3.0.3",
"verdaccio": "^4.12.0",
"verdaccio": "^5.0.1",
"yargs": "^15.4.1"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const verdaccioConfig = {
enable: true,
title: `gatsby-dev`,
},
logs: [{ type: `stdout`, format: `pretty-timestamped`, level: `warn` }],
logs: { type: `stdout`, format: `pretty-timestamped`, level: `warn` },
packages: {
"**": {
access: `$all`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ exports[`mdx-loader snapshot [lessBabel=true] with body 1`] = `
import * as React from "react";
/* @jsx mdx */
import { mdx } from "@mdx-js/react";
/* @jsxRuntime classic */
/* @jsx mdx */
export const _frontmatter = {};
Expand Down Expand Up @@ -33,6 +35,8 @@ exports[`mdx-loader snapshot [lessBabel=true] with frontmatter 1`] = `
import * as React from "react";
/* @jsx mdx */
import { mdx } from "@mdx-js/react";
/* @jsxRuntime classic */
/* @jsx mdx */
export const _frontmatter = {
Expand Down Expand Up @@ -66,6 +70,8 @@ exports[`mdx-loader snapshot [lessBabel=true] with frontmatter-layout 1`] = `
import * as React from "react";
/* @jsx mdx */
import { mdx } from "@mdx-js/react";
/* @jsxRuntime classic */
/* @jsx mdx */
export const _frontmatter = {
Expand Down Expand Up @@ -101,6 +107,8 @@ exports[`mdx-loader snapshot [lessBabel=true] with frontmatter-layout-namedExpor
import * as React from "react";
/* @jsx mdx */
import { mdx } from "@mdx-js/react";
/* @jsxRuntime classic */
/* @jsx mdx */
export const meta = {
Expand Down Expand Up @@ -140,6 +148,8 @@ exports[`mdx-loader snapshot [lessBabel=true] with frontmatter-namedExports 1`]
import * as React from "react";
/* @jsx mdx */
import { mdx } from "@mdx-js/react";
/* @jsxRuntime classic */
/* @jsx mdx */
export const meta = {
Expand Down Expand Up @@ -177,6 +187,8 @@ exports[`mdx-loader snapshot [lessBabel=true] with layout 1`] = `
import * as React from "react";
/* @jsx mdx */
import { mdx } from "@mdx-js/react";
/* @jsxRuntime classic */
/* @jsx mdx */
export const _frontmatter = {};
Expand Down Expand Up @@ -208,6 +220,8 @@ exports[`mdx-loader snapshot [lessBabel=true] with layout-namedExports 1`] = `
import * as React from "react";
/* @jsx mdx */
import { mdx } from "@mdx-js/react";
/* @jsxRuntime classic */
/* @jsx mdx */
export const meta = {
Expand Down Expand Up @@ -243,6 +257,8 @@ exports[`mdx-loader snapshot [lessBabel=true] with namedExports 1`] = `
import * as React from "react";
/* @jsx mdx */
import { mdx } from "@mdx-js/react";
/* @jsxRuntime classic */
/* @jsx mdx */
export const meta = {
Expand Down Expand Up @@ -276,6 +292,8 @@ exports[`mdx-loader snapshot with body 1`] = `
import * as React from "react";
/* @jsx mdx */
import { mdx } from "@mdx-js/react";
/* @jsxRuntime classic */
/* @jsx mdx */
export const _frontmatter = {};
Expand Down Expand Up @@ -305,6 +323,8 @@ exports[`mdx-loader snapshot with frontmatter 1`] = `
import * as React from "react";
/* @jsx mdx */
import { mdx } from "@mdx-js/react";
/* @jsxRuntime classic */
/* @jsx mdx */
export const _frontmatter = {
Expand Down Expand Up @@ -338,6 +358,8 @@ exports[`mdx-loader snapshot with frontmatter-layout 1`] = `
import * as React from "react";
/* @jsx mdx */
import { mdx } from "@mdx-js/react";
/* @jsxRuntime classic */
/* @jsx mdx */
export const _frontmatter = {
Expand Down Expand Up @@ -373,6 +395,8 @@ exports[`mdx-loader snapshot with frontmatter-layout-namedExports 1`] = `
import * as React from "react";
/* @jsx mdx */
import { mdx } from "@mdx-js/react";
/* @jsxRuntime classic */
/* @jsx mdx */
export const meta = {
Expand Down Expand Up @@ -412,6 +436,8 @@ exports[`mdx-loader snapshot with frontmatter-namedExports 1`] = `
import * as React from "react";
/* @jsx mdx */
import { mdx } from "@mdx-js/react";
/* @jsxRuntime classic */
/* @jsx mdx */
export const meta = {
Expand Down Expand Up @@ -449,6 +475,8 @@ exports[`mdx-loader snapshot with layout 1`] = `
import * as React from "react";
/* @jsx mdx */
import { mdx } from "@mdx-js/react";
/* @jsxRuntime classic */
/* @jsx mdx */
export const _frontmatter = {};
Expand Down Expand Up @@ -480,6 +508,8 @@ exports[`mdx-loader snapshot with layout-namedExports 1`] = `
import * as React from "react";
/* @jsx mdx */
import { mdx } from "@mdx-js/react";
/* @jsxRuntime classic */
/* @jsx mdx */
export const meta = {
Expand Down Expand Up @@ -515,6 +545,8 @@ exports[`mdx-loader snapshot with namedExports 1`] = `
import * as React from "react";
/* @jsx mdx */
import { mdx } from "@mdx-js/react";
/* @jsxRuntime classic */
/* @jsx mdx */
export const meta = {
Expand Down
16 changes: 8 additions & 8 deletions packages/gatsby-plugin-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"json5": "^2.1.3",
"loader-utils": "^2.0.0",
"lodash": "^4.17.21",
"mdast-util-to-string": "^1.1.0",
"mdast-util-toc": "^3.1.0",
"mdast-util-to-string": "^2.0.0",
"mdast-util-toc": "^5.1.0",
"mime": "^2.4.6",
"p-queue": "^6.6.2",
"pretty-bytes": "^5.3.0",
Expand All @@ -52,14 +52,14 @@
"static-site-generator-webpack-plugin": "^3.4.2",
"style-to-object": "^0.3.0",
"underscore.string": "^3.3.5",
"unified": "^8.4.2",
"unist-util-map": "^1.0.5",
"unist-util-remove": "^1.0.3",
"unist-util-visit": "^1.4.1"
"unified": "^9.2.1",
"unist-util-map": "^2.0.1",
"unist-util-remove": "^2.1.0",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"gatsby-plugin-utils": "^1.4.0-next.0",
"js-combinatorics": "^1.4.5",
"react-test-renderer": "^16.13.1"
Expand Down
10 changes: 5 additions & 5 deletions packages/gatsby-recipes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"graphql-compose": "~7.25.0",
"graphql-subscriptions": "^1.1.0",
"graphql-type-json": "^0.3.2",
"hicat": "^0.8.0",
"hicat": "^0.9.0",
"is-binary-path": "^2.1.0",
"is-url": "^1.2.4",
"jest-diff": "^26.6.2",
Expand All @@ -52,15 +52,15 @@
"remark-mdx": "^2.0.0-next.4",
"remark-mdxjs": "^2.0.0-next.4",
"remark-parse": "^6.0.3",
"remark-stringify": "^8.1.0",
"remark-stringify": "^8.1.1",
"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",
"unified": "^8.4.2",
"unist-util-remove": "^2.0.0",
"unist-util-visit": "^2.0.2",
"unified": "^9.2.1",
"unist-util-remove": "^2.1.0",
"unist-util-visit": "^2.0.3",
"uuid": "3.4.0",
"ws": "^7.3.0",
"xstate": "^4.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-copy-linked-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"babel-preset-gatsby-package": "^1.4.0-next.0",
"cross-env": "^7.0.3",
"remark": "^13.0.0",
"remark-mdx": "^1.6.18"
"remark-mdx": "^1.6.22"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-copy-linked-files#readme",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-custom-blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"remark-custom-blocks": "^2.5.0"
"remark-custom-blocks": "^2.5.1"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-responsive-iframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"babel-preset-gatsby-package": "^1.4.0-next.0",
"cross-env": "^7.0.3",
"remark": "^13.0.0",
"remark-mdx": "^1.6.21",
"remark-mdx": "^1.6.22",
"unist-util-find": "^1.0.2"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-responsive-iframe#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@babel/core": "^7.12.3",
"@babel/helper-plugin-utils": "^7.10.4",
"@babel/plugin-syntax-jsx": "^7.12.1",
"commander": "^2.20.3",
"commander": "^7.2.0",
"fastest-levenshtein": "^1.0.12",
"globby": "^11.0.3",
"inquirer": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-yaml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@babel/runtime": "^7.12.5",
"js-yaml": "^3.14.1",
"lodash": "^4.17.21",
"unist-util-select": "^1.5.0"
"unist-util-select": "^3.0.4"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-remove-graphql-queries": "^3.4.0-next.1",
"babel-preset-gatsby": "^1.4.0-next.1",
"better-opn": "^2.0.0",
"better-opn": "^3.0.0",
"better-queue": "^3.8.10",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
Expand Down
Loading

0 comments on commit 052faef

Please sign in to comment.