Skip to content

Commit 8cbc860

Browse files
committed
Correct tslib dependency. #150
1 parent 0b6f699 commit 8cbc860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/dashjoin/json-schema-form/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashjoin/json-schema-form",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",
@@ -23,7 +23,7 @@
2323
"jsonata": "^1.8.6"
2424
},
2525
"dependencies": {
26-
"tslib": "^2.4.1"
26+
"tslib": "^2.4.0"
2727
},
2828
"sideEffects": true
2929
}

0 commit comments

Comments
 (0)