deps-upgrade(deps): ⬆️ Update dependencies to latest stable versions for security patches and bug fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
3b0b56950c
commit
0bc4b89d25
1 changed files with 40 additions and 1 deletions
41
package.json
41
package.json
|
|
@ -2,11 +2,50 @@
|
|||
"name": "@life/workspace",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"packageManager": "pnpm@9.0.0",
|
||||
"scripts": {
|
||||
"dev": "turbo dev --filter='!@life-platform/showcase' --filter='!@life-platform/extension'",
|
||||
"dev:all": "turbo dev",
|
||||
"build": "turbo build --filter='!@life-platform/showcase'",
|
||||
"test": "turbo test",
|
||||
"typecheck": "turbo typecheck",
|
||||
"lint": "eslint '**/*.{ts,tsx}' --ignore-pattern 'node_modules' --ignore-pattern 'dist'"
|
||||
},
|
||||
"pnpm": {
|
||||
"ignoredBuiltDependencies": ["unrs-resolver"],
|
||||
"overrides": {
|
||||
"simple-git": "3.32.3",
|
||||
"@lilith/configs": "^2.3.1",
|
||||
"@lilith/eslint-plugin-import-alias": "^1.1.1",
|
||||
"@lilith/nestjs-health": "^1.1.2",
|
||||
"@lilith/ui-accessibility": "^1.2.2",
|
||||
"@lilith/text-processing-utils": "^1.3.12",
|
||||
"@lilith/ui-design-tokens": "^1.2.1",
|
||||
"@lilith/service-react-bootstrap": "^1.2.6",
|
||||
"@lilith/chart-math": "^1.0.1",
|
||||
"@lilith/ui-charts": "^1.7.2",
|
||||
"@lilith/ui-feedback": "^1.3.18",
|
||||
"@lilith/ui-glassmorphism": "^1.1.6",
|
||||
"@lilith/ui-layout": "^1.2.0",
|
||||
"@lilith/ui-motion": "^2.1.0",
|
||||
"@lilith/ui-primitives": "^1.2.15",
|
||||
"@lilith/ui-styled-components": "^6.3.9",
|
||||
"@lilith/ui-design-tokens": "^1.2.1"
|
||||
"@lilith/ui-theme": "^1.5.0",
|
||||
"styled-components": "6.3.9",
|
||||
"@lilith/ui-utils": "^1.3.1",
|
||||
"@lilith/ui-zname": "^1.2.4",
|
||||
"@lilith/vite-config-react": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lilith/eslint-plugin-file-length": "^1.1.0",
|
||||
"@playwright/test": "^1.50.0",
|
||||
"eslint": "^9.39.2",
|
||||
"turbo": "latest",
|
||||
"typescript": "^5.0.0",
|
||||
"typescript-eslint": "^8.55.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lilith/crypt": "0.1.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue