Skip to content

Commit

Permalink
fix(gatsby-theme-bodiless, lerna): patch Lerna canary version generat…
Browse files Browse the repository at this point in the history
…ion [canary] (#2037)

* fix(gatsby-theme-bodiless, lerna): patch Lerna canary version generation

* stick gatsby-plugin-robots-txt to version 1.7.1

---------

Co-authored-by: Marco Pagliarulo <marcopagliarulo@gmail.com>
  • Loading branch information
marcopagliarulo committed Apr 18, 2023
1 parent 02dd8b0 commit cf67a5d
Show file tree
Hide file tree
Showing 4 changed files with 326 additions and 4 deletions.
310 changes: 309 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -7,7 +7,7 @@
],
"license": "Apache-2.0",
"scripts": {
"bootstrap": "npm run clean:symlinks && npx lerna@^5.0.0 bootstrap --hoist --strict",
"bootstrap": "npm run clean:symlinks && npx lerna@^5.0.0 bootstrap --hoist --strict && patch-package",
"bootstrap:gatsby-cloud": "npm i && npx lerna@^5.0.0 bootstrap",
"build": "cross-env NODE_ENV=production lerna run build --stream --ignore @bodiless/gatsby-starter-bodiless",
"build:only": "cross-env NODE_ENV=production lerna run build --stream --scope",
Expand Down Expand Up @@ -135,7 +135,8 @@
"tslint-config-airbnb": "^5.11.1",
"typedoc": "^0.22.6",
"typedoc-plugin-markdown": "^3.11.3",
"typescript": "^4.0.0"
"typescript": "^4.0.0",
"patch-package": "^6.5.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-bodiless/package.json
Expand Up @@ -86,7 +86,7 @@
"gatsby-plugin-postcss": "5.10.0",
"gatsby-plugin-react-helmet": "^5.10.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-robots-txt": "^1.7.0",
"gatsby-plugin-robots-txt": "1.7.1",
"gatsby-plugin-sharp": "^4.11.1",
"gatsby-plugin-typescript": "^4.10.1",
"gatsby-source-filesystem": "^4.11.1",
Expand Down

1 comment on commit cf67a5d

@vercel
Copy link

@vercel vercel bot commented on cf67a5d Apr 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.