chore: migrate to yarn@3, update remix
This commit is contained in:
parent
890a695754
commit
a8bfa9e92d
11
.gitignore
vendored
11
.gitignore
vendored
|
|
@ -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
1
.yarnrc.yml
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
nodeLinker: node-modules
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue