Skip to content

Commit

Permalink
sch-1901 (bump dependency for schematic-react) (#122)
Browse files Browse the repository at this point in the history
* fix early return bug

* bump js

* bump schematic-js dep
  • Loading branch information
tenub authored Oct 25, 2024
1 parent 9bdb1c0 commit 4dba429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@schematichq/schematic-react",
"version": "1.0.1",
"version": "1.0.2",
"main": "dist/schematic-react.cjs.js",
"module": "dist/schematic-react.esm.js",
"types": "dist/schematic-react.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"tsc": "npx tsc"
},
"dependencies": {
"@schematichq/schematic-js": "^1.0.0"
"@schematichq/schematic-js": "^1.0.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down

0 comments on commit 4dba429

Please sign in to comment.