mirror of
https://github.com/tale/headplane.git
synced 2026-08-28 07:57:03 +00:00
chore: update deps
This commit is contained in:
+22
-33
@@ -9,56 +9,52 @@
|
|||||||
"typecheck": "tsc"
|
"typecheck": "tsc"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@dnd-kit/core": "^6.1.0",
|
"@dnd-kit/core": "^6.3.1",
|
||||||
"@dnd-kit/modifiers": "^7.0.0",
|
"@dnd-kit/modifiers": "^7.0.0",
|
||||||
"@dnd-kit/sortable": "^8.0.0",
|
"@dnd-kit/sortable": "^8.0.0",
|
||||||
"@dnd-kit/utilities": "^3.2.2",
|
"@dnd-kit/utilities": "^3.2.2",
|
||||||
"@kubernetes/client-node": "^0.22.2",
|
"@kubernetes/client-node": "^0.22.3",
|
||||||
"@primer/octicons-react": "^19.12.0",
|
"@primer/octicons-react": "^19.13.0",
|
||||||
"@react-aria/toast": "3.0.0-beta.12",
|
"@react-aria/toast": "3.0.0-beta.18",
|
||||||
"@react-stately/toast": "3.0.0-beta.4",
|
"@react-stately/toast": "3.0.0-beta.7",
|
||||||
"@remix-run/node": "^2.15.0",
|
"@remix-run/node": "^2.15.0",
|
||||||
"@remix-run/react": "^2.15.0",
|
"@remix-run/react": "^2.15.0",
|
||||||
"@shopify/lang-jsonc": "^1.0.0",
|
"@shopify/lang-jsonc": "^1.0.0",
|
||||||
|
"@types/react": "^19.0.1",
|
||||||
|
"@types/react-dom": "^19.0.1",
|
||||||
"@uiw/codemirror-theme-github": "^4.23.6",
|
"@uiw/codemirror-theme-github": "^4.23.6",
|
||||||
"@uiw/react-codemirror": "^4.23.6",
|
"@uiw/react-codemirror": "^4.23.6",
|
||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"dotenv": "^16.4.5",
|
"dotenv": "^16.4.7",
|
||||||
"isbot": "^5.1.17",
|
"isbot": "^5.1.17",
|
||||||
"mime": "^4.0.4",
|
"mime": "^4.0.4",
|
||||||
"oauth4webapi": "^2.17.0",
|
"oauth4webapi": "^2.17.0",
|
||||||
"react": "19.0.0-beta-26f2496093-20240514",
|
"react": "19.0.0",
|
||||||
"react-aria-components": "^1.2.1",
|
"react-aria-components": "^1.5.0",
|
||||||
"react-codemirror-merge": "^4.23.6",
|
"react-codemirror-merge": "^4.23.6",
|
||||||
"react-dom": "19.0.0-beta-26f2496093-20240514",
|
"react-dom": "19.0.0",
|
||||||
"react-error-boundary": "^4.1.2",
|
"react-error-boundary": "^4.1.2",
|
||||||
"remix-utils": "^7.7.0",
|
"remix-utils": "^7.7.0",
|
||||||
"tailwind-merge": "^2.5.4",
|
"tailwind-merge": "^2.5.5",
|
||||||
"tailwindcss-react-aria-components": "^1.1.6",
|
"tailwindcss-react-aria-components": "^1.2.0",
|
||||||
"undici": "^6.20.1",
|
"undici": "^7.1.0",
|
||||||
"usehooks-ts": "^3.1.0",
|
"usehooks-ts": "^3.1.0",
|
||||||
"yaml": "^2.6.0",
|
"yaml": "^2.6.1",
|
||||||
"zod": "^3.23.8"
|
"zod": "^3.23.8"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@remix-run/dev": "^2.15.0",
|
"@remix-run/dev": "^2.15.0",
|
||||||
"@remix-run/fs-routes": "^2.15.0",
|
"@remix-run/fs-routes": "^2.15.0",
|
||||||
"@remix-run/route-config": "^2.15.0",
|
"@remix-run/route-config": "^2.15.0",
|
||||||
"@types/react": "npm:types-react@beta",
|
|
||||||
"@types/react-dom": "npm:types-react-dom@beta",
|
|
||||||
"autoprefixer": "^10.4.20",
|
"autoprefixer": "^10.4.20",
|
||||||
"babel-plugin-react-compiler": "19.0.0-beta-8a03594-20241020",
|
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
|
||||||
"postcss": "^8.4.47",
|
"postcss": "^8.4.49",
|
||||||
"tailwindcss": "^3.4.14",
|
"tailwindcss": "^3.4.16",
|
||||||
"tailwindcss-animate": "^1.0.7",
|
"tailwindcss-animate": "^1.0.7",
|
||||||
"typescript": "^5.6.3",
|
"typescript": "^5.7.2",
|
||||||
"vite": "^5.4.10",
|
"vite": "^6.0.3",
|
||||||
"vite-plugin-babel": "^1.2.0",
|
"vite-plugin-babel": "^1.3.0",
|
||||||
"vite-tsconfig-paths": "^5.1.0"
|
"vite-tsconfig-paths": "^5.1.4"
|
||||||
},
|
|
||||||
"overrides": {
|
|
||||||
"@types/react": "npm:types-react@beta",
|
|
||||||
"@types/react-dom": "npm:types-react-dom@beta"
|
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=20",
|
"node": ">=20",
|
||||||
@@ -66,14 +62,7 @@
|
|||||||
},
|
},
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"patchedDependencies": {
|
"patchedDependencies": {
|
||||||
"@react-aria/overlays@3.22.1": "patches/@react-aria__overlays@3.22.1.patch",
|
|
||||||
"@shopify/lang-jsonc@1.0.0": "patches/@shopify__lang-jsonc@1.0.0.patch"
|
"@shopify/lang-jsonc@1.0.0": "patches/@shopify__lang-jsonc@1.0.0.patch"
|
||||||
},
|
|
||||||
"peerDependencyRules": {
|
|
||||||
"allowAny": [
|
|
||||||
"react",
|
|
||||||
"react-dom"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Generated
+2089
-1708
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user