Przeglądaj źródła

chore: update package.json and cspell.json

lmx 3 miesięcy temu
rodzic
commit
36313f378e
2 zmienionych plików z 6 dodań i 1 usunięć
  1. 5 0
      cspell.json
  2. 1 1
      package.json

+ 5 - 0
cspell.json

@@ -12,10 +12,13 @@
     "axios",
     "brotli",
     "cascader",
+    "chatcmpl",
     "clsx",
+    "dedup",
     "defu",
     "demi",
     "dotenv",
+    "echart",
     "echarts",
     "ependencies",
     "esbuild",
@@ -41,6 +44,7 @@
     "noreferrer",
     "nprogress",
     "nuxt",
+    "organisation",
     "pinia",
     "prefixs",
     "publint",
@@ -51,6 +55,7 @@
     "sonner",
     "sortablejs",
     "styl",
+    "tabler",
     "taze",
     "tdesign",
     "ui-kit",

+ 1 - 1
package.json

@@ -59,7 +59,7 @@
     "reinstall": "pnpm clean --del-lock && pnpm install",
     "test:unit": "vitest run --dom",
     "test:e2e": "turbo run test:e2e",
-    "up te:deps": "npx taze -r -w",
+    "update:deps": "npx taze -r -w",
     "version": "pnpm exec changeset version && pnpm install --no-frozen-lockfile",
     "catalog": "pnpx codemod pnpm/catalog"
   },