Skip to content

Commit d2028b2

Browse files
committed
chore: bump deps, remove fork
1 parent a6c6a8b commit d2028b2

File tree

2 files changed

+714
-722
lines changed

2 files changed

+714
-722
lines changed

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@globalbrain/sefirot",
33
"type": "module",
44
"version": "4.1.0",
5-
"packageManager": "pnpm@9.5.0",
5+
"packageManager": "pnpm@9.6.0",
66
"description": "Vue Components for Global Brain Design System.",
77
"author": "Kia Ishii <[email protected]>",
88
"license": "MIT",
@@ -43,12 +43,12 @@
4343
"release": "release-it"
4444
},
4545
"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",
4848
"@types/body-scroll-lock": "^3.1.2",
4949
"@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",
5252
"@vuelidate/core": "^2.0.3",
5353
"@vuelidate/validators": "^2.0.4",
5454
"@vueuse/core": "^10.11.0",
@@ -58,38 +58,38 @@
5858
"lodash-es": "^4.17.21",
5959
"markdown-it": "^14.1.0",
6060
"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",
6363
"postcss-nested": "^6.2.0",
6464
"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"
6767
},
6868
"dependencies": {
69-
"@sentry/browser": "^8.19.0",
69+
"@sentry/browser": "^8.24.0",
7070
"@tanstack/vue-virtual": "3.0.0-beta.62",
7171
"@tinyhttp/content-disposition": "^2.2.1",
7272
"@tinyhttp/cookie": "^2.1.1",
7373
"@types/file-saver": "^2.0.7",
7474
"@types/qs": "^6.9.15",
7575
"file-saver": "^2.0.5",
7676
"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"
7979
},
8080
"devDependencies": {
8181
"@globalbrain/eslint-config": "^1.6.0",
8282
"@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",
8585
"@release-it/conventional-changelog": "^8.0.1",
8686
"@types/body-scroll-lock": "^3.1.2",
8787
"@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",
9393
"@vue/test-utils": "^2.4.6",
9494
"@vuelidate/core": "^2.0.3",
9595
"@vuelidate/validators": "^2.0.4",
@@ -103,18 +103,18 @@
103103
"lodash-es": "^4.17.21",
104104
"markdown-it": "^14.1.0",
105105
"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",
108108
"postcss-nested": "^6.2.0",
109109
"punycode": "^2.3.1",
110110
"release-it": "^17.6.0",
111-
"typescript": "~5.5.3",
111+
"typescript": "~5.5.4",
112112
"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"
119119
}
120120
}

0 commit comments

Comments
 (0)