chore: migrate to yarn@3, update remix

This commit is contained in:
Nicola Zambello 2023-04-05 19:50:37 +02:00
parent 890a695754
commit a8bfa9e92d
Signed by: nzambello
GPG key ID: 56E4A92C2C1E50BA
4 changed files with 13649 additions and 9787 deletions

11
.gitignore vendored
View file

@ -1,7 +1,16 @@
node_modules node_modules
*.swp /.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
yarn-error.log yarn-error.log
*.swp
/.cache /.cache
/build /build
/public/build /public/build

1
.yarnrc.yml Normal file
View file

@ -0,0 +1 @@
nodeLinker: node-modules

View file

@ -20,9 +20,9 @@
"@mantine/nprogress": "5.10.3", "@mantine/nprogress": "5.10.3",
"@mantine/remix": "5.10.3", "@mantine/remix": "5.10.3",
"@prisma/client": "4.10.1", "@prisma/client": "4.10.1",
"@remix-run/node": "^1.12.0", "@remix-run/node": "^1.15.0",
"@remix-run/react": "^1.12.0", "@remix-run/react": "^1.15.0",
"@remix-run/serve": "^1.12.0", "@remix-run/serve": "^1.15.0",
"bcryptjs": "^2.4.3", "bcryptjs": "^2.4.3",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"dayjs": "1.11.7", "dayjs": "1.11.7",

23418
yarn.lock

File diff suppressed because it is too large Load diff