Skip to content

Commit e0aab42

Browse files
gatsby dev dependency (#634)
1 parent 08da65b commit e0aab42

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

packages/www/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"@reach/router": "^1.3.3",
99
"@types/react-helmet": "^5.0.15",
1010
"copy-text-to-clipboard": "^2.1.1",
11+
"eslint-loader": "^3.0.3",
1112
"eslint-mdx": "^1.6.8",
1213
"eslint-plugin-mdx": "^1.6.8",
1314
"gatsby": "^2.19.28",

yarn.lock

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7414,6 +7414,17 @@ eslint-loader@^2.2.1:
74147414
object-hash "^1.1.4"
74157415
rimraf "^2.6.1"
74167416

7417+
eslint-loader@^3.0.3:
7418+
version "3.0.3"
7419+
resolved "https://registry.yarnpkg.com/eslint-loader/-/eslint-loader-3.0.3.tgz#e018e3d2722381d982b1201adb56819c73b480ca"
7420+
integrity sha512-+YRqB95PnNvxNp1HEjQmvf9KNvCin5HXYYseOXVC2U0KEcw4IkQ2IQEBG46j7+gW39bMzeu0GsUhVbBY3Votpw==
7421+
dependencies:
7422+
fs-extra "^8.1.0"
7423+
loader-fs-cache "^1.0.2"
7424+
loader-utils "^1.2.3"
7425+
object-hash "^2.0.1"
7426+
schema-utils "^2.6.1"
7427+
74177428
eslint-mdx@^1.6.8:
74187429
version "1.6.8"
74197430
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-1.6.8.tgz#7ef43676497dcab08e741d66fa7cea52b3fa6b0d"
@@ -11940,7 +11951,7 @@ load-json-file@^5.3.0:
1194011951
strip-bom "^3.0.0"
1194111952
type-fest "^0.3.0"
1194211953

11943-
loader-fs-cache@^1.0.0:
11954+
loader-fs-cache@^1.0.0, loader-fs-cache@^1.0.2:
1194411955
version "1.0.2"
1194511956
resolved "https://registry.yarnpkg.com/loader-fs-cache/-/loader-fs-cache-1.0.2.tgz#54cedf6b727e1779fd8f01205f05f6e88706f086"
1194611957
integrity sha512-70IzT/0/L+M20jUlEqZhZyArTU6VKLRTYRDAYN26g4jfzpJqjipLL3/hgYpySqI9PwsVRHHFja0LfEmsx9X2Cw==
@@ -13506,6 +13517,11 @@ object-hash@^1.1.4:
1350613517
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.3.1.tgz#fde452098a951cb145f039bb7d455449ddc126df"
1350713518
integrity sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA==
1350813519

13520+
object-hash@^2.0.1:
13521+
version "2.0.3"
13522+
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.0.3.tgz#d12db044e03cd2ca3d77c0570d87225b02e1e6ea"
13523+
integrity sha512-JPKn0GMu+Fa3zt3Bmr66JhokJU5BaNBIh4ZeTlaCBzrBsOeXzwcKKAK1tbLiPKgvwmPXsDvvLHoWh5Bm7ofIYg==
13524+
1350913525
object-inspect@^1.7.0:
1351013526
version "1.7.0"
1351113527
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.7.0.tgz#f4f6bd181ad77f006b5ece60bd0b6f398ff74a67"
@@ -16530,7 +16546,7 @@ schema-utils@^1.0.0:
1653016546
ajv-errors "^1.0.0"
1653116547
ajv-keywords "^3.1.0"
1653216548

16533-
schema-utils@^2.6.0, schema-utils@^2.6.4:
16549+
schema-utils@^2.6.0, schema-utils@^2.6.1, schema-utils@^2.6.4:
1653416550
version "2.6.4"
1653516551
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.6.4.tgz#a27efbf6e4e78689d91872ee3ccfa57d7bdd0f53"
1653616552
integrity sha512-VNjcaUxVnEeun6B2fiiUDjXXBtD4ZSH7pdbfIu1pOFwgptDPLMo/z9jr4sUfsjFVPqDCEin/F7IYlq7/E6yDbQ==

0 commit comments

Comments
 (0)