Skip to content

Commit 9f22fc3

Browse files
committed
Update non-breaking dependencies
1 parent 847a277 commit 9f22fc3

File tree

22 files changed

+7881
-5483
lines changed

22 files changed

+7881
-5483
lines changed

docs/package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@
88
"preview": "astro preview"
99
},
1010
"dependencies": {
11-
"preact": "^10.20.1",
12-
"react": "^18.2.0",
13-
"react-dom": "^18.2.0",
14-
"solid-js": "^1.8.16",
15-
"vue": "^3.4.21"
11+
"preact": "^10.25.4",
12+
"react": "^18.3.1",
13+
"react-dom": "^18.3.1",
14+
"solid-js": "^1.9.4",
15+
"vue": "^3.5.13"
1616
},
1717
"devDependencies": {
1818
"@astrojs/mdx": "^0.19.7",
1919
"@astrojs/preact": "^2.2.2",
20-
"@astrojs/react": "^2.2.1",
21-
"@astrojs/solid-js": "^2.2.0",
22-
"@astrojs/svelte": "^3.1.0",
20+
"@astrojs/react": "^2.3.2",
21+
"@astrojs/solid-js": "^2.2.1",
22+
"@astrojs/svelte": "^3.1.1",
2323
"@astrojs/vue": "^2.2.1",
24-
"@types/react": "^18.2.73",
25-
"@types/react-dom": "^18.2.23",
24+
"@types/react": "^18.3.18",
25+
"@types/react-dom": "^18.3.5",
2626
"@whyframe/astro": "workspace:*",
2727
"@whyframe/core": "workspace:*",
2828
"@whyframe/jsx": "workspace:*",
2929
"@whyframe/svelte": "workspace:*",
3030
"@whyframe/vue": "workspace:*",
31-
"astro": "^2.10.4",
31+
"astro": "^2.10.15",
3232
"rehype-autolink-headings": "^6.1.1",
3333
"rehype-slug": "^5.1.0",
34-
"shiki": "^0.14.3",
35-
"svelte": "^4.2.12",
34+
"shiki": "^0.14.7",
35+
"svelte": "^4.2.19",
3636
"vite-plugin-cloudflare-redirect": "^0.1.2",
37-
"vite-plugin-inspect": "^0.8.3"
37+
"vite-plugin-inspect": "^0.8.9"
3838
}
3939
}

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"format": "prettier \"**/*.{js,ts,jsx,css,md,vue,svelte,astro}\" --write --cache"
1414
},
1515
"devDependencies": {
16-
"prettier": "^3.2.5",
16+
"prettier": "^3.4.2",
1717
"prettier-plugin-astro": "^0.13.0",
18-
"prettier-plugin-svelte": "^3.0.3",
19-
"svelte": "^4.2.12",
18+
"prettier-plugin-svelte": "^3.3.3",
19+
"svelte": "^4.2.19",
2020
"uvu": "^0.5.6"
2121
},
2222
"packageManager": "[email protected]",

packages/astro/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0"
3636
},
3737
"dependencies": {
38-
"@astrojs/compiler": "^1.3.0",
38+
"@astrojs/compiler": "^1.8.2",
3939
"estree-walker": "^3.0.3",
40-
"magic-string": "^0.30.8"
40+
"magic-string": "^0.30.17"
4141
},
4242
"devDependencies": {
4343
"@whyframe/core": "workspace:*",
44-
"vite": "^5.2.7"
44+
"vite": "^5.4.14"
4545
}
4646
}

packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
}
6161
},
6262
"devDependencies": {
63-
"vite": "^5.2.7",
64-
"webpack": "^5.77.0"
63+
"vite": "^5.4.14",
64+
"webpack": "^5.97.1"
6565
}
6666
}

packages/jsx/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,16 @@
5858
}
5959
},
6060
"dependencies": {
61-
"@babel/parser": "^7.21.4",
62-
"@babel/types": "^7.21.4",
61+
"@babel/parser": "^7.26.8",
62+
"@babel/types": "^7.26.8",
6363
"estree-walker": "^3.0.3",
64-
"magic-string": "^0.30.8"
64+
"magic-string": "^0.30.17"
6565
},
6666
"devDependencies": {
67-
"@docusaurus/types": "^2.4.0",
67+
"@docusaurus/types": "^2.4.3",
6868
"@whyframe/core": "workspace:*",
6969
"uvu": "^0.5.6",
70-
"vite": "^5.2.7",
71-
"webpack": "^5.77.0"
70+
"vite": "^5.4.14",
71+
"webpack": "^5.97.1"
7272
}
7373
}

packages/svelte/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343
},
4444
"dependencies": {
4545
"estree-walker": "^3.0.3",
46-
"magic-string": "^0.30.8",
47-
"svelte": "^4.2.12",
48-
"svelte-parse-markup": "^0.1.2"
46+
"magic-string": "^0.30.17",
47+
"svelte": "^4.2.19",
48+
"svelte-parse-markup": "^0.1.5"
4949
},
5050
"devDependencies": {
5151
"@whyframe/core": "workspace:*",
5252
"svelte": "^3.54.0",
5353
"uvu": "^0.5.6",
54-
"vite": "^5.2.7"
54+
"vite": "^5.4.14"
5555
}
5656
}

packages/vue/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0"
3939
},
4040
"dependencies": {
41-
"@vue/compiler-dom": "^3.4.21",
42-
"magic-string": "^0.30.8"
41+
"@vue/compiler-dom": "^3.5.13",
42+
"magic-string": "^0.30.17"
4343
},
4444
"devDependencies": {
4545
"@whyframe/core": "workspace:*",
4646
"uvu": "^0.5.6",
47-
"vite": "^5.2.7",
48-
"vue": "^3.4.21"
47+
"vite": "^5.4.14",
48+
"vue": "^3.5.13"
4949
}
5050
}

playground/astro/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,27 @@
88
"preview": "astro preview"
99
},
1010
"dependencies": {
11-
"preact": "^10.20.1",
12-
"react": "^18.2.0",
13-
"react-dom": "^18.2.0",
14-
"solid-js": "^1.8.16",
15-
"vue": "^3.4.21"
11+
"preact": "^10.25.4",
12+
"react": "^18.3.1",
13+
"react-dom": "^18.3.1",
14+
"solid-js": "^1.9.4",
15+
"vue": "^3.5.13"
1616
},
1717
"devDependencies": {
1818
"@astrojs/preact": "^2.2.2",
19-
"@astrojs/react": "^2.2.1",
20-
"@astrojs/solid-js": "^2.2.0",
21-
"@astrojs/svelte": "^3.1.0",
19+
"@astrojs/react": "^2.3.2",
20+
"@astrojs/solid-js": "^2.2.1",
21+
"@astrojs/svelte": "^3.1.1",
2222
"@astrojs/vue": "^2.2.1",
23-
"@types/react": "^18.2.73",
24-
"@types/react-dom": "^18.2.23",
23+
"@types/react": "^18.3.18",
24+
"@types/react-dom": "^18.3.5",
2525
"@whyframe/astro": "workspace:*",
2626
"@whyframe/core": "workspace:*",
2727
"@whyframe/jsx": "workspace:*",
2828
"@whyframe/svelte": "workspace:*",
2929
"@whyframe/vue": "workspace:*",
30-
"astro": "^2.10.4",
31-
"svelte": "^4.2.12",
32-
"vite-plugin-inspect": "^0.8.3"
30+
"astro": "^2.10.15",
31+
"svelte": "^4.2.19",
32+
"vite-plugin-inspect": "^0.8.9"
3333
}
3434
}

playground/docusaurus/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@
1616
"write-heading-ids": "docusaurus write-heading-ids"
1717
},
1818
"dependencies": {
19-
"@docusaurus/core": "^2.4.0",
20-
"@docusaurus/preset-classic": "^2.4.0",
19+
"@docusaurus/core": "^2.4.3",
20+
"@docusaurus/preset-classic": "^2.4.3",
2121
"@mdx-js/react": "^1.6.22",
22-
"clsx": "^2.1.0",
22+
"clsx": "^2.1.1",
2323
"prism-react-renderer": "^1.3.5",
2424
"react": "^17.0.2",
2525
"react-dom": "^17.0.2"
2626
},
2727
"devDependencies": {
28-
"@docusaurus/module-type-aliases": "^2.4.0",
29-
"@docusaurus/plugin-content-docs": "^2.4.0",
30-
"@docusaurus/types": "^2.4.0",
31-
"@whyframe/core": "^0.1.9",
32-
"@whyframe/jsx": "^0.1.8"
28+
"@docusaurus/module-type-aliases": "^2.4.3",
29+
"@docusaurus/plugin-content-docs": "^2.4.3",
30+
"@docusaurus/types": "^2.4.3",
31+
"@whyframe/core": "workspace:*",
32+
"@whyframe/jsx": "workspace:*"
3333
},
3434
"browserslist": {
3535
"production": [

playground/next/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"preview": "next start"
1010
},
1111
"dependencies": {
12-
"react": "^18.2.0",
13-
"react-dom": "^18.2.0"
12+
"react": "^18.3.1",
13+
"react-dom": "^18.3.1"
1414
},
1515
"devDependencies": {
16-
"@whyframe/core": "^0.1.9",
17-
"@whyframe/jsx": "^0.1.8",
18-
"next": "^13.2.4"
16+
"@whyframe/core": "workspace:*",
17+
"@whyframe/jsx": "workspace:*",
18+
"next": "^13.5.8"
1919
}
2020
}

playground/nuxt/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"preview": "nuxt preview"
1010
},
1111
"dependencies": {
12-
"vue": "^3.4.21"
12+
"vue": "^3.5.13"
1313
},
1414
"devDependencies": {
15-
"@types/node": "^18.15.11",
16-
"@unhead/vue": "^1.1.25",
17-
"@whyframe/core": "^0.1.9",
18-
"@whyframe/vue": "^0.1.5",
19-
"node-fetch-native": "^1.0.2",
20-
"nuxt": "^3.3.2",
21-
"ufo": "^1.1.1",
22-
"vue-router": "^4.1.6"
15+
"@types/node": "^18.19.75",
16+
"@unhead/vue": "^1.11.18",
17+
"@whyframe/core": "workspace:*",
18+
"@whyframe/vue": "workspace:*",
19+
"node-fetch-native": "^1.6.6",
20+
"nuxt": "^3.15.4",
21+
"ufo": "^1.5.4",
22+
"vue-router": "^4.5.0"
2323
}
2424
}

playground/sveltekit/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"preview": "vite preview"
99
},
1010
"devDependencies": {
11-
"@sveltejs/adapter-auto": "^3.2.0",
12-
"@sveltejs/kit": "^2.5.5",
13-
"@sveltejs/vite-plugin-svelte": "^3.0.2",
14-
"@whyframe/core": "^0.1.9",
15-
"@whyframe/svelte": "^0.1.5",
16-
"mdsvex": "^0.11.0",
17-
"svelte": "^4.2.12",
18-
"vite": "^5.2.7",
19-
"vite-plugin-inspect": "^0.8.3"
11+
"@sveltejs/adapter-auto": "^3.3.1",
12+
"@sveltejs/kit": "^2.17.1",
13+
"@sveltejs/vite-plugin-svelte": "^3.1.2",
14+
"@whyframe/core": "workspace:*",
15+
"@whyframe/svelte": "workspace:*",
16+
"mdsvex": "^0.11.2",
17+
"svelte": "^4.2.19",
18+
"vite": "^5.4.14",
19+
"vite-plugin-inspect": "^0.8.9"
2020
}
2121
}

playground/vite-preact/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"preact": "^10.20.1"
11+
"preact": "^10.25.4"
1212
},
1313
"devDependencies": {
14-
"@preact/preset-vite": "^2.8.2",
15-
"@whyframe/core": "^0.1.9",
16-
"@whyframe/jsx": "^0.1.8",
17-
"vite": "^5.2.7",
18-
"vite-plugin-inspect": "^0.8.3"
14+
"@preact/preset-vite": "^2.10.1",
15+
"@whyframe/core": "workspace:*",
16+
"@whyframe/jsx": "workspace:*",
17+
"vite": "^5.4.14",
18+
"vite-plugin-inspect": "^0.8.9"
1919
}
2020
}

playground/vite-react/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"react": "^18.2.0",
12-
"react-dom": "^18.2.0"
11+
"react": "^18.3.1",
12+
"react-dom": "^18.3.1"
1313
},
1414
"devDependencies": {
15-
"@vitejs/plugin-react": "^4.2.1",
16-
"@whyframe/core": "^0.1.9",
17-
"@whyframe/jsx": "^0.1.8",
18-
"vite": "^5.2.7",
19-
"vite-plugin-inspect": "^0.8.3"
15+
"@vitejs/plugin-react": "^4.3.4",
16+
"@whyframe/core": "workspace:*",
17+
"@whyframe/jsx": "workspace:*",
18+
"vite": "^5.4.14",
19+
"vite-plugin-inspect": "^0.8.9"
2020
}
2121
}

playground/vite-solid/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"solid-js": "^1.8.16"
11+
"solid-js": "^1.9.4"
1212
},
1313
"devDependencies": {
14-
"@whyframe/core": "^0.1.9",
15-
"@whyframe/jsx": "^0.1.8",
16-
"babel-preset-solid": "^1.7.1",
17-
"vite": "^5.2.7",
18-
"vite-plugin-inspect": "^0.8.3",
19-
"vite-plugin-solid": "^2.10.2"
14+
"@whyframe/core": "workspace:*",
15+
"@whyframe/jsx": "workspace:*",
16+
"babel-preset-solid": "^1.9.3",
17+
"vite": "^5.4.14",
18+
"vite-plugin-inspect": "^0.8.9",
19+
"vite-plugin-solid": "^2.11.1"
2020
}
2121
}

playground/vite-svelte/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"preview": "vite preview"
99
},
1010
"devDependencies": {
11-
"@sveltejs/vite-plugin-svelte": "^3.0.2",
12-
"@whyframe/core": "^0.1.9",
13-
"@whyframe/svelte": "^0.1.5",
14-
"svelte": "^4.2.12",
15-
"vite": "^5.2.7",
16-
"vite-plugin-inspect": "^0.8.3"
11+
"@sveltejs/vite-plugin-svelte": "^3.1.2",
12+
"@whyframe/core": "workspace:*",
13+
"@whyframe/svelte": "workspace:*",
14+
"svelte": "^4.2.19",
15+
"vite": "^5.4.14",
16+
"vite-plugin-inspect": "^0.8.9"
1717
}
1818
}

playground/vite-vue/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"vue": "^3.4.21"
11+
"vue": "^3.5.13"
1212
},
1313
"devDependencies": {
14-
"@vitejs/plugin-vue": "^5.0.4",
15-
"@whyframe/core": "^0.1.9",
16-
"@whyframe/vue": "^0.1.5",
17-
"vite": "^5.2.7",
18-
"vite-plugin-inspect": "^0.8.3"
14+
"@vitejs/plugin-vue": "^5.2.1",
15+
"@whyframe/core": "workspace:*",
16+
"@whyframe/vue": "workspace:*",
17+
"vite": "^5.4.14",
18+
"vite-plugin-inspect": "^0.8.9"
1919
}
2020
}

0 commit comments

Comments
 (0)