Skip to content

Commit 07383cc

Browse files
razor-xseambot
andauthored
fix: Match peerDependencies version of @seamapi/types (#48)
* fix: Match peerDependencies version of @seamapi/types * Install moreutils in generate action * Install jq in generate action * ci: Generate code --------- Co-authored-by: Seam Bot <[email protected]>
1 parent 8218710 commit 07383cc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/generate.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
uses: ./.github/actions/setup
3232
with:
3333
install_dependencies: 'false'
34+
- name: Sync @seamapi/types version in peerDependencies
35+
run: |
36+
sudo apt-get install -y jq moreutils
37+
jq '.peerDependencies."@seamapi/types" = .devDependencies."@seamapi/types"' package.json | sponge package.json
3438
- name: Normalize package-lock.json
3539
run: npm install
3640
- name: Generate code

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"npm": ">= 9.0.0"
8585
},
8686
"peerDependencies": {
87-
"@seamapi/types": "^1.88.0",
87+
"@seamapi/types": "^1.94.0",
8888
"type-fest": "^4.0.0"
8989
},
9090
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)