Skip to content

Commit 183885d

Browse files
authored
Merge pull request #2834 from adumesny/master
fixed v11 angular missing package.json
2 parents 3f5d803 + 26c6ccd commit 183885d

File tree

4 files changed

+852
-703
lines changed

4 files changed

+852
-703
lines changed

angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@angular/platform-browser": "~18.2.6",
1919
"@angular/platform-browser-dynamic": "~18.2.6",
2020
"@angular/router": "~18.2.6",
21-
"gridstack": "^10.3.1",
21+
"gridstack": "^11",
2222
"rxjs": "~7.5.0",
2323
"tslib": "^2.3.0",
2424
"zone.js": "~0.14"

angular/projects/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gridstack-angular",
3-
"version": "10.3.1",
3+
"version": "11.0.0",
44
"peerDependencies": {
55
"@angular/common": ">=14",
66
"@angular/core": ">=14"

0 commit comments

Comments
 (0)