diff --git a/packages/docs/package.json b/packages/docs/package.json index f040991..dc66d58 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -24,10 +24,11 @@ "scripts": { "dev": "vitrify dev", "dev:ssr": "vitrify dev -m ssr", - "build": "run-s build:csr", + "build": "run-s build:csr gzip", "build:csr": "vitrify build", "build:ssr": "vitrify build -m ssr", "build:ssg": "vitrify build -m ssg", + "gzip": "gzip -k -r ./dist/static/*.mjs", "test": "vitrify test", "lint": "eslint --ext .vue --ext .ts src", "lint:fix": "eslint --ext .vue --ext .ts src --fix", @@ -35,37 +36,37 @@ "format:write": "prettier --write ." }, "dependencies": { - "@fastify/middie": "8.3.1", - "@fastify/static": "7.0.4", + "@fastify/middie": "9.0.2", + "@fastify/static": "8.0.1", "@quasar/extras": "1.16.12", - "@simsustech/quasar-components": "^0.10.3", - "@vitrify/tools": "^0.1.7", - "quasar": "2.16.9", - "vite-plugin-pwa": "0.20.1", - "vue": "3.4.38", - "vue-router": "4.4.3" + "@simsustech/quasar-components": "^0.10.4", + "@vitrify/tools": "^0.2.0", + "quasar": "2.17.0", + "vite-plugin-pwa": "0.20.5", + "vue": "3.5.8", + "vue-router": "4.4.5" }, "devDependencies": { - "@types/node": "22.5.1", - "@typescript-eslint/eslint-plugin": "8.3.0", - "@typescript-eslint/parser": "8.3.0", - "@vitejs/plugin-vue": "5.1.2", - "@vue/reactivity": "3.4.38", - "@vue/runtime-core": "3.4.38", - "@vue/runtime-dom": "3.4.38", - "@vue/server-renderer": "3.4.38", - "@vue/shared": "3.4.38", + "@types/node": "22.6.1", + "@typescript-eslint/eslint-plugin": "8.7.0", + "@typescript-eslint/parser": "8.7.0", + "@vitejs/plugin-vue": "5.1.4", + "@vue/reactivity": "3.5.8", + "@vue/runtime-core": "3.5.8", + "@vue/runtime-dom": "3.5.8", + "@vue/server-renderer": "3.5.8", + "@vue/shared": "3.5.8", "critters": "0.0.24", "devcert": "1.2.2", - "eslint": "9.9.1", + "eslint": "9.11.1", "eslint-config-prettier": "9.1.0", "eslint-plugin-prettier-vue": "5.0.0", - "eslint-plugin-vue": "9.27.0", - "fastify": "4.28.1", + "eslint-plugin-vue": "9.28.0", + "fastify": "5.0.0", "npm-run-all": "4.1.5", - "typescript": "5.5.4", - "vite": "5.4.2", - "vitrify": "0.15.3", + "typescript": "5.6.2", + "vite": "5.4.7", + "vitrify": "0.16.0", "workbox-window": "7.1.0" } -} \ No newline at end of file +}