fix: pwa build error

This commit is contained in:
SevicheCC 2023-05-28 02:35:24 +08:00
parent 51001b4c9a
commit b99e3bbce4
Signed by untrusted user who does not match committer: SevicheCC
GPG key ID: C577000000000000
3 changed files with 904 additions and 1162 deletions

View file

@ -36,20 +36,19 @@
"@sveltejs/adapter-netlify": "^2.0.7", "@sveltejs/adapter-netlify": "^2.0.7",
"@sveltejs/adapter-static": "^2.0.2", "@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/adapter-vercel": "2.4.3", "@sveltejs/adapter-vercel": "2.4.3",
"@sveltejs/kit": "^1.18.0", "@sveltejs/kit": "^1.19.0",
"@tailwindcss/typography": "^0.5.9", "@tailwindcss/typography": "^0.5.9",
"@types/node": "^20.2.1", "@types/node": "^20.2.5",
"@types/unist": "^2.0.6", "@types/unist": "^2.0.6",
"@typescript-eslint/eslint-plugin": "^5.59.6", "@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.6", "@typescript-eslint/parser": "^5.59.7",
"@unocss/extractor-svelte": "^0.51.13", "@unocss/extractor-svelte": "^0.51.13",
"@unocss/preset-web-fonts": "^0.52.4", "@vite-pwa/sveltekit": "^0.1.3",
"@vite-pwa/sveltekit": "^0.2.1",
"chalk": "^5.2.0", "chalk": "^5.2.0",
"chokidar": "^3.5.3", "chokidar": "^3.5.3",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"daisyui": "^2.51.6", "daisyui": "^2.51.6",
"eslint": "^8.40.0", "eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-svelte3": "^4.0.0", "eslint-plugin-svelte3": "^4.0.0",
"fenceparser": "^2.2.0", "fenceparser": "^2.2.0",
@ -57,36 +56,35 @@
"github-slugger": "^2.0.0", "github-slugger": "^2.0.0",
"mdast-util-to-string": "^3.2.0", "mdast-util-to-string": "^3.2.0",
"mdsvex": "^0.10.6", "mdsvex": "^0.10.6",
"netlify-cli": "^15.1.1", "netlify-cli": "^15.2.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"postcss": "^8.4.23", "postcss": "^8.4.23",
"postcss-lightningcss": "^0.7.0", "postcss-lightningcss": "^0.7.0",
"prettier": "^2.8.8", "prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.0", "prettier-plugin-svelte": "^2.10.0",
"proxy-agent": "^6.2.1",
"rehype-autolink-headings": "^6.1.1", "rehype-autolink-headings": "^6.1.1",
"rehype-external-links": "^2.1.0", "rehype-external-links": "^2.1.0",
"rehype-slug": "^5.1.0", "rehype-slug": "^5.1.0",
"remark": "^14.0.3", "remark": "^14.0.3",
"remark-fff": "~0.5.3", "remark-fff": "~0.5.3",
"remark-footnotes": "~2.0.0", "remark-footnotes": "~2.0.0",
"rollup": "^3.22.0", "rollup": "^3.23.0",
"shiki-twoslash": "^3.1.2", "shiki-twoslash": "^3.1.2",
"svelte": "^3.59.1", "svelte": "^3.59.1",
"svelte-bricks": "^0.1.7", "svelte-bricks": "^0.1.7",
"svelte-check": "^3.3.2", "svelte-check": "^3.4.3",
"svelte-preprocess": "^5.0.3", "svelte-preprocess": "^5.0.4",
"svelte-typeahead": "^4.4.1", "svelte-typeahead": "^4.4.1",
"sveltekit-embed": "^0.0.12", "sveltekit-embed": "^0.0.12",
"tailwindcss": "^3.3.2", "tailwindcss": "^3.3.2",
"tslib": "^2.5.1", "tslib": "^2.5.2",
"typescript": "^5.0.4", "typescript": "^5.0.4",
"unist-util-visit": "^4.1.2", "unist-util-visit": "^4.1.2",
"unocss": "^0.51.13", "unocss": "^0.51.13",
"vite": "^4.3.8", "vite": "^4.3.9",
"vite-imagetools": "^4.0.19", "vite-imagetools": "^4.0.19",
"vite-plugin-pwa": "^0.14.7", "vite-plugin-pwa": "^0.14.7",
"workbox-build": "^6.5.4", "workbox-build": "^6.6.0",
"workbox-window": "^6.5.4" "workbox-window": "^6.6.0"
} }
} }

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long