deps-upgrade: ⬆️ Update dependencies in package.json files
This commit is contained in:
parent
fffa8e7199
commit
33b8d9dfd6
3 changed files with 323 additions and 208 deletions
|
|
@ -59,6 +59,7 @@
|
|||
"@lilith/ui-feedback": "1.2.0",
|
||||
"@lilith/ui-forms": "^1.1.6",
|
||||
"@lilith/ui-glassmorphism": "1.1.2",
|
||||
"@lilith/ui-icons": "^1.1.3",
|
||||
"@lilith/ui-interactive-grid": "^1.1.1",
|
||||
"@lilith/ui-layout": "1.1.3",
|
||||
"@lilith/ui-lazy": "^1.0.1",
|
||||
|
|
@ -73,6 +74,7 @@
|
|||
"@tanstack/react-query": "^5.90.19",
|
||||
"framer-motion": "^11.18.2",
|
||||
"goober": "^2.1.18",
|
||||
"i18next": "^24.2.3",
|
||||
"lucide-react": "^0.553.0",
|
||||
"outvariant": "^1.4.3",
|
||||
"react": "^19.2.3",
|
||||
|
|
@ -86,7 +88,19 @@
|
|||
"tslib": "^2.8.1",
|
||||
"until-async": "^3.0.2",
|
||||
"zod": "^3.25.76",
|
||||
"@emotion/is-prop-valid": "^1.2.2"
|
||||
"@emotion/is-prop-valid": "^1.2.2",
|
||||
"@emotion/memoize": "^0.9.0",
|
||||
"@emotion/unitless": "^0.10.0",
|
||||
"stylis": "^4.3.6",
|
||||
"cookie": "^1.0.2",
|
||||
"set-cookie-parser": "^2.7.1",
|
||||
"html-parse-stringify": "^3.0.1",
|
||||
"motion-dom": "^11.17.4",
|
||||
"motion-utils": "^11.17.4",
|
||||
"void-elements": "^3.1.0",
|
||||
"scheduler": "^0.27.0",
|
||||
"tldts": "^7.0.19",
|
||||
"tldts-core": "^7.0.19"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lilith/vite-plugin-dependency-startup": "^1.0.4",
|
||||
|
|
@ -111,6 +125,14 @@
|
|||
"graphql": "^16.12.0",
|
||||
"jsdom": "^24.1.3",
|
||||
"msw": "^2.12.7",
|
||||
"@mswjs/interceptors": "^0.37.6",
|
||||
"@open-draft/logger": "^0.3.0",
|
||||
"@open-draft/deferred-promise": "^2.2.0",
|
||||
"headers-polyfill": "^4.0.3",
|
||||
"tough-cookie": "^5.0.0",
|
||||
"is-node-process": "^1.2.0",
|
||||
"strict-event-emitter": "^0.5.1",
|
||||
"path-to-regexp": "^8.2.0",
|
||||
"rollup-plugin-visualizer": "^6.0.5",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "^5.9.3",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"build:landing": "turbo run build --filter=@lilith/landing",
|
||||
"build:status-dashboard": "turbo run build --filter=@lilith/status-dashboard-frontend --filter=@lilith/status-dashboard-api --filter=@lilith/host-status-monitor",
|
||||
"build": "turbo run build",
|
||||
"verify:dev": "../run verify:dev",
|
||||
"status": "tsx infrastructure/scripts/status/check-public-status.ts",
|
||||
"ci:generate": "npx tsx scripts/generate-gitlab-ci.ts",
|
||||
"ci:local:full": "node scripts/local-ci-full.mjs",
|
||||
|
|
|
|||
506
pnpm-lock.yaml
generated
506
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue