|
29 | 29 | "package:extension": "pnpm --prefix ./src/extension run package" |
30 | 30 | }, |
31 | 31 | "dependencies": { |
32 | | - "@aws-sdk/client-s3": "^3.1045.0", |
33 | | - "@aws-sdk/s3-request-presigner": "^3.1045.0", |
| 32 | + "@aws-sdk/client-s3": "^3.1048.0", |
| 33 | + "@aws-sdk/s3-request-presigner": "^3.1048.0", |
34 | 34 | "@exercism/highlightjs-gdscript": "^0.0.1", |
35 | 35 | "@md/core": "workspace:*", |
36 | 36 | "@md/shared": "workspace:*", |
|
65 | 65 | "yup": "^1.7.1" |
66 | 66 | }, |
67 | 67 | "devDependencies": { |
68 | | - "@cloudflare/vite-plugin": "1.36.3", |
69 | | - "@cloudflare/workers-types": "^4.20260511.1", |
| 68 | + "@cloudflare/vite-plugin": "1.37.1", |
| 69 | + "@cloudflare/workers-types": "^4.20260516.1", |
70 | 70 | "@md/config": "workspace:*", |
71 | 71 | "@tailwindcss/postcss": "^4.3.0", |
72 | 72 | "@tailwindcss/vite": "^4.3.0", |
73 | 73 | "@types/buffer-from": "^1.1.3", |
74 | 74 | "@types/crypto-js": "^4.2.2", |
75 | 75 | "@types/diff-match-patch": "^1.0.36", |
76 | 76 | "@types/spark-md5": "3.0.5", |
77 | | - "@vitejs/plugin-vue": "^6.0.6", |
| 77 | + "@vitejs/plugin-vue": "^6.0.7", |
78 | 78 | "less": "^4.6.4", |
79 | 79 | "linkedom": "^0.18.12", |
80 | 80 | "ohash": "^2.0.11", |
81 | 81 | "postcss": "^8.5.14", |
82 | | - "rollup": "^4.60.3", |
| 82 | + "rollup": "^4.60.4", |
83 | 83 | "rollup-plugin-visualizer": "^7.0.1", |
84 | 84 | "shx": "^0.4.0", |
85 | 85 | "tailwindcss": "^4.3.0", |
86 | 86 | "unplugin-auto-import": "^21.0.0", |
87 | 87 | "unplugin-vue-components": "^32.0.0", |
88 | | - "vite": "^8.0.12", |
| 88 | + "vite": "^8.0.13", |
89 | 89 | "vite-plugin-radar": "^0.10.1", |
90 | 90 | "vite-plugin-vue-devtools": "^8.1.2", |
91 | | - "vue-tsc": "^3.2.8", |
92 | | - "wrangler": "^4.90.0", |
| 91 | + "vue-tsc": "^3.2.9", |
| 92 | + "wrangler": "^4.92.0", |
93 | 93 | "wxt": "^0.20.26" |
94 | 94 | } |
95 | 95 | } |
0 commit comments