Skip to content

Commit 3b5d688

Browse files
author
Arnaud GOURET
committed
Fix projects package Json
1 parent 63880d0 commit 3b5d688

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashjoin/json-schema-form",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",
@@ -19,12 +19,12 @@
1919
],
2020
"peerDependencies": {
2121
"jsonata": "^2.0.4",
22-
"@angular/material": "^16.2.12",
23-
"@angular/common": "^16.2.12",
24-
"@angular/core": "^16.2.12"
22+
"@angular/material": "^17.3.12",
23+
"@angular/common": "^17.3.12",
24+
"@angular/core": "^17.3.12"
2525
},
2626
"dependencies": {
2727
"tslib": "^2.3.0"
2828
},
2929
"sideEffects": false
30-
}
30+
}

0 commit comments

Comments
 (0)