Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJacky committed Oct 18, 2024
1 parent 91799e6 commit 6cc7525
Show file tree
Hide file tree
Showing 12 changed files with 589 additions and 417 deletions.
26 changes: 13 additions & 13 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,30 @@
"@ant-design/icons-vue": "^7.0.1",
"@formkit/auto-animate": "^0.8.2",
"@simplewebauthn/browser": "^10.0.0",
"@vue/reactivity": "^3.5.11",
"@vue/shared": "^3.5.11",
"@vue/reactivity": "^3.5.12",
"@vue/shared": "^3.5.12",
"@vueuse/components": "^11.1.0",
"@vueuse/core": "^11.1.0",
"@vueuse/integrations": "^11.1.0",
"@xterm/addon-attach": "^0.11.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"ant-design-vue": "^4.2.5",
"apexcharts": "^3.54.0",
"apexcharts": "^3.54.1",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"highlight.js": "^11.10.0",
"lodash": "^4.17.21",
"marked": "^14.1.2",
"marked-highlight": "^2.1.4",
"marked": "^14.1.3",
"marked-highlight": "^2.2.0",
"nprogress": "^0.2.0",
"pinia": "^2.2.4",
"pinia-plugin-persistedstate": "^4.1.1",
"reconnecting-websocket": "^4.4.0",
"sortablejs": "^1.15.3",
"universal-cookie": "^7.2.0",
"universal-cookie": "^7.2.1",
"vite-plugin-build-id": "0.4.2",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"vue3-ace-editor": "2.2.4",
"vue3-apexcharts": "1.5.3",
Expand All @@ -49,14 +49,14 @@
"devDependencies": {
"@antfu/eslint-config-vue": "^0.43.1",
"@simplewebauthn/types": "^10.0.0",
"@types/lodash": "^4.17.10",
"@types/lodash": "^4.17.11",
"@types/nprogress": "^0.2.3",
"@types/sortablejs": "^1.15.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/compiler-sfc": "^3.5.11",
"@vue/compiler-sfc": "^3.5.12",
"@vue/tsconfig": "^0.5.1",
"ace-builds": "^1.36.2",
"autoprefixer": "^10.4.20",
Expand All @@ -66,15 +66,15 @@
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-regex": "^1.10.0",
"eslint-plugin-sonarjs": "^0.23.0",
"eslint-plugin-vue": "^9.28.0",
"eslint-plugin-vue": "^9.29.0",
"less": "^4.2.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"tailwindcss": "^3.4.14",
"typescript": "5.3.3",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-define-options": "^1.5.1",
"vite": "^5.4.8",
"unplugin-vue-define-options": "^1.5.2",
"vite": "^5.4.9",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^2.1.6"
},
Expand Down
Loading

0 comments on commit 6cc7525

Please sign in to comment.