update
This commit is contained in:
30
package.json
30
package.json
@@ -33,7 +33,7 @@
|
||||
"@stackblitz/sdk": "^1.11.0",
|
||||
"@tailwindcss/vite": "^4.1.18",
|
||||
"@uiw/react-textarea-code-editor": "^3.1.1",
|
||||
"antd": "^6.2.1",
|
||||
"antd": "^6.2.2",
|
||||
"clsx": "^2.1.1",
|
||||
"copy-to-clipboard": "^3.3.3",
|
||||
"dayjs": "^1.11.19",
|
||||
@@ -46,28 +46,28 @@
|
||||
"marked": "^17.0.1",
|
||||
"nanoid": "^5.1.6",
|
||||
"qrcode": "^1.5.4",
|
||||
"react": "19.2.3",
|
||||
"react-dom": "19.2.3",
|
||||
"react": "19.2.4",
|
||||
"react-dom": "19.2.4",
|
||||
"react-dropzone": "^14.3.8",
|
||||
"react-hook-form": "^7.71.1",
|
||||
"react-i18next": "^16.5.3",
|
||||
"react-resizable-panels": "^4.4.1",
|
||||
"react-router": "^7.12.0",
|
||||
"react-router-dom": "^7.12.0",
|
||||
"react-i18next": "^16.5.4",
|
||||
"react-resizable-panels": "^4.5.2",
|
||||
"react-router": "^7.13.0",
|
||||
"react-router-dom": "^7.13.0",
|
||||
"react-toastify": "^11.0.5",
|
||||
"vite-plugin-tsconfig-paths": "^1.4.1",
|
||||
"zustand": "^5.0.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.39.2",
|
||||
"@kevisual/router": "^0.0.60",
|
||||
"@kevisual/router": "^0.0.63",
|
||||
"@kevisual/ssl": "^0.0.1",
|
||||
"@types/js-yaml": "^4.0.9",
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"@types/node": "^25.0.10",
|
||||
"@types/path-browserify": "^1.0.3",
|
||||
"@types/qrcode": "^1.5.6",
|
||||
"@types/react": "^19.2.9",
|
||||
"@types/react": "^19.2.10",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@vitejs/plugin-basic-ssl": "^2.1.4",
|
||||
"@vitejs/plugin-react": "^5.1.2",
|
||||
@@ -76,19 +76,19 @@
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"eslint-plugin-react-refresh": "^0.4.26",
|
||||
"globals": "^17.0.0",
|
||||
"lucide-react": "^0.562.0",
|
||||
"globals": "^17.2.0",
|
||||
"lucide-react": "^0.563.0",
|
||||
"path-browserify": "^1.0.1",
|
||||
"postcss-import": "^16.1.1",
|
||||
"pretty-bytes": "^7.1.0",
|
||||
"react-is": "19.2.3",
|
||||
"react-is": "19.2.4",
|
||||
"tailwind-merge": "^3.4.0",
|
||||
"tailwindcss": "^4.1.18",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"turbo": "^2.7.5",
|
||||
"turbo": "^2.7.6",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.53.1",
|
||||
"typescript-eslint": "^8.54.0",
|
||||
"vite": "^7.3.1"
|
||||
},
|
||||
"packageManager": "pnpm@10.28.1"
|
||||
"packageManager": "pnpm@10.28.2"
|
||||
}
|
||||
Submodule packages/components updated: 16167430e6...282854d2fb
@@ -21,20 +21,20 @@
|
||||
"@emotion/styled": "^11.14.1",
|
||||
"@kevisual/components": "workspace:*",
|
||||
"@kevisual/query-upload": "workspace:*",
|
||||
"@kevisual/router": "^0.0.60",
|
||||
"@kevisual/router": "^0.0.63",
|
||||
"@kevisual/store": "^0.0.9",
|
||||
"@mui/material": "^7.3.7",
|
||||
"@vitejs/plugin-basic-ssl": "^2.1.4",
|
||||
"dayjs": "^1.11.19",
|
||||
"immer": "^11.1.3",
|
||||
"lodash-es": "^4.17.23",
|
||||
"lucide-react": "^0.562.0",
|
||||
"lucide-react": "^0.563.0",
|
||||
"nanoid": "^5.1.6",
|
||||
"nprogress": "^0.2.0",
|
||||
"pretty-bytes": "^7.1.0",
|
||||
"react": "19.2.3",
|
||||
"react": "19.2.4",
|
||||
"react-datepicker": "^9.1.0",
|
||||
"react-dom": "19.2.3",
|
||||
"react-dom": "19.2.4",
|
||||
"react-dropzone": "^14.3.8",
|
||||
"react-toastify": "^11.0.5",
|
||||
"zustand": "^5.0.10"
|
||||
|
||||
1340
pnpm-lock.yaml
generated
1340
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -109,7 +109,9 @@ export const App = () => {
|
||||
</div>
|
||||
</AntProvider>
|
||||
<div id='for-drawer'></div>
|
||||
<div id='for-modal'></div>
|
||||
<div id='for-modal'>
|
||||
|
||||
</div>
|
||||
<ToastContainer />
|
||||
</CustomThemeProvider2>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user