Skip to content

Commit

Permalink
bump schematic-js dep in schematic-react
Browse files Browse the repository at this point in the history
  • Loading branch information
tenub committed Feb 5, 2025
1 parent d9dd986 commit cbaae41
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.2.0",
"version": "1.2.1",
"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.1.2"
"@schematichq/schematic-js": "^1.2.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.49.2",
Expand Down

0 comments on commit cbaae41

Please sign in to comment.