Skip to content

Commit 819b750

Browse files
authored
Merge pull request #2839 from adumesny/master
react v11.0.1 update
2 parents 294b3bd + 815ff83 commit 819b750

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

react/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
8+
"start": "vite",
89
"build": "tsc -b && vite build",
910
"lint": "eslint .",
1011
"preview": "vite preview"
1112
},
1213
"dependencies": {
13-
"gridstack": "^10.3.1",
14+
"gridstack": "^11.0.1",
1415
"react": "^18.3.1",
1516
"react-dom": "^18.3.1"
1617
},

react/yarn.lock

Lines changed: 4 additions & 4 deletions
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@^10.3.1:
836-
version "10.3.1"
837-
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-10.3.1.tgz#4ed704279c40094fc1b9e3318f20b573f2fe9f40"
838-
integrity sha512-Ra82k/88gdeiu3ZP40COS4bI4sGhNQlZAaAQ6szfPfr68zVpsXxiyLKr5zYcTpKX4jjcwyNsNNdcV1tDJc71fA==
835+
gridstack@^11.0.1:
836+
version "11.0.1"
837+
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-11.0.1.tgz#5fa57bc806a3228392f3eaa588e8905f6f0dd6e4"
838+
integrity sha512-hzjFdWjAt4+KJJ+tBAMJV9NbgAiKLBVSJXzs9RtRXjndSasMnsxpKTTCAkGCmN164ROuP83Lm1p/OoJWiy+o3g==
839839

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

0 commit comments

Comments
 (0)