Bladeren bron

add pinia-colada-plugin-normalizer, bump packages

Jason Gorst 3 weken geleden
bovenliggende
commit
0133f84fb7
4 gewijzigde bestanden met toevoegingen van 439 en 143 verwijderingen
  1. 7 0
      colada.options.js
  2. 1 0
      nuxt.config.js
  3. 11 10
      package.json
  4. 420 133
      pnpm-lock.yaml

+ 7 - 0
colada.options.js

@@ -0,0 +1,7 @@
+import { PiniaColadaNormalizer } from "pinia-colada-plugin-normalizer";
+
+export default {
+  plugins: [
+    PiniaColadaNormalizer({ autoNormalize: true })
+  ]
+}

+ 1 - 0
nuxt.config.js

@@ -52,6 +52,7 @@ export default defineNuxtConfig({
         "better-auth/plugins/access",
         "better-auth/plugins/admin/access",
         "lodash-es",
+        "pinia-colada-plugin-normalizer",
         "socket.io-client",
         "tailwind-merge",
         "trix",

+ 11 - 10
package.json

@@ -31,26 +31,27 @@
     "@pinia/colada-nuxt": "^0.3.2",
     "@pinia/nuxt": "^0.11.3",
     "@primeuix/forms": "^0.1.0",
-    "@primevue/core": "^4.5.4",
-    "@primevue/nuxt-module": "^4.5.4",
-    "@prisma/adapter-pg": "^7.6.0",
-    "@prisma/client": "^7.6.0",
+    "@primevue/core": "^4.5.5",
+    "@primevue/nuxt-module": "^4.5.5",
+    "@prisma/adapter-pg": "^7.7.0",
+    "@prisma/client": "^7.7.0",
     "@tailwindcss/typography": "^0.5.19",
     "@tailwindcss/vite": "^4.2.2",
-    "better-auth": "^1.5.6",
-    "defu": "^6.1.6",
-    "dotenv": "^17.4.0",
+    "better-auth": "^1.6.2",
+    "defu": "^6.1.7",
+    "dotenv": "^17.4.1",
     "engine.io": "^6.6.6",
     "html-to-text": "^9.0.5",
     "lodash-es": "^4.18.1",
     "pinia": "^3.0.4",
-    "prettier": "^3.8.1",
+    "pinia-colada-plugin-normalizer": "^0.1.7",
+    "prettier": "^3.8.2",
     "prettier-plugin-classnames": "^0.10.1",
     "prettier-plugin-merge": "^0.10.1",
     "prettier-plugin-prisma": "^5.0.0",
     "prettier-plugin-tailwindcss": "^0.7.2",
-    "primevue": "^4.5.4",
-    "prisma": "^7.6.0",
+    "primevue": "^4.5.5",
+    "prisma": "^7.7.0",
     "socket.io": "^4.8.3",
     "socket.io-client": "^4.8.3",
     "tailwind-merge": "^3.5.0",

File diff suppressed because it is too large
+ 420 - 133
pnpm-lock.yaml


Some files were not shown because too many files changed in this diff