pnpm: use catalog
This commit is contained in:
parent
b484c4cb26
commit
4b831ec619
@ -12,20 +12,20 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@repo/ui": "workspace:*",
|
"@repo/ui": "workspace:*",
|
||||||
"next": "^15.0.3",
|
"next": "catalog:",
|
||||||
"react": "19.0.0-rc-5c56b873-20241107",
|
"react": "catalog:",
|
||||||
"react-dom": "19.0.0-rc-5c56b873-20241107"
|
"react-dom": "catalog:"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@repo/eslint-config": "workspace:*",
|
"@repo/eslint-config": "workspace:*",
|
||||||
"@repo/tailwind-config": "workspace:*",
|
"@repo/tailwind-config": "workspace:*",
|
||||||
"@repo/typescript-config": "workspace:*",
|
"@repo/typescript-config": "workspace:*",
|
||||||
"@types/node": "^20",
|
"@types/node": "catalog:",
|
||||||
"@types/react": "^18.3.1",
|
"@types/react": "catalog:",
|
||||||
"@types/react-dom": "^18.3.1",
|
"@types/react-dom": "catalog:",
|
||||||
"autoprefixer": "^10.4.20",
|
"autoprefixer": "catalog:",
|
||||||
"postcss": "^8.4.49",
|
"postcss": "catalog:",
|
||||||
"tailwindcss": "^3.4.15",
|
"tailwindcss": "catalog:",
|
||||||
"typescript": "5.5.4"
|
"typescript": "catalog:"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -8,11 +8,11 @@
|
|||||||
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"prettier": "^3.2.5",
|
"prettier": "catalog:",
|
||||||
"turbo": "^2.3.2",
|
"turbo": "catalog:",
|
||||||
"typescript": "5.5.4"
|
"typescript": "catalog:"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@9.0.0",
|
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=18"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -10,9 +10,9 @@
|
|||||||
"./tailwind": "./tailwind.js"
|
"./tailwind": "./tailwind.js"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vchikalkin/eslint-config-awesome": "^2.0.4",
|
"@vchikalkin/eslint-config-awesome": "catalog:",
|
||||||
"eslint": "^9.15.0",
|
"eslint": "catalog:",
|
||||||
"eslint-plugin-tailwindcss": "^3.17.5",
|
"eslint-plugin-tailwindcss": "catalog:",
|
||||||
"eslint-plugin-turbo": "^2.3.0"
|
"eslint-plugin-turbo": "catalog:"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -7,6 +7,6 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@repo/typescript-config": "workspace:*",
|
"@repo/typescript-config": "workspace:*",
|
||||||
"tailwindcss": "^3.4.15"
|
"tailwindcss": "catalog:"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -23,19 +23,19 @@
|
|||||||
"@repo/eslint-config": "workspace:*",
|
"@repo/eslint-config": "workspace:*",
|
||||||
"@repo/tailwind-config": "workspace:*",
|
"@repo/tailwind-config": "workspace:*",
|
||||||
"@repo/typescript-config": "workspace:*",
|
"@repo/typescript-config": "workspace:*",
|
||||||
"@types/react": "^18.3.1",
|
"@types/react": "catalog:",
|
||||||
"autoprefixer": "^10.4.20",
|
"autoprefixer": "catalog:",
|
||||||
"class-variance-authority": "^0.7.1",
|
"class-variance-authority": "catalog:",
|
||||||
"clsx": "^2.1.1",
|
"clsx": "catalog:",
|
||||||
"lucide-react": "^0.462.0",
|
"lucide-react": "catalog:",
|
||||||
"postcss": "^8.4.49",
|
"postcss": "catalog:",
|
||||||
"tailwind-merge": "^2.5.5",
|
"tailwind-merge": "catalog:",
|
||||||
"tailwindcss": "^3.4.15",
|
"tailwindcss": "catalog:",
|
||||||
"tailwindcss-animate": "^1.0.7",
|
"tailwindcss-animate": "catalog:",
|
||||||
"typescript": "5.5.4"
|
"typescript": "catalog:"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react": "19.0.0-rc-5c56b873-20241107",
|
"react": "catalog:",
|
||||||
"react-dom": "19.0.0-rc-5c56b873-20241107"
|
"react-dom": "catalog:"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
8310
pnpm-lock.yaml
generated
8310
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,25 @@
|
|||||||
packages:
|
packages:
|
||||||
- "apps/*"
|
- apps/*
|
||||||
- "packages/*"
|
- packages/*
|
||||||
|
catalog:
|
||||||
|
"@types/node": ^20
|
||||||
|
"@types/react": ^18.3.1
|
||||||
|
"@types/react-dom": ^18.3.1
|
||||||
|
"@vchikalkin/eslint-config-awesome": ^2.0.4
|
||||||
|
autoprefixer: ^10.4.20
|
||||||
|
class-variance-authority: ^0.7.1
|
||||||
|
clsx: ^2.1.1
|
||||||
|
eslint: ^9.15.0
|
||||||
|
eslint-plugin-tailwindcss: ^3.17.5
|
||||||
|
eslint-plugin-turbo: ^2.3.0
|
||||||
|
lucide-react: ^0.462.0
|
||||||
|
next: ^15.0.3
|
||||||
|
postcss: ^8.4.49
|
||||||
|
prettier: ^3.2.5
|
||||||
|
react: 19.0.0-rc-5c56b873-20241107
|
||||||
|
react-dom: 19.0.0-rc-5c56b873-20241107
|
||||||
|
tailwind-merge: ^2.5.5
|
||||||
|
tailwindcss: ^3.4.15
|
||||||
|
tailwindcss-animate: ^1.0.7
|
||||||
|
turbo: ^2.3.2
|
||||||
|
typescript: 5.5.4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user