Skip to content

Commit

Permalink
chore: ⬆️ upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Sep 9, 2022
1 parent 7ca2122 commit d4fbb5f
Show file tree
Hide file tree
Showing 2 changed files with 914 additions and 696 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-node": "next",
"@sveltejs/adapter-static": "next",
"@sveltejs/kit": "1.0.0-next.456",
"@tailwindcss/typography": "^0.5.4",
"@types/node": "^18.7.14",
"@sveltejs/kit": "1.0.0-next.479",
"@tailwindcss/typography": "^0.5.7",
"@types/node": "^18.7.16",
"@types/unist": "^2.0.6",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"autoprefixer": "^10.4.8",
"chalk": "^5.0.1",
"chokidar": "^3.5.3",
"cross-env": "^7.0.3",
"cssnano": "^5.1.13",
"daisyui": "^2.24.0",
"daisyui": "^2.25.0",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
Expand All @@ -60,16 +60,16 @@
"remark": "^14.0.2",
"remark-footnotes": "~2.0.0",
"shiki-twoslash": "^3.1.0",
"svelte": "^3.49.0",
"svelte": "^3.50.1",
"svelte-check": "^2.9.0",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.1.8",
"tslib": "^2.4.0",
"typescript": "^4.8.2",
"typescript": "^4.8.3",
"unist-util-visit": "^4.1.1",
"unocss": "^0.45.13",
"vite": "^3.1.0-beta.1",
"vite-plugin-pwa": "^0.12.4",
"unocss": "^0.45.18",
"vite": "^3.1.0",
"vite-plugin-pwa": "^0.12.7",
"workbox-window": "^6.5.4"
}
}
Loading

0 comments on commit d4fbb5f

Please sign in to comment.