Skip to content

Commit b2af762

Browse files
committed
chore: bump
1 parent 7d4382d commit b2af762

3 files changed

Lines changed: 329 additions & 213 deletions

File tree

package.json

Lines changed: 13 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "neko-astro-blog",
33
"type": "module",
4-
"version": "2.26.5",
4+
"version": "2.26.6",
55
"private": true,
66
"engines": {
77
"node": ">=20"
@@ -31,15 +31,15 @@
3131
"dependencies": {
3232
"7.css": "^0.21.1",
3333
"98.css": "^0.1.21",
34-
"@astrojs/markdown-remark": "7.1.1",
35-
"@astrojs/mdx": "5.0.4",
36-
"@astrojs/prism": "4.0.1",
37-
"@astrojs/react": "^5.0.4",
38-
"@astrojs/sitemap": "^3.7.2",
39-
"@astrojs/svelte": "^8.1.0",
34+
"@astrojs/markdown-remark": "7.2.0",
35+
"@astrojs/mdx": "6.0.2",
36+
"@astrojs/prism": "4.0.2",
37+
"@astrojs/react": "^5.0.7",
38+
"@astrojs/sitemap": "^3.7.3",
39+
"@astrojs/svelte": "^8.1.2",
4040
"@builder.io/qwik": "^1.19.2",
41-
"@carbon/icons-react": "^11.80.0",
42-
"@carbon/react": "^1.107.0",
41+
"@carbon/icons-react": "^11.82.0",
42+
"@carbon/react": "^1.109.0",
4343
"@flla/qwik-lottie": "^0.2.0",
4444
"@fontsource/architects-daughter": "^5.2.7",
4545
"@fontsource/ibm-plex-mono": "^5.2.7",
@@ -54,7 +54,7 @@
5454
"@shikijs/twoslash": "^4.0.2",
5555
"@types/react": "^19.2.14",
5656
"@types/react-dom": "^19.2.3",
57-
"astro": "6.3.0",
57+
"astro": "6.4.4",
5858
"astro-remote": "^0.3.4",
5959
"astro-typst": "0.12.3",
6060
"bilibili-bv-av-convert": "^1.0.0",
@@ -105,15 +105,15 @@
105105
},
106106
"devDependencies": {
107107
"@biomejs/biome": "^2.4.14",
108-
"@iconify/json": "^2.2.470",
108+
"@iconify/json": "^2.2.483",
109109
"@iconify/utils": "^3.1.3",
110110
"@types/hast": "^3.0.4",
111111
"@types/jsdom": "^28.0.1",
112112
"@types/markdown-it": "^14.1.2",
113113
"@types/mdast": "^4.0.4",
114114
"@types/node": "^25.6.0",
115-
"@unocss/astro": "^66.6.8",
116-
"@unocss/preset-icons": "^66.6.8",
115+
"@unocss/astro": "^66.7.0",
116+
"@unocss/preset-icons": "^66.7.0",
117117
"@unocss/transformer-directives": "^66.6.8",
118118
"npm-check-updates": "^22.1.1",
119119
"rehype-pretty-code": "^0.14.3",
@@ -130,36 +130,5 @@
130130
"twoslash": "^0.3.8",
131131
"typescript": "^6.0.3",
132132
"unocss": "^66.6.8"
133-
},
134-
"pnpm": {
135-
"onlyBuiltDependencies": [
136-
"@biomejs/biome",
137-
"@carbon/colors",
138-
"@carbon/feature-flags",
139-
"@carbon/grid",
140-
"@carbon/icon-helpers",
141-
"@carbon/icons-react",
142-
"@carbon/layout",
143-
"@carbon/motion",
144-
"@carbon/react",
145-
"@carbon/styles",
146-
"@carbon/themes",
147-
"@carbon/type",
148-
"@carbon/utilities",
149-
"@ibm/plex-mono",
150-
"@ibm/plex-sans",
151-
"@ibm/plex-sans-arabic",
152-
"@ibm/plex-sans-devanagari",
153-
"@ibm/plex-sans-hebrew",
154-
"@ibm/plex-sans-thai",
155-
"@ibm/plex-sans-thai-looped",
156-
"@ibm/plex-serif",
157-
"@parcel/watcher",
158-
"esbuild",
159-
"sharp"
160-
]
161-
},
162-
"volta": {
163-
"node": "22.15.0"
164133
}
165134
}

0 commit comments

Comments
 (0)