Skip to content

Commit efdbd09

Browse files
author
Matt Rothenberg
committed
fix: bump flat ui
1 parent b77de45 commit efdbd09

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"serve": "vite preview"
88
},
99
"dependencies": {
10-
"@githubocto/flat-ui": "^0.13.3",
10+
"@githubocto/flat-ui": "^0.13.4",
1111
"@octokit/rest": "^18.3.5",
1212
"@popperjs/core": "^2.9.1",
1313
"@primer/octicons-react": "^12.1.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -345,10 +345,10 @@
345345
dependencies:
346346
purgecss "^3.1.3"
347347

348-
"@githubocto/flat-ui@^0.13.3":
349-
version "0.13.3"
350-
resolved "https://registry.yarnpkg.com/@githubocto/flat-ui/-/flat-ui-0.13.3.tgz#21d3da8cae6280bceb9d7b0c5d94e3dee183244f"
351-
integrity sha512-yr3TuCPi6BEqwrjXK+0yDQowVwY5ySYDqOfhF5AE5JG+FZoxZoTrT65lctSNVO+jMrnuPpshB/ed/UuosPBhEA==
348+
"@githubocto/flat-ui@^0.13.4":
349+
version "0.13.4"
350+
resolved "https://registry.yarnpkg.com/@githubocto/flat-ui/-/flat-ui-0.13.4.tgz#1d4aaf7df469aba4509ae06519825915ecfc8808"
351+
integrity sha512-RuM7TjQZK52Inu9uwQ73vs17hOoXfIsOmCLA7ye61Dd2u1j18EaDqdWnI36NVIxcUWA+p0Lw7kRmfPb2YdmYaA==
352352
dependencies:
353353
"@emotion/react" "^11.4.0"
354354
"@primer/octicons-react" "^12.1.0"
@@ -365,7 +365,7 @@
365365
date-fns "^2.19.0"
366366
dompurify "^2.2.9"
367367
downshift "^6.1.1"
368-
immer "^8.0.2"
368+
immer "^9.0.12"
369369
lodash "^4.17.21"
370370
lodash-es "^4.17.21"
371371
match-sorter "^6.3.0"
@@ -374,7 +374,7 @@
374374
react-virtualized-auto-sizer "^1.0.5"
375375
react-window "^1.8.6"
376376
twin.macro "^2.6.2"
377-
zustand "^3.3.3"
377+
zustand "^3.6.9"
378378

379379
"@nodelib/fs.scandir@2.1.4":
380380
version "2.1.4"
@@ -1955,10 +1955,10 @@ iconv-lite@0.4:
19551955
dependencies:
19561956
safer-buffer ">= 2.1.2 < 3"
19571957

1958-
immer@^8.0.2:
1959-
version "8.0.2"
1960-
resolved "https://registry.yarnpkg.com/immer/-/immer-8.0.2.tgz#16d01364b9b27fa1adebdbfbf69ec750b46701b8"
1961-
integrity sha512-PC9UlH8GYfBCoTbPbDEULuXhdmr21+tlv10IzA9Eycpi2Qrgas0j8pUt8Z2ZxVJ/OHIzQq4W8AWymMGkCJplBA==
1958+
immer@^9.0.12:
1959+
version "9.0.12"
1960+
resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.12.tgz#2d33ddf3ee1d247deab9d707ca472c8c942a0f20"
1961+
integrity sha512-lk7UNmSbAukB5B6dh9fnh5D0bJTOFKxVg2cyJWTYrWRfhLrLMBquONcUs3aFq507hNoIZEDDh8lb8UtOizSMhA==
19621962

19631963
import-fresh@^3.1.0, import-fresh@^3.2.1:
19641964
version "3.3.0"
@@ -3351,7 +3351,7 @@ yup@^0.32.9:
33513351
property-expr "^2.0.4"
33523352
toposort "^2.0.2"
33533353

3354-
zustand@^3.3.3:
3355-
version "3.3.3"
3356-
resolved "https://registry.yarnpkg.com/zustand/-/zustand-3.3.3.tgz#88b930a873d0f13e406f96958c1409645ea8b370"
3357-
integrity sha512-KTN/O76rVc9muDoprsCDe/LQjbuq+GHYt5JdYahuXaGZ+8Gyk44SepzTFeQTF5J+b8+/Q+o90BaSEQ3WImKPog==
3354+
zustand@^3.6.9:
3355+
version "3.6.9"
3356+
resolved "https://registry.yarnpkg.com/zustand/-/zustand-3.6.9.tgz#f61a756ddea9f95c7ee7cfd3af2f88c10078afbc"
3357+
integrity sha512-OvDNu/jEWpRnEC7k8xh8GKjqYog7td6FZrLMuHs/IeI8WhrCwV+FngVuwMIFhp5kysZXr6emaeReMqjLGaldAQ==

0 commit comments

Comments
 (0)