|
2 | 2 | "name": "@globalbrain/sefirot", |
3 | 3 | "type": "module", |
4 | 4 | "version": "4.1.0", |
5 | | - "packageManager": "pnpm@9.5.0", |
| 5 | + "packageManager": "pnpm@9.6.0", |
6 | 6 | "description": "Vue Components for Global Brain Design System.", |
7 | 7 | "author": "Kia Ishii <[email protected]>", |
8 | 8 | "license": "MIT", |
|
43 | 43 | "release": "release-it" |
44 | 44 | }, |
45 | 45 | "peerDependencies": { |
46 | | - "@iconify-json/ph": "^1.1.13", |
47 | | - "@iconify-json/ri": "^1.1.21", |
| 46 | + "@iconify-json/ph": "^1.1.14", |
| 47 | + "@iconify-json/ri": "^1.1.22", |
48 | 48 | "@types/body-scroll-lock": "^3.1.2", |
49 | 49 | "@types/lodash-es": "^4.17.12", |
50 | | - "@types/markdown-it": "^14.1.1", |
51 | | - "@vue/reactivity": "^3.4.33", |
| 50 | + "@types/markdown-it": "^14.1.2", |
| 51 | + "@vue/reactivity": "^3.4.36", |
52 | 52 | "@vuelidate/core": "^2.0.3", |
53 | 53 | "@vuelidate/validators": "^2.0.4", |
54 | 54 | "@vueuse/core": "^10.11.0", |
|
58 | 58 | "lodash-es": "^4.17.21", |
59 | 59 | "markdown-it": "^14.1.0", |
60 | 60 | "normalize.css": "^8.0.1", |
61 | | - "pinia": "^2.1.7", |
62 | | - "postcss": "^8.4.39", |
| 61 | + "pinia": "^2.2.1", |
| 62 | + "postcss": "^8.4.41", |
63 | 63 | "postcss-nested": "^6.2.0", |
64 | 64 | "v-calendar": "^3.1.2", |
65 | | - "vue": "^3.4.33", |
66 | | - "vue-router": "^4.4.0" |
| 65 | + "vue": "^3.4.36", |
| 66 | + "vue-router": "^4.4.2" |
67 | 67 | }, |
68 | 68 | "dependencies": { |
69 | | - "@sentry/browser": "^8.19.0", |
| 69 | + "@sentry/browser": "^8.24.0", |
70 | 70 | "@tanstack/vue-virtual": "3.0.0-beta.62", |
71 | 71 | "@tinyhttp/content-disposition": "^2.2.1", |
72 | 72 | "@tinyhttp/cookie": "^2.1.1", |
73 | 73 | "@types/file-saver": "^2.0.7", |
74 | 74 | "@types/qs": "^6.9.15", |
75 | 75 | "file-saver": "^2.0.5", |
76 | 76 | "ofetch": "^1.3.4", |
77 | | - "qs": "^6.12.3", |
78 | | - "unplugin-icons": "npm:@globalbrain/unplugin-icons@^0.19.1" |
| 77 | + "qs": "^6.13.0", |
| 78 | + "unplugin-icons": "^0.19.1" |
79 | 79 | }, |
80 | 80 | "devDependencies": { |
81 | 81 | "@globalbrain/eslint-config": "^1.6.0", |
82 | 82 | "@histoire/plugin-vue": "0.16.5", |
83 | | - "@iconify-json/ph": "^1.1.13", |
84 | | - "@iconify-json/ri": "^1.1.21", |
| 83 | + "@iconify-json/ph": "^1.1.14", |
| 84 | + "@iconify-json/ri": "^1.1.22", |
85 | 85 | "@release-it/conventional-changelog": "^8.0.1", |
86 | 86 | "@types/body-scroll-lock": "^3.1.2", |
87 | 87 | "@types/lodash-es": "^4.17.12", |
88 | | - "@types/markdown-it": "^14.1.1", |
89 | | - "@types/node": "^20.14.11", |
90 | | - "@vitejs/plugin-vue": "^5.0.5", |
91 | | - "@vitest/coverage-v8": "^2.0.3", |
92 | | - "@vue/reactivity": "^3.4.33", |
| 88 | + "@types/markdown-it": "^14.1.2", |
| 89 | + "@types/node": "^22.1.0", |
| 90 | + "@vitejs/plugin-vue": "^5.1.2", |
| 91 | + "@vitest/coverage-v8": "^2.0.5", |
| 92 | + "@vue/reactivity": "^3.4.36", |
93 | 93 | "@vue/test-utils": "^2.4.6", |
94 | 94 | "@vuelidate/core": "^2.0.3", |
95 | 95 | "@vuelidate/validators": "^2.0.4", |
|
103 | 103 | "lodash-es": "^4.17.21", |
104 | 104 | "markdown-it": "^14.1.0", |
105 | 105 | "normalize.css": "^8.0.1", |
106 | | - "pinia": "^2.1.7", |
107 | | - "postcss": "^8.4.39", |
| 106 | + "pinia": "^2.2.1", |
| 107 | + "postcss": "^8.4.41", |
108 | 108 | "postcss-nested": "^6.2.0", |
109 | 109 | "punycode": "^2.3.1", |
110 | 110 | "release-it": "^17.6.0", |
111 | | - "typescript": "~5.5.3", |
| 111 | + "typescript": "~5.5.4", |
112 | 112 | "v-calendar": "^3.1.2", |
113 | | - "vite": "^5.3.4", |
114 | | - "vitepress": "^1.3.1", |
115 | | - "vitest": "^2.0.3", |
116 | | - "vue": "^3.4.33", |
117 | | - "vue-router": "^4.4.0", |
118 | | - "vue-tsc": "^2.0.26" |
| 113 | + "vite": "^5.3.5", |
| 114 | + "vitepress": "^1.3.2", |
| 115 | + "vitest": "^2.0.5", |
| 116 | + "vue": "^3.4.36", |
| 117 | + "vue-router": "^4.4.2", |
| 118 | + "vue-tsc": "^2.0.29" |
119 | 119 | } |
120 | 120 | } |
0 commit comments