|
1 | 1 | { |
2 | 2 | "name": "@globalbrain/sefirot", |
3 | 3 | "version": "3.45.0", |
4 | | - "packageManager": "pnpm@9.0.5", |
| 4 | + "packageManager": "pnpm@9.1.0", |
5 | 5 | "description": "Vue Components for Global Brain Design System.", |
6 | 6 | "author": "Kia Ishii <[email protected]>", |
7 | 7 | "license": "MIT", |
|
45 | 45 | "@iconify/vue": "^4.1.2", |
46 | 46 | "@types/body-scroll-lock": "^3.1.2", |
47 | 47 | "@types/lodash-es": "^4.17.12", |
48 | | - "@types/markdown-it": "^14.0.1", |
49 | | - "@vue/reactivity": "^3.4.23", |
50 | | - "@vue/runtime-core": "^3.4.23", |
| 48 | + "@types/markdown-it": "^14.1.1", |
| 49 | + "@vue/reactivity": "^3.4.26", |
| 50 | + "@vue/runtime-core": "^3.4.26", |
51 | 51 | "@vuelidate/core": "^2.0.3", |
52 | 52 | "@vuelidate/validators": "^2.0.4", |
53 | 53 | "@vueuse/core": "^10.9.0", |
|
60 | 60 | "postcss": "^8.4.38", |
61 | 61 | "postcss-nested": "^6.0.1", |
62 | 62 | "v-calendar": "^3.1.2", |
63 | | - "vue": "^3.4.23", |
| 63 | + "vue": "^3.4.26", |
64 | 64 | "vue-router": "^4.3.2" |
65 | 65 | }, |
66 | 66 | "dependencies": { |
|
70 | 70 | "@tinyhttp/cookie": "^2.1.0", |
71 | 71 | "@types/file-saver": "^2.0.7", |
72 | 72 | "@types/qs": "^6.9.15", |
73 | | - "dayjs": "^1.11.10", |
| 73 | + "dayjs": "^1.11.11", |
74 | 74 | "file-saver": "^2.0.5", |
75 | 75 | "ofetch": "^1.3.4", |
76 | 76 | "qs": "^6.12.1" |
|
84 | 84 | "@release-it/conventional-changelog": "^8.0.1", |
85 | 85 | "@types/body-scroll-lock": "^3.1.2", |
86 | 86 | "@types/lodash-es": "^4.17.12", |
87 | | - "@types/markdown-it": "^14.0.1", |
88 | | - "@types/node": "^20.12.7", |
| 87 | + "@types/markdown-it": "^14.1.1", |
| 88 | + "@types/node": "^20.12.10", |
89 | 89 | "@vitejs/plugin-vue": "^5.0.4", |
90 | | - "@vitest/coverage-v8": "^1.5.0", |
91 | | - "@vue/reactivity": "^3.4.23", |
92 | | - "@vue/runtime-core": "^3.4.23", |
| 90 | + "@vitest/coverage-v8": "^1.6.0", |
| 91 | + "@vue/reactivity": "^3.4.26", |
| 92 | + "@vue/runtime-core": "^3.4.26", |
93 | 93 | "@vue/test-utils": "^2.4.5", |
94 | 94 | "@vuelidate/core": "^2.0.3", |
95 | 95 | "@vuelidate/validators": "^2.0.4", |
|
106 | 106 | "postcss": "^8.4.38", |
107 | 107 | "postcss-nested": "^6.0.1", |
108 | 108 | "punycode": "^2.3.1", |
109 | | - "release-it": "^17.2.0", |
| 109 | + "release-it": "^17.2.1", |
110 | 110 | "typescript": "~5.4.5", |
111 | 111 | "v-calendar": "^3.1.2", |
112 | | - "vite": "^5.2.10", |
113 | | - "vitepress": "^1.1.3", |
114 | | - "vitest": "^1.5.0", |
115 | | - "vue": "^3.4.23", |
| 112 | + "vite": "^5.2.11", |
| 113 | + "vitepress": "^1.1.4", |
| 114 | + "vitest": "^1.6.0", |
| 115 | + "vue": "^3.4.26", |
116 | 116 | "vue-router": "^4.3.2", |
117 | 117 | "vue-tsc": "^1.8.27" |
118 | 118 | } |
|
0 commit comments