|
1 | 1 | {
|
2 | 2 | "name": "axiomai",
|
3 |
| - "version": "3.0.0-beta7", |
| 3 | + "version": "3.0.0-RC1", |
4 | 4 | "private": false,
|
5 | 5 | "description": "AxiomAI",
|
6 | 6 | "author": "Miraz4300 <miraz4300@gmail.com>",
|
|
18 | 18 | "lint:fix": "eslint . --fix"
|
19 | 19 | },
|
20 | 20 | "dependencies": {
|
21 |
| - "@datadog/browser-rum": "^5.4.0", |
| 21 | + "@datadog/browser-rum": "^5.5.0", |
22 | 22 | "@traptitech/markdown-it-katex": "^3.6.0",
|
23 | 23 | "@vueuse/core": "^10.7.0",
|
24 | 24 | "chart.js": "^4.4.1",
|
|
27 | 27 | "html2canvas": "^1.4.1",
|
28 | 28 | "jwt-decode": "^3.1.2",
|
29 | 29 | "katex": "^0.16.9",
|
30 |
| - "markdown-it": "^13.0.2", |
| 30 | + "markdown-it": "^14.0.0", |
31 | 31 | "microsoft-cognitiveservices-speech-sdk": "^1.33.1",
|
32 | 32 | "naive-ui": "^2.35.0",
|
33 | 33 | "pinia": "^2.1.7",
|
34 | 34 | "qrcode.vue": "^3.4.1",
|
35 | 35 | "tailwindcss-animate": "^1.0.7",
|
36 |
| - "vue": "^3.3.10", |
| 36 | + "vue": "^3.3.11", |
37 | 37 | "vue-chartjs": "^5.2.0",
|
38 | 38 | "vue-i18n": "^9.8.0",
|
39 | 39 | "vue-router": "^4.2.5",
|
|
43 | 43 | "@antfu/eslint-config": "^0.43.1",
|
44 | 44 | "@commitlint/cli": "^18.4.3",
|
45 | 45 | "@commitlint/config-conventional": "^18.4.3",
|
46 |
| - "@iconify/vue": "4.1.0", |
| 46 | + "@iconify/vue": "^4.1.1", |
47 | 47 | "@types/chart.js": "^2.9.41",
|
48 | 48 | "@types/katex": "^0.16.7",
|
49 | 49 | "@types/markdown-it": "^13.0.7",
|
50 | 50 | "@types/markdown-it-link-attributes": "^3.0.4",
|
51 |
| - "@types/node": "^20.10.3", |
52 |
| - "@vitejs/plugin-vue": "^4.5.1", |
| 51 | + "@types/node": "^20.10.4", |
| 52 | + "@vitejs/plugin-vue": "^4.5.2", |
53 | 53 | "autoprefixer": "^10.4.16",
|
54 | 54 | "axios": "^1.6.2",
|
55 | 55 | "crypto-js": "^4.2.0",
|
56 |
| - "eslint": "^8.53.0", |
| 56 | + "eslint": "^8.55.0", |
57 | 57 | "less": "^4.2.0",
|
58 | 58 | "lint-staged": "^15.2.0",
|
59 | 59 | "markdown-it-link-attributes": "^4.0.1",
|
60 | 60 | "npm-run-all": "^4.1.5",
|
61 | 61 | "postcss": "^8.4.32",
|
62 | 62 | "tailwindcss": "^3.3.6",
|
63 |
| - "typescript": "~5.3.2", |
64 |
| - "vite": "^5.0.5", |
65 |
| - "vite-plugin-pwa": "^0.17.3", |
66 |
| - "vue-tsc": "^1.8.24" |
| 63 | + "typescript": "~5.3.3", |
| 64 | + "vite": "^5.0.8", |
| 65 | + "vite-plugin-pwa": "^0.17.4", |
| 66 | + "vue-tsc": "^1.8.25" |
67 | 67 | },
|
68 | 68 | "lint-staged": {
|
69 | 69 | "*.{ts,tsx,vue}": [
|
|
0 commit comments