|
1 | 1 | { |
2 | 2 | "name": "api-explorer", |
3 | | - "version": "1.0.25", |
| 3 | + "version": "1.0.26", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | 6 | "dev": "vite & ts-node server/app.ts", |
|
17 | 17 | "@element-plus/icons-vue": "^2.1.0", |
18 | 18 | "@fontsource/roboto": "^5.0.0", |
19 | 19 | "@highlightjs/vue-plugin": "^2.1.0", |
20 | | - "axios": "^1.7.2", |
| 20 | + "axios": "^1.7.4", |
21 | 21 | "cheerio": "^1.0.0", |
22 | 22 | "class-transformer": "^0.5.1", |
23 | 23 | "class-validator": "^0.14.0", |
24 | 24 | "connect-redis": "^7.1.1", |
25 | 25 | "dotenv": "^16.3.1", |
26 | 26 | "element-plus": "^2.3.9", |
27 | | - "express": "^4.18.2", |
| 27 | + "express": "^4.21.0", |
28 | 28 | "express-session": "^1.17.3", |
29 | 29 | "highlight.js": "^11.8.0", |
30 | 30 | "jsonwebtoken": "^9.0.2", |
|
40 | 40 | "socket.io-client": "^4.7.5", |
41 | 41 | "typedi": "^0.10.0", |
42 | 42 | "uuid": "^9.0.1", |
43 | | - "vue": "^3.2.47", |
| 43 | + "vue": "^3.5.1", |
44 | 44 | "vue-i18n": "^9.4.0", |
45 | | - "vue-markdown-renderer": "^0.2.7", |
46 | 45 | "vue-router": "^4.2.2", |
47 | 46 | "vue-socket.io": "^3.0.10", |
48 | 47 | "ws": "^8.18.0" |
49 | 48 | }, |
50 | 49 | "devDependencies": { |
51 | 50 | "@rushstack/eslint-patch": "^1.4.0", |
52 | | - "@types/jsdom": "^21.1.0", |
| 51 | + "@types/jsdom": "^21.1.7", |
53 | 52 | "@types/jsonwebtoken": "^9.0.6", |
54 | 53 | "@types/markdown-it": "^14.1.1", |
55 | 54 | "@types/node": "^20.5.7", |
56 | 55 | "@vitejs/plugin-vue": "^4.3.0", |
57 | 56 | "@vitejs/plugin-vue-jsx": "^3.1.0", |
58 | 57 | "@vue/eslint-config-prettier": "^9.0.0", |
59 | | - "@vue/eslint-config-typescript": "^12.0.0", |
| 58 | + "@vue/eslint-config-typescript": "^14.0.0", |
60 | 59 | "@vue/test-utils": "^2.4.0", |
61 | 60 | "@vue/tsconfig": "^0.1.3", |
62 | | - "eslint": "^8.51.0", |
| 61 | + "eslint": "^9.15.0", |
63 | 62 | "eslint-plugin-vue": "^9.12.0", |
64 | | - "jsdom": "^22.1.0", |
65 | | - "npm-run-all": "^4.1.5", |
| 63 | + "jsdom": "^25.0.1", |
| 64 | + "npm-run-all2": "^7.0.1", |
66 | 65 | "prettier": "^3.0.1", |
67 | | - "superagent": "^8.1.2", |
| 66 | + "superagent": "^9.0.0", |
68 | 67 | "ts-node": "^10.9.1", |
69 | 68 | "typescript": "~5.2.2", |
70 | 69 | "unplugin-auto-import": "^0.18.0", |
71 | 70 | "unplugin-element-plus": "^0.8.0", |
72 | | - "unplugin-vue-components": "^0.26.0", |
| 71 | + "unplugin-vue-components": "^0.27.0", |
73 | 72 | "vite": "^4.4.0", |
74 | 73 | "vite-plugin-node-polyfills": "^0.10.0", |
75 | 74 | "vite-plugin-rewrite-all": "^1.0.2", |
76 | 75 | "vitest": "^0.34.0", |
77 | | - "vue-tsc": "^1.6.5" |
| 76 | + "vue-tsc": "^2.0.0" |
78 | 77 | } |
79 | 78 | } |
0 commit comments