Skip to content

Commit c255d5e

Browse files
committed
chore: force resolution of gatsby-plugin-robots-txt
mdreizin/gatsby-plugin-robots-txt#457 (comment)
1 parent 466b3a7 commit c255d5e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
"typescript": "^4.3.4"
5252
},
5353
"resolutions": {
54-
"smooth-doc/styled-components": "^5.2.3"
54+
"smooth-doc/styled-components": "^5.2.3",
55+
"smooth-doc/gatsby-plugin-robots-txt": "1.5.6"
5556
},
5657
"bundlewatch": {
5758
"files": [

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -13277,15 +13277,15 @@ fsevents@^1.2.7:
1327713277
languageName: node
1327813278
linkType: hard
1327913279

13280-
"gatsby-plugin-robots-txt@npm:^1.6.2":
13281-
version: 1.6.2
13282-
resolution: "gatsby-plugin-robots-txt@npm:1.6.2"
13280+
"gatsby-plugin-robots-txt@npm:1.5.6":
13281+
version: 1.5.6
13282+
resolution: "gatsby-plugin-robots-txt@npm:1.5.6"
1328313283
dependencies:
1328413284
"@babel/runtime": ^7.11.2
1328513285
generate-robotstxt: ^8.0.3
1328613286
peerDependencies:
1328713287
gatsby: ^3.0.0 || ^2.0.0
13288-
checksum: e7ce6c244fe1bed82d017e99f7099dc569fd43e7a71624dd3fdb4ae805aad73be2aae253c7e75f8266c10cb452d08bff47404f9f1363ac9c3d236d90321de9c4
13288+
checksum: ac657df67b0d4ffc5a8dd93938a88e8c1a186ef6609a7be78649c599fc03ce639835ca5a4cc0da1a284cb66c6cd4e1107c72b6a8200a52c42cbb1ed0a1ced2b8
1328913289
languageName: node
1329013290
linkType: hard
1329113291

0 commit comments

Comments
 (0)