pnpm: use catalog
This commit is contained in:
parent
b484c4cb26
commit
4b831ec619
@ -12,20 +12,20 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@repo/ui": "workspace:*",
|
||||
"next": "^15.0.3",
|
||||
"react": "19.0.0-rc-5c56b873-20241107",
|
||||
"react-dom": "19.0.0-rc-5c56b873-20241107"
|
||||
"next": "catalog:",
|
||||
"react": "catalog:",
|
||||
"react-dom": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@repo/eslint-config": "workspace:*",
|
||||
"@repo/tailwind-config": "workspace:*",
|
||||
"@repo/typescript-config": "workspace:*",
|
||||
"@types/node": "^20",
|
||||
"@types/react": "^18.3.1",
|
||||
"@types/react-dom": "^18.3.1",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"postcss": "^8.4.49",
|
||||
"tailwindcss": "^3.4.15",
|
||||
"typescript": "5.5.4"
|
||||
"@types/node": "catalog:",
|
||||
"@types/react": "catalog:",
|
||||
"@types/react-dom": "catalog:",
|
||||
"autoprefixer": "catalog:",
|
||||
"postcss": "catalog:",
|
||||
"tailwindcss": "catalog:",
|
||||
"typescript": "catalog:"
|
||||
}
|
||||
}
|
||||
|
||||
@ -8,11 +8,11 @@
|
||||
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^3.2.5",
|
||||
"turbo": "^2.3.2",
|
||||
"typescript": "5.5.4"
|
||||
"prettier": "catalog:",
|
||||
"turbo": "catalog:",
|
||||
"typescript": "catalog:"
|
||||
},
|
||||
"packageManager": "pnpm@9.0.0",
|
||||
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
|
||||
@ -10,9 +10,9 @@
|
||||
"./tailwind": "./tailwind.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vchikalkin/eslint-config-awesome": "^2.0.4",
|
||||
"eslint": "^9.15.0",
|
||||
"eslint-plugin-tailwindcss": "^3.17.5",
|
||||
"eslint-plugin-turbo": "^2.3.0"
|
||||
"@vchikalkin/eslint-config-awesome": "catalog:",
|
||||
"eslint": "catalog:",
|
||||
"eslint-plugin-tailwindcss": "catalog:",
|
||||
"eslint-plugin-turbo": "catalog:"
|
||||
}
|
||||
}
|
||||
|
||||
@ -7,6 +7,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@repo/typescript-config": "workspace:*",
|
||||
"tailwindcss": "^3.4.15"
|
||||
"tailwindcss": "catalog:"
|
||||
}
|
||||
}
|
||||
|
||||
@ -23,19 +23,19 @@
|
||||
"@repo/eslint-config": "workspace:*",
|
||||
"@repo/tailwind-config": "workspace:*",
|
||||
"@repo/typescript-config": "workspace:*",
|
||||
"@types/react": "^18.3.1",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"lucide-react": "^0.462.0",
|
||||
"postcss": "^8.4.49",
|
||||
"tailwind-merge": "^2.5.5",
|
||||
"tailwindcss": "^3.4.15",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"typescript": "5.5.4"
|
||||
"@types/react": "catalog:",
|
||||
"autoprefixer": "catalog:",
|
||||
"class-variance-authority": "catalog:",
|
||||
"clsx": "catalog:",
|
||||
"lucide-react": "catalog:",
|
||||
"postcss": "catalog:",
|
||||
"tailwind-merge": "catalog:",
|
||||
"tailwindcss": "catalog:",
|
||||
"tailwindcss-animate": "catalog:",
|
||||
"typescript": "catalog:"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "19.0.0-rc-5c56b873-20241107",
|
||||
"react-dom": "19.0.0-rc-5c56b873-20241107"
|
||||
"react": "catalog:",
|
||||
"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:
|
||||
- "apps/*"
|
||||
- "packages/*"
|
||||
- apps/*
|
||||
- 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