Skip to content

Commit 86429dd

Browse files
committed
add peer dependencies #173
1 parent 52a8adb commit 86429dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@
1818
"json pointer"
1919
],
2020
"peerDependencies": {
21+
"jsonata": "^2.0.4",
22+
"@angular/material": "^16.2.12",
2123
"@angular/common": "^16.2.12",
2224
"@angular/core": "^16.2.12"
2325
},
2426
"dependencies": {
2527
"tslib": "^2.3.0"
2628
},
2729
"sideEffects": false
28-
}
30+
}

0 commit comments

Comments
 (0)