Skip to content

Commit

Permalink
chore: update some deps version (#576)
Browse files Browse the repository at this point in the history
* chore: update some deps version

Signed-off-by: Bob Du <[email protected]>

* chore: update some deps version

Signed-off-by: Bob Du <[email protected]>

---------

Signed-off-by: Bob Du <[email protected]>
  • Loading branch information
BobDu authored Oct 24, 2024
1 parent d01fabe commit 495ccb0
Show file tree
Hide file tree
Showing 8 changed files with 1,297 additions and 1,371 deletions.
39 changes: 20 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "chatgpt-web",
"type": "module",
"version": "2.13.3",
"private": false,
"description": "ChatGPT Web",
Expand All @@ -26,44 +27,44 @@
"@antfu/eslint-config": "^0.43.1",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@iconify/vue": "^4.1.0",
"@traptitech/markdown-it-katex": "^3.6.0",
"@iconify/vue": "^4.1.2",
"@types/chart.js": "^2.9.37",
"@types/katex": "^0.16.0",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it": "^14.1.2",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/node": "^18.14.6",
"@vitejs/plugin-vue": "^5.0.4",
"@vueuse/core": "^10.9.0",
"autoprefixer": "^10.4.13",
"@vitejs/plugin-vue": "^5.1.4",
"@vscode/markdown-it-katex": "^1.1.0",
"@vueuse/core": "^10.11.1",
"autoprefixer": "^10.4.20",
"axios": "^1.6.7",
"chart.js": "^4.3.0",
"dayjs": "^1.11.7",
"eslint": "^8.56.0",
"highlight.js": "^11.7.0",
"highlight.js": "^11.10.0",
"html2canvas": "^1.4.1",
"husky": "^8.0.3",
"jwt-decode": "^3.1.2",
"katex": "^0.16.10",
"less": "^4.1.3",
"lint-staged": "^13.1.2",
"markdown-it": "^13.0.1",
"markdown-it": "^14.1.0",
"markdown-it-link-attributes": "^4.0.1",
"naive-ui": "^2.38.2",
"naive-ui": "^2.40.1",
"npm-run-all": "^4.1.5",
"pinia": "^2.0.33",
"postcss": "^8.4.35",
"pinia": "^2.2.4",
"postcss": "^8.4.47",
"qrcode.vue": "^3.4.1",
"rimraf": "^4.3.0",
"tailwindcss": "^3.4.1",
"tailwindcss": "^3.4.14",
"typescript": "5.3.3",
"vite": "^5.1.7",
"vite-plugin-pwa": "^0.20.0",
"vue": "^3.4.21",
"vue-chartjs": "^5.2.0",
"vue-i18n": "^9.10.1",
"vue-router": "^4.3.0",
"vue-tsc": "^2.0.6"
"vite": "^5.4.10",
"vite-plugin-pwa": "^0.20.5",
"vue": "^3.5.12",
"vue-chartjs": "^5.3.1",
"vue-i18n": "9.13.1",
"vue-router": "^4.4.5",
"vue-tsc": "^2.1.6"
},
"lint-staged": {
"*.{ts,tsx,vue}": [
Expand Down
Loading

0 comments on commit 495ccb0

Please sign in to comment.