Skip to content

Commit

Permalink
⬆️ deps: update
Browse files Browse the repository at this point in the history
  • Loading branch information
kwchang0831 committed Sep 2, 2022
1 parent f5dc1cd commit bfcecdd
Show file tree
Hide file tree
Showing 10 changed files with 212 additions and 198 deletions.
5 changes: 5 additions & 0 deletions .changeset/kind-chicken-compare.md
@@ -0,0 +1,5 @@
---
'@kwchang0831/svelte-qwer': patch
---

dpes: upgrade. \*(@sveltjs/kit -> 1.0.0-next.463)
32 changes: 16 additions & 16 deletions package.json
Expand Up @@ -58,24 +58,24 @@
"@iconify-json/ic": "^1.1.9",
"@iconify-json/line-md": "^1.1.14",
"@iconify-json/mdi": "^1.1.31",
"@iconify-json/tabler": "^1.1.29",
"@iconify-json/tabler": "^1.1.30",
"@iconify-json/vscode-icons": "^1.1.11",
"@sveltejs/adapter-netlify": "1.0.0-next.75",
"@sveltejs/adapter-netlify": "1.0.0-next.76",
"@sveltejs/adapter-node": "1.0.0-next.88",
"@sveltejs/adapter-static": "1.0.0-next.39",
"@sveltejs/adapter-vercel": "1.0.0-next.71",
"@sveltejs/kit": "1.0.0-next.454",
"@sveltejs/adapter-static": "1.0.0-next.41",
"@sveltejs/adapter-vercel": "1.0.0-next.72",
"@sveltejs/kit": "1.0.0-next.463",
"@types/lz-string": "^1.3.34",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@unocss/core": "^0.45.13",
"@unocss/preset-icons": "^0.45.13",
"@unocss/preset-uno": "^0.45.13",
"@unocss/reset": "^0.45.13",
"@unocss/transformer-compile-class": "^0.45.13",
"@unocss/transformer-directives": "^0.45.13",
"@unocss/transformer-variant-group": "^0.45.13",
"@unocss/core": "^0.45.14",
"@unocss/preset-icons": "^0.45.14",
"@unocss/preset-uno": "^0.45.14",
"@unocss/reset": "^0.45.14",
"@unocss/transformer-compile-class": "^0.45.14",
"@unocss/transformer-directives": "^0.45.14",
"@unocss/transformer-variant-group": "^0.45.14",
"cross-env": "^7.0.3",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
Expand All @@ -91,17 +91,17 @@
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"rimraf": "^3.0.2",
"sass": "^1.54.6",
"svelte": "^3.49.0",
"sass": "^1.54.8",
"svelte": "^3.50.0",
"svelte-check": "^2.9.0",
"svelte-preprocess": "^4.10.7",
"tippy.js": "^6.3.7",
"tslib": "^2.4.0",
"typescript": "^4.8.2",
"unocss": "^0.45.13",
"unocss": "^0.45.14",
"unocss-preset-scrollbar": "^0.2.1",
"vite": "^3.1.0-beta.1",
"vite-imagetools": "^4.0.7"
"vite-imagetools": "^4.0.8"
},
"peerDependencies": {
"vite": "^3.1.0-beta.1"
Expand Down

0 comments on commit bfcecdd

Please sign in to comment.