project: switch to pnpm

This commit is contained in:
vchikalkin 2024-02-26 15:40:53 +03:00
parent 79e707a232
commit d9870d4025
8 changed files with 14665 additions and 15019 deletions

2
.gitignore vendored
View File

@ -68,3 +68,5 @@ yarn-error.log*
.turbo
# End of https://www.toptal.com/developers/gitignore/api/turbo
.pnpm

View File

@ -19,6 +19,6 @@ export const Grid = styled(Box)`
}
${min('desktop-xl')} {
margin: 8px 10%;
margin: 8px 10% !important;
}
`;

View File

@ -33,8 +33,8 @@
"react-dom": "^18.2.0",
"styled-components": "^5.3.11",
"superjson": "^2.2.1",
"tools": "*",
"ui": "*",
"tools": "workspace:*",
"ui": "workspace:*",
"use-debounce": "^9.0.4",
"zod": "^3.22.4"
},
@ -57,7 +57,7 @@
"jest-environment-jsdom": "^29.3.1",
"msw": "^1.1.0",
"ts-jest": "^29.0.5",
"tsconfig": "*",
"tsconfig": "workspace:*",
"typescript": "^4.9.5"
},
"msw": {

View File

@ -2,10 +2,6 @@
"name": "evocalculator.client",
"version": "2.0.0",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "dotenv -e .env turbo run build",
"clean": "turbo run clean",
@ -25,13 +21,11 @@
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"prettier": "^2.8.4",
"tools": "*",
"tools": "workspace:*",
"turbo": "^1.12.4"
},
"packageManager": "yarn@1.22.17",
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
"node": ">=18.0.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [

View File

@ -15,7 +15,7 @@
"@vchikalkin/eslint-config-awesome": "^1.1.1",
"eslint": "^8.46.0",
"react": "^18.2.0",
"tsconfig": "*",
"tsconfig": "workspace:*",
"typescript": "^4.9.5"
},
"dependencies": {

14653
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

3
pnpm-workspace.yaml Normal file
View File

@ -0,0 +1,3 @@
packages:
- "apps/**"
- 'packages/**'

15006
yarn.lock

File diff suppressed because it is too large Load Diff