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

Skip to content

Commit 7c40a35

Browse files
committed
Update migration folder names to support windows file system
1 parent 52dc63f commit 7c40a35

35 files changed

+12
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"@mdx-js/react": "1.6.22",
2626
"@tailwindcss/line-clamp": "0.2.0",
2727
"classnames": "2.2.6",
28-
"fauna-schema-migrate": "0.1.10",
2928
"faunadb": "4.1.0",
3029
"luxon": "1.26.0",
3130
"markdown-to-jsx": "7.1.1",
@@ -68,6 +67,7 @@
6867
"eslint-plugin-prettier": "3.3.1",
6968
"eslint-plugin-react": "7.22.0",
7069
"eslint-plugin-react-hooks": "4.2.0",
70+
"fauna-schema-migrate": "2.1.0",
7171
"husky": "4",
7272
"lint-staged": "10.5.4",
7373
"npm-run-all": "4.1.5",

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2731,10 +2731,10 @@ fastq@^1.6.0:
27312731
dependencies:
27322732
reusify "^1.0.4"
27332733

2734-
fauna-schema-migrate@0.1.10:
2735-
version "0.1.10"
2736-
resolved "https://registry.yarnpkg.com/fauna-schema-migrate/-/fauna-schema-migrate-0.1.10.tgz#7aee55d25942d1811c0eba03400c7973de8d22c1"
2737-
integrity sha512-V8yi7ketlHyKQe2dFaNynLgdUJ0QH/1MybsHnTaUhYLLB8T02FFWWB5uto/uretYzp5bn1wdJM4LcCLgrs38YQ==
2734+
fauna-schema-migrate@2.1.0:
2735+
version "2.1.0"
2736+
resolved "https://registry.yarnpkg.com/fauna-schema-migrate/-/fauna-schema-migrate-2.1.0.tgz#3d55d532481725ef7e057a824c8a210362e98f53"
2737+
integrity sha512-VZSkttVtTHHzP+ngJ4EUo7tjZdsMmWzKAhyorEfrfcchnifaPkFMs2+YyJWoKKOTyFfAtT9GaYqqd7jHe/3TIQ==
27382738
dependencies:
27392739
"@babel/parser" "^7.12.7"
27402740
"@types/deep-equal" "^1.0.1"
@@ -2765,10 +2765,10 @@ [email protected]:
27652765
ink-syntax-highlight "^1.0.1"
27662766
js-beautify "^1.13.0"
27672767
lodash.clonedeep "^4.5.0"
2768-
prettier "^2.2.1"
27692768
react ">=16.8.2"
27702769
react-hookstore "^1.5.1"
27712770
shelljs "^0.8.4"
2771+
uuid "^8.3.2"
27722772

27732773
27742774
version "4.1.0"
@@ -5210,7 +5210,7 @@ prettier-linter-helpers@^1.0.0:
52105210
dependencies:
52115211
fast-diff "^1.1.2"
52125212

5213-
[email protected], prettier@^2.2.1:
5213+
52145214
version "2.2.1"
52155215
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5"
52165216
integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==
@@ -6716,6 +6716,11 @@ util@^0.11.0:
67166716
dependencies:
67176717
inherits "2.0.3"
67186718

6719+
uuid@^8.3.2:
6720+
version "8.3.2"
6721+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
6722+
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
6723+
67196724
v8-compile-cache@^2.0.3:
67206725
version "2.2.0"
67216726
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz#9471efa3ef9128d2f7c6a7ca39c4dd6b5055b132"

0 commit comments

Comments
 (0)