Skip to content

Commit

Permalink
chore(deps): update dependency eslint-config-standard-with-typescript…
Browse files Browse the repository at this point in the history
… to v33 (#53)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Takanori Oishi <[email protected]>
  • Loading branch information
renovate[bot] and bicstone authored Jan 29, 2023
1 parent 3c699f4 commit 749004b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"eslint": "8.33.0",
"eslint-config-prettier": "8.6.0",
"eslint-config-standard": "17.0.0",
"eslint-config-standard-with-typescript": "31.0.0",
"eslint-config-standard-with-typescript": "33.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-n": "15.6.1",
"eslint-plugin-promise": "6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion src/gatsby-browser.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/

import { camelCase } from "camel-case";
import { BrowserPluginArgs } from "gatsby";
import type { BrowserPluginArgs } from "gatsby";
import { defaultOptions } from ".";
import { onInitialClientRender } from "./gatsby-browser";

Expand Down
3 changes: 2 additions & 1 deletion src/gatsby-browser.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { camelCase } from "camel-case";
import { defaultOptions, GatsbyPluginFixFoucOptions } from "./";
import { defaultOptions } from "./";
import type { GatsbyPluginFixFoucOptions } from "./";

import type { BrowserPluginArgs } from "gatsby";

Expand Down
2 changes: 1 addition & 1 deletion src/gatsby-ssr.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import { defaultOptions } from ".";
import { onRenderBody } from "./gatsby-ssr";
import { camelCase } from "camel-case";
import { RenderBodyArgs } from "gatsby";
import type { RenderBodyArgs } from "gatsby";
import { render } from "@testing-library/react";
import React from "react";

Expand Down
3 changes: 2 additions & 1 deletion src/gatsby-ssr.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import * as React from "react";

import { camelCase } from "camel-case";
import { defaultOptions, GatsbyPluginFixFoucOptions } from ".";
import { defaultOptions } from ".";
import type { GatsbyPluginFixFoucOptions } from ".";

import type { RenderBodyArgs } from "gatsby";

Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7619,9 +7619,9 @@ __metadata:
languageName: node
linkType: hard

"eslint-config-standard-with-typescript@npm:31.0.0":
version: 31.0.0
resolution: "eslint-config-standard-with-typescript@npm:31.0.0"
"eslint-config-standard-with-typescript@npm:33.0.0":
version: 33.0.0
resolution: "eslint-config-standard-with-typescript@npm:33.0.0"
dependencies:
"@typescript-eslint/parser": ^5.0.0
eslint-config-standard: 17.0.0
Expand All @@ -7632,7 +7632,7 @@ __metadata:
eslint-plugin-n: ^15.0.0
eslint-plugin-promise: ^6.0.0
typescript: "*"
checksum: 2f2c2b02b5e4af6c06e7f11ad81321a90ba362a9b3c546a22933ee56cabb222c72990b4f31e23bc6fd215c43a334d707eeb07a10c7fd297bbd8d1c978b8dc14a
checksum: 89eef646c6040571c12ec1c25a2a079d05032d00779fff5c7dbdf7106c99b43c286c8e1c9436875373cfc63f59b940d042e5251dd5864a68dbac7d36119d64f2
languageName: node
linkType: hard

Expand Down Expand Up @@ -8994,7 +8994,7 @@ __metadata:
eslint: 8.33.0
eslint-config-prettier: 8.6.0
eslint-config-standard: 17.0.0
eslint-config-standard-with-typescript: 31.0.0
eslint-config-standard-with-typescript: 33.0.0
eslint-plugin-import: 2.27.5
eslint-plugin-n: 15.6.1
eslint-plugin-promise: 6.1.1
Expand Down

0 comments on commit 749004b

Please sign in to comment.