Skip to content

Commit d791743

Browse files
authored
Merge pull request #2895 from adumesny/master
v11.1.2 part2
2 parents 8b8f914 + c217adf commit d791743

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@angular/platform-browser": "^14",
1919
"@angular/platform-browser-dynamic": "^14",
2020
"@angular/router": "^14",
21-
"gridstack": "^11.1.1",
21+
"gridstack": "^11.1.2",
2222
"rxjs": "~7.5.0",
2323
"tslib": "^2.3.0",
2424
"zone.js": "~0.11.4"

angular/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3752,10 +3752,10 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4,
37523752
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
37533753
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
37543754

3755-
gridstack@^11.1.1:
3756-
version "11.1.1"
3757-
resolved "https://usw1.packages.broadcom.com/artifactory/api/npm/tis-npm-virtual/gridstack/-/gridstack-11.1.1.tgz#50f6c7a46f703a5c92a9819a607b22a6e8bd9703"
3758-
integrity sha512-St50Ra3FlxxERrMcnRAmxQKE8paXOIwQ88zpafUkzdOYg9Sn/3/Vf4EqCWv8P/hkNIlfW/8VYsk8fk+3DQPVxQ==
3755+
gridstack@^11.1.2:
3756+
version "11.1.2"
3757+
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-11.1.2.tgz#e72091e2883f7b37cbd150c218d38eebc9fc4f18"
3758+
integrity sha512-6wJ5RffnFchF63/Yhs6tcZcWxRG1EgCnxgejbQsAjQ6Qj8QqKjew73jPq5c1yCAiyEAsXxI2tOJ8lZABOAZxoQ==
37593759

37603760
handle-thing@^2.0.0:
37613761
version "2.0.1"

react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"gridstack": "^11.1.1",
14+
"gridstack": "^11.1.2",
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1",
1717
"react-fast-compare": "^3.2.2"

react/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -832,10 +832,10 @@ graphemer@^1.4.0:
832832
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
833833
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
834834

835-
gridstack@^11.1.1:
836-
version "11.1.1"
837-
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-11.1.1.tgz#50f6c7a46f703a5c92a9819a607b22a6e8bd9703"
838-
integrity sha512-St50Ra3FlxxERrMcnRAmxQKE8paXOIwQ88zpafUkzdOYg9Sn/3/Vf4EqCWv8P/hkNIlfW/8VYsk8fk+3DQPVxQ==
835+
gridstack@^11.1.2:
836+
version "11.1.2"
837+
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-11.1.2.tgz#e72091e2883f7b37cbd150c218d38eebc9fc4f18"
838+
integrity sha512-6wJ5RffnFchF63/Yhs6tcZcWxRG1EgCnxgejbQsAjQ6Qj8QqKjew73jPq5c1yCAiyEAsXxI2tOJ8lZABOAZxoQ==
839839

840840
has-flag@^4.0.0:
841841
version "4.0.0"

0 commit comments

Comments
 (0)