Skip to content

Commit

Permalink
Updating docs to use latest yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
jdslaugh committed Mar 27, 2024
1 parent f5ebe5c commit c2b6ce4
Show file tree
Hide file tree
Showing 5 changed files with 12,209 additions and 8,556 deletions.
1 change: 1 addition & 0 deletions docs/_website/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
.env.development.local
.env.test.local
.env.production.local
.yarn

npm-debug.log*
yarn-debug.log*
Expand Down
1 change: 1 addition & 0 deletions docs/_website/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
13 changes: 13 additions & 0 deletions docs/_website/generator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,16 @@ require (
github.com/yoheimuta/go-protoparser/v4 v4.9.0
gopkg.in/yaml.v3 v3.0.1
)

require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.2.0 // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/huandu/xstrings v1.3.3 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/reflectwalk v1.0.0 // indirect
github.com/shopspring/decimal v1.2.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
golang.org/x/crypto v0.3.0 // indirect
)
6 changes: 4 additions & 2 deletions docs/_website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
"typescript": "*"
},
"engines": {
"node": "<19"
}
"node": ">=18 <19",
"yarn": "^4.1.1"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit c2b6ce4

Please sign in to comment.