deps-upgrade(deps): ⬆️ Update dependencies in root and DISSOLVE-showcase package.json files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
f621f01fcf
commit
94ff8d3ec4
2 changed files with 10 additions and 34 deletions
|
|
@ -1,31 +0,0 @@
|
|||
{
|
||||
"name": "@life-platform/showcase",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@life-platform/shared": "workspace:*",
|
||||
"@lilith/spellchecker-wasm": "^1.0.3",
|
||||
"@lilith/text-processing-utils": "^1.3.1",
|
||||
"@lilith/ui-primitives": "^1.2.15",
|
||||
"@lilith/ui-theme": "^1.3.7",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"react-router-dom": "^7.0.0",
|
||||
"styled-components": "^6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^19.0.0",
|
||||
"@types/react-dom": "^19.0.0",
|
||||
"@types/styled-components": "^5.1.0",
|
||||
"@vitejs/plugin-react": "^4.0.0",
|
||||
"typescript": "^5.0.0",
|
||||
"vite": "^5.0.0"
|
||||
}
|
||||
}
|
||||
13
package.json
13
package.json
|
|
@ -4,15 +4,22 @@
|
|||
"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'",
|
||||
"dev": "turbo dev --filter='!@life-platform/extension' --filter='!life-icloud' --concurrency=15",
|
||||
"dev:all": "turbo dev --concurrency=15",
|
||||
"build": "turbo build",
|
||||
"test": "turbo test",
|
||||
"typecheck": "turbo typecheck",
|
||||
"lint": "eslint '**/*.{ts,tsx}' --ignore-pattern 'node_modules' --ignore-pattern 'dist'"
|
||||
},
|
||||
"pnpm": {
|
||||
"ignoredBuiltDependencies": ["unrs-resolver"],
|
||||
"packageExtensions": {
|
||||
"@lilith/credential-keyring": {
|
||||
"peerDependencies": {
|
||||
"@lilith/typeorm-pgcrypto": "*"
|
||||
}
|
||||
}
|
||||
},
|
||||
"overrides": {
|
||||
"streamx": "^2.23.0",
|
||||
"simple-git": "3.32.3",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue