Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 332d3c5

Browse files
committed
Update fauna-schema-migrate
1 parent e23d607 commit 332d3c5

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@headlessui/react": "0.3.1",
2424
"@tailwindcss/line-clamp": "0.2.0",
2525
"classnames": "2.2.6",
26-
"fauna-schema-migrate": "0.1.7",
26+
"fauna-schema-migrate": "0.1.10",
2727
"faunadb": "4.1.0",
2828
"luxon": "1.26.0",
2929
"markdown-to-jsx": "7.1.1",

yarn.lock

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -344,13 +344,6 @@
344344
dependencies:
345345
"@types/react" "*"
346346

347-
"@types/ink@^2.0.3":
348-
version "2.0.3"
349-
resolved "https://registry.yarnpkg.com/@types/ink/-/ink-2.0.3.tgz#5e0f37d103b41440d97aba39c00a6546e78ffbe9"
350-
integrity sha512-DYKIKEJqhsGfQ/jgX0t9BzfHmBJ/9dBBT2MDsHAQRAfOPhEe7LZm5QeNBx1J34/e108StCPuJ3r4bh1y38kCJA==
351-
dependencies:
352-
ink "*"
353-
354347
"@types/js-beautify@^1.13.1":
355348
version "1.13.1"
356349
resolved "https://registry.yarnpkg.com/@types/js-beautify/-/js-beautify-1.13.1.tgz#d4739266c5dcad561226cd1ec5407fa0542d863d"
@@ -436,14 +429,22 @@
436429
"@types/prop-types" "*"
437430
csstype "^3.0.2"
438431

439-
"@types/[email protected]", "@types/react@^17.0.0":
432+
440433
version "17.0.2"
441434
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.2.tgz#3de24c4efef902dd9795a49c75f760cbe4f7a5a8"
442435
integrity sha512-Xt40xQsrkdvjn1EyWe1Bc0dJLcil/9x2vAuW7ya+PuQip4UYUaXyhzWmAbwRsdMgwOFHpfp7/FFZebDU6Y8VHA==
443436
dependencies:
444437
"@types/prop-types" "*"
445438
csstype "^3.0.2"
446439

440+
"@types/react@^16.9.0":
441+
version "16.14.4"
442+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.4.tgz#365f6a1e117d1eec960ba792c7e1e91ecad38e6f"
443+
integrity sha512-ETj7GbkPGjca/A4trkVeGvoIakmLV6ZtX3J8dcmOpzKzWVybbrOxanwaIPG71GZwImoMDY6Fq4wIe34lEqZ0FQ==
444+
dependencies:
445+
"@types/prop-types" "*"
446+
csstype "^3.0.2"
447+
447448
"@types/shelljs@^0.8.8":
448449
version "0.8.8"
449450
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.8.tgz#e439c69929b88a2c8123c1a55e09eb708315addf"
@@ -2389,15 +2390,14 @@ fastq@^1.6.0:
23892390
dependencies:
23902391
reusify "^1.0.4"
23912392

2392-
2393-
version "0.1.7"
2394-
resolved "https://registry.yarnpkg.com/fauna-schema-migrate/-/fauna-schema-migrate-0.1.7.tgz#d78b555a794a170c43362ea9ed5a224016db0723"
2395-
integrity sha512-MVItOjqEXsWHLFjmTlL9wvibp7xBaS9MgvYlQ2LI5bOXkBr4oEbpPc/ulHDGKB98GfcN/TEQeVunsHaRiTLa/Q==
2393+
2394+
version "0.1.10"
2395+
resolved "https://registry.yarnpkg.com/fauna-schema-migrate/-/fauna-schema-migrate-0.1.10.tgz#7aee55d25942d1811c0eba03400c7973de8d22c1"
2396+
integrity sha512-V8yi7ketlHyKQe2dFaNynLgdUJ0QH/1MybsHnTaUhYLLB8T02FFWWB5uto/uretYzp5bn1wdJM4LcCLgrs38YQ==
23962397
dependencies:
23972398
"@babel/parser" "^7.12.7"
23982399
"@types/deep-equal" "^1.0.1"
23992400
"@types/fs-extra" "^8.0.0"
2400-
"@types/ink" "^2.0.3"
24012401
"@types/ink-big-text" "^1.2.0"
24022402
"@types/ink-divider" "^2.0.1"
24032403
"@types/ink-gradient" "^2.0.1"
@@ -2406,14 +2406,15 @@ [email protected]:
24062406
"@types/lodash.clonedeep" "^4.5.6"
24072407
"@types/node" "^12.19.8"
24082408
"@types/prettier" "^2.1.5"
2409-
"@types/react" "^17.0.0"
2409+
"@types/react" "^16.9.0"
24102410
"@types/shelljs" "^0.8.8"
24112411
arr-rotate "^1.0.0"
24122412
chalk "^2.4.2"
24132413
commander "^2.20.0"
24142414
deep-equal "^2.0.5"
24152415
esbuild "^0.8.17"
24162416
fs-extra "^8.1.0"
2417+
ink "^3.0.8"
24172418
ink-big-text "^1.2.0"
24182419
ink-divider "^3.0.0"
24192420
ink-gradient "^2.0.0"
@@ -2424,7 +2425,7 @@ [email protected]:
24242425
js-beautify "^1.13.0"
24252426
lodash.clonedeep "^4.5.0"
24262427
prettier "^2.2.1"
2427-
react "^17.0.1"
2428+
react ">=16.8.2"
24282429
react-hookstore "^1.5.1"
24292430
shelljs "^0.8.4"
24302431

@@ -2974,7 +2975,7 @@ ink-syntax-highlight@^1.0.1:
29742975
dependencies:
29752976
cli-highlight "^2.1.9"
29762977

2977-
ink@*:
2978+
ink@^3.0.8:
29782979
version "3.0.8"
29792980
resolved "https://registry.yarnpkg.com/ink/-/ink-3.0.8.tgz#c527957c8fa4efcc139b67a4cbba7bb8a62b18b0"
29802981
integrity sha512-ubMFylXYaG4IkXQVhPautbhV/p6Lo0GlvAMI/jh8cGJQ39yeznJbaTTJP2CqZXezA4GOHzalpwCWqux/NEY38w==
@@ -4850,7 +4851,7 @@ [email protected]:
48504851
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.8.3.tgz#721d4657672d400c5e3c75d063c4a85fb2d5d68f"
48514852
integrity sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg==
48524853

4853-
[email protected], react@^17.0.1:
4854+
[email protected], react@>=16.8.2:
48544855
version "17.0.1"
48554856
resolved "https://registry.yarnpkg.com/react/-/react-17.0.1.tgz#6e0600416bd57574e3f86d92edba3d9008726127"
48564857
integrity sha512-lG9c9UuMHdcAexXtigOZLX8exLWkW0Ku29qPRU8uhF2R9BN96dLCt0psvzPLlHc5OWkgymP3qwTRgbnw5BKx3w==

0 commit comments

Comments
 (0)