Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade deps
Browse files Browse the repository at this point in the history
yanglbme committed Jan 23, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c9b7213 commit 9521372
Showing 4 changed files with 3,262 additions and 3,243 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -92,7 +92,7 @@
svg: { fontCache: 'none' },
}
</script>
<script id="MathJax-script" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"></script>
<script id="MathJax-script" src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/npm/mathjax@3/es5/tex-svg.js"></script>
<script type="module" src="/src/main.ts"></script>
</body>
<script src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/wechatsync/article-syncjs@latest/dist/main.js"></script>
6,457 changes: 3,238 additions & 3,219 deletions package-lock.json

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -23,39 +23,39 @@
"postinstall": "simple-git-hooks && wxt prepare"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.716.0",
"@aws-sdk/client-s3": "^3.733.0",
"@vee-validate/yup": "^4.15.0",
"@vueuse/core": "^12.0.0",
"axios": "^1.7.8",
"@vueuse/core": "^12.5.0",
"axios": "^1.7.9",
"buffer-from": "^1.1.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"codemirror": "^5.65.17",
"core-js": "^3.39.0",
"cos-js-sdk-v5": "^1.8.6",
"core-js": "^3.40.0",
"cos-js-sdk-v5": "^1.8.7",
"crypto-js": "^4.2.0",
"csstype": "^3.1.3",
"es-toolkit": "^1.27.0",
"form-data": "4.0.1",
"front-matter": "^4.0.2",
"highlight.js": "^11.10.0",
"highlight.js": "^11.11.1",
"juice": "^11.0.0",
"lucide-vue-next": "^0.462.0",
"marked": "^15.0.2",
"lucide-vue-next": "^0.473.0",
"marked": "^15.0.6",
"mermaid": "^11.4.1",
"minio": "7.1.3",
"node-fetch": "^3.3.2",
"pinia": "^2.2.7",
"pinia": "^2.3.1",
"qiniu-js": "^3.4.2",
"radix-vue": "^1.9.10",
"radix-vue": "^1.9.12",
"reading-time": "^1.5.0",
"tailwind-merge": "^2.5.5",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"tiny-oss": "^0.5.1",
"uuid": "^11.0.3",
"uuid": "^11.0.5",
"vee-validate": "^4.15.0",
"vue": "^3.5.13",
"vue-pick-colors": "^1.7.8",
"vue-pick-colors": "^1.8.0",
"vue-sonner": "^1.3.0",
"yup": "^1.6.1"
},
@@ -64,31 +64,31 @@
"@types/buffer-from": "^1.1.3",
"@types/codemirror": "^5.60.15",
"@types/crypto-js": "^4.2.2",
"@types/node": "^22.10.0",
"@types/node": "^22.10.7",
"@types/uuid": "^10.0.0",
"@unocss/eslint-plugin": "^0.64.1",
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"eslint": "^9.15.0",
"eslint-plugin-format": "^0.1.2",
"less": "^4.2.1",
"less": "^4.2.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.49",
"prettier": "3.3.3",
"postcss": "^8.5.1",
"prettier": "3.4.2",
"rollup-plugin-visualizer": "^5.12.0",
"shx": "^0.3.4",
"simple-git-hooks": "^2.11.1",
"tailwindcss": "^3.4.15",
"tailwindcss": "^3.4.17",
"typescript": "~5.6.2",
"unocss": "^0.64.1",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
"vite": "^5.4.7",
"vite-plugin-node-polyfills": "^0.22.0",
"vite": "^5.4.14",
"vite-plugin-node-polyfills": "^0.23.0",
"vite-plugin-vue-devtools": "^7.6.5",
"vue-tsc": "^2.1.10",
"wxt": "^0.19.19"
"vue-tsc": "^2.2.0",
"wxt": "^0.19.25"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
2 changes: 1 addition & 1 deletion src/config/style.ts
Original file line number Diff line number Diff line change
@@ -104,7 +104,7 @@ export const colorOptions: IConfigOption[] = [
},
]

const codeBlockUrlPrefix = `https://cdn.bootcdn.net/ajax/libs/highlight.js/11.10.0/styles/`
const codeBlockUrlPrefix = `https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/npm/highlightjs/11.11.1/styles/`
const codeBlockThemeList = [
`1c-light.min.css`,
`a11y-dark.min.css`,

0 comments on commit 9521372

Please sign in to comment.