Skip to content

Commit

Permalink
⬆️ Deps: upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
kwchang0831 committed Nov 4, 2023
1 parent 49aae38 commit c743568
Show file tree
Hide file tree
Showing 4 changed files with 305 additions and 302 deletions.
6 changes: 6 additions & 0 deletions .changeset/light-zebras-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@kwchang0831/qwer': patch
'@kwchang0831/svelte-qwer': patch
---

deps: upgrade
8 changes: 4 additions & 4 deletions QWER/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"fs-extra": "^11.1.1",
"gray-matter": "^4.0.3",
"html-to-text": "^9.0.5",
"katex": "^0.16.8",
"katex": "^0.16.9",
"limax": "^4.1.0",
"lz-string": "^1.5.0",
"marked": "^5.1.2",
"marked-gfm-heading-id": "^3.0.4",
"marked-mangle": "^1.1.0",
"marked": "^9.1.5",
"marked-gfm-heading-id": "^3.1.0",
"marked-mangle": "^1.1.4",
"prism-svelte": "^0.5.0",
"prismjs": "^1.29.0",
"probe-image-size": "^7.2.3",
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,28 +71,28 @@
"@sveltejs/adapter-node": "1.3.1",
"@sveltejs/adapter-static": "2.0.3",
"@sveltejs/adapter-vercel": "3.0.3",
"@sveltejs/kit": "1.27.1",
"@sveltejs/kit": "1.27.3",
"@types/flexsearch": "^0.7.5",
"@types/nprogress": "^0.2.2",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@unocss/core": "^0.57.1",
"@unocss/extractor-svelte": "^0.57.1",
"@unocss/preset-icons": "^0.57.1",
"@unocss/preset-uno": "^0.57.1",
"@unocss/reset": "^0.57.1",
"@unocss/transformer-compile-class": "^0.57.1",
"@unocss/transformer-directives": "^0.57.1",
"@unocss/transformer-variant-group": "^0.57.1",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@unocss/core": "^0.57.2",
"@unocss/extractor-svelte": "^0.57.2",
"@unocss/preset-icons": "^0.57.2",
"@unocss/preset-uno": "^0.57.2",
"@unocss/reset": "^0.57.2",
"@unocss/transformer-compile-class": "^0.57.2",
"@unocss/transformer-directives": "^0.57.2",
"@unocss/transformer-variant-group": "^0.57.2",
"cross-env": "^7.0.3",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-svelte": "^2.34.0",
"eslint-plugin-svelte": "^2.34.1",
"flexsearch": "^0.7.31",
"gitmoji-cli": "^8.5.0",
"husky": "^8.0.3",
"imagetools-core": "^5.1.0",
"imagetools-core": "^5.1.1",
"katex": "^0.16.9",
"lint-staged": "^15.0.2",
"lz-string": "^1.5.0",
Expand All @@ -111,9 +111,9 @@
"tslib": "^2.6.2",
"typesafe-i18n": "^5.26.2",
"typescript": "^5.2.2",
"unocss": "^0.57.1",
"unocss": "^0.57.2",
"unocss-preset-scrollbar": "^0.3.0",
"vite": "^4.5.0",
"vite-imagetools": "^6.1.0"
"vite-imagetools": "^6.2.3"
}
}

0 comments on commit c743568

Please sign in to comment.