This repository was archived by the owner on Jan 24, 2025. It is now read-only.
File tree 3 files changed +19
-0
lines changed
3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,9 @@ module.exports = opts => {
82
82
} ,
83
83
} ,
84
84
} ,
85
+ {
86
+ resolve : 'gatsby-plugin-catch-links' ,
87
+ } ,
85
88
{
86
89
resolve : 'gatsby-plugin-react-helmet-async' ,
87
90
} ,
Original file line number Diff line number Diff line change 28
28
"fs-extra" : " ^8.1.0" ,
29
29
"gatsby" : " ^2.13.27" ,
30
30
"gatsby-plugin-alias-imports" : " ^1.0.5" ,
31
+ "gatsby-plugin-catch-links" : " ^2.3.0" ,
31
32
"gatsby-plugin-compile-es6-packages" : " ^2.0.0" ,
32
33
"gatsby-plugin-emotion" : " ^4.1.2" ,
33
34
"gatsby-plugin-mdx" : " ^1.0.13" ,
Original file line number Diff line number Diff line change 1880
1880
dependencies:
1881
1881
regenerator-runtime "^0.13.4"
1882
1882
1883
+ "@babel/runtime@^7.9.2":
1884
+ version "7.9.6"
1885
+ resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.6.tgz#a9102eb5cadedf3f31d08a9ecf294af7827ea29f"
1886
+ integrity sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==
1887
+ dependencies:
1888
+ regenerator-runtime "^0.13.4"
1889
+
1883
1890
"@babel/standalone@^7.4.5":
1884
1891
version "7.5.4"
1885
1892
resolved "https://registry.npmjs.org/@babel/standalone/-/standalone-7.5.4.tgz#c57221528619fcd2e8e2425f11d5d7cd79263b80"
@@ -10282,6 +10289,14 @@ gatsby-plugin-alias-imports@^1.0.5:
10282
10289
dependencies:
10283
10290
"@babel/runtime" "^7.2.0"
10284
10291
10292
+ gatsby-plugin-catch-links@^2.3.0:
10293
+ version "2.3.0"
10294
+ resolved "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.3.0.tgz#75cdee9c62c6948b0d509a83c6876cea3a54c53b"
10295
+ integrity sha512-Neoa6ijOG0+EeMH1SudOX9s8qKimguOmtxPgbr9WvbXEbY1zjz4Pi3iE3Np1sLodXTiHdjlPuHewv3NUnaFflg==
10296
+ dependencies:
10297
+ "@babel/runtime" "^7.9.2"
10298
+ escape-string-regexp "^1.0.5"
10299
+
10285
10300
gatsby-plugin-compile-es6-packages@^2.0.0:
10286
10301
version "2.0.0"
10287
10302
resolved "https://registry.npmjs.org/gatsby-plugin-compile-es6-packages/-/gatsby-plugin-compile-es6-packages-2.0.0.tgz#152726a561178b3f02ba35a63b785eb367d334c2"
You can’t perform that action at this time.
0 commit comments