Skip to content

Commit

Permalink
fix: update @asyncapi/generator-react-sdk to 1.1.1 version and others (
Browse files Browse the repository at this point in the history
…#1502)

Co-authored-by: asyncapi-bot <[email protected]>%0ACo-authored-by: root <root@LAPTOP-K7PL9FIU>
  • Loading branch information
asyncapi-bot and asyncapi-bot <[email protected]>%0ACo-authored-by: root committed Aug 23, 2024
1 parent 029e784 commit 9b790c0
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 51 deletions.
24 changes: 12 additions & 12 deletions assets/create-glee-app/templates/default/package-lock.json

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

2 changes: 1 addition & 1 deletion assets/create-glee-app/templates/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/asyncapi/glee-hello-world#readme",
"dependencies": {
"@asyncapi/glee": "^0.37.5"
"@asyncapi/glee": "^0.37.6"
},
"devDependencies": {
"@types/node": "^20.5.9"
Expand Down
24 changes: 12 additions & 12 deletions assets/create-glee-app/templates/tutorial/package-lock.json

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

2 changes: 1 addition & 1 deletion assets/create-glee-app/templates/tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"author": "Fran Mendez",
"license": "Apache-2.0",
"dependencies": {
"@asyncapi/glee": "^0.37.5"
"@asyncapi/glee": "^0.37.6"
}
}
8 changes: 4 additions & 4 deletions assets/create-template/templates/default/package-lock.json

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

2 changes: 1 addition & 1 deletion assets/create-template/templates/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"supportedProtocols": []
},
"dependencies": {
"@asyncapi/generator-react-sdk": "^1.1.0"
"@asyncapi/generator-react-sdk": "^1.1.1"
}
}
21 changes: 9 additions & 12 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions test/fixtures/minimaltemplate/package-lock.json

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

2 changes: 1 addition & 1 deletion test/fixtures/minimaltemplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
}
},
"dependencies": {
"@asyncapi/generator-react-sdk": "^1.1.0"
"@asyncapi/generator-react-sdk": "^1.1.1"
}
}

0 comments on commit 9b790c0

Please sign in to comment.