Skip to content

Commit c3e6275

Browse files
authored
chore: remove fixed version from test/react-template (#1733)
Co-authored-by: Adi-204 <[email protected]>
1 parent 1da75d5 commit c3e6275

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

apps/generator/test/test-templates/react-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"@asyncapi/generator-react-sdk": "*",
10-
"@asyncapi/generator-components": "0.2.0"
10+
"@asyncapi/generator-components": "*"
1111
}
1212
}
1313

package-lock.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/components/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@asyncapi/generator-react-sdk": "*",
32+
"@asyncapi/generator-helpers": "*",
3233
"@asyncapi/modelina": "^5.3.5"
3334
},
3435
"devDependencies": {

0 commit comments

Comments
 (0)