Skip to content

Commit 28bdddd

Browse files
authored
bump schematic-js dep in schematic-react (#239)
1 parent d9dd986 commit 28bdddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@schematichq/schematic-react",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"main": "dist/schematic-react.cjs.js",
55
"module": "dist/schematic-react.esm.js",
66
"types": "dist/schematic-react.d.ts",
@@ -28,7 +28,7 @@
2828
"tsc": "npx tsc"
2929
},
3030
"dependencies": {
31-
"@schematichq/schematic-js": "^1.1.2"
31+
"@schematichq/schematic-js": "^1.2.0"
3232
},
3333
"devDependencies": {
3434
"@microsoft/api-extractor": "^7.49.2",

0 commit comments

Comments
 (0)