Skip to content

Commit

Permalink
Update non-breaking dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Feb 9, 2025
1 parent 847a277 commit 9f22fc3
Show file tree
Hide file tree
Showing 22 changed files with 7,881 additions and 5,483 deletions.
28 changes: 14 additions & 14 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
"preview": "astro preview"
},
"dependencies": {
"preact": "^10.20.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"solid-js": "^1.8.16",
"vue": "^3.4.21"
"preact": "^10.25.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.9.4",
"vue": "^3.5.13"
},
"devDependencies": {
"@astrojs/mdx": "^0.19.7",
"@astrojs/preact": "^2.2.2",
"@astrojs/react": "^2.2.1",
"@astrojs/solid-js": "^2.2.0",
"@astrojs/svelte": "^3.1.0",
"@astrojs/react": "^2.3.2",
"@astrojs/solid-js": "^2.2.1",
"@astrojs/svelte": "^3.1.1",
"@astrojs/vue": "^2.2.1",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@whyframe/astro": "workspace:*",
"@whyframe/core": "workspace:*",
"@whyframe/jsx": "workspace:*",
"@whyframe/svelte": "workspace:*",
"@whyframe/vue": "workspace:*",
"astro": "^2.10.4",
"astro": "^2.10.15",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"shiki": "^0.14.3",
"svelte": "^4.2.12",
"shiki": "^0.14.7",
"svelte": "^4.2.19",
"vite-plugin-cloudflare-redirect": "^0.1.2",
"vite-plugin-inspect": "^0.8.3"
"vite-plugin-inspect": "^0.8.9"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"format": "prettier \"**/*.{js,ts,jsx,css,md,vue,svelte,astro}\" --write --cache"
},
"devDependencies": {
"prettier": "^3.2.5",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-svelte": "^3.0.3",
"svelte": "^4.2.12",
"prettier-plugin-svelte": "^3.3.3",
"svelte": "^4.2.19",
"uvu": "^0.5.6"
},
"packageManager": "pnpm@10.2.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0"
},
"dependencies": {
"@astrojs/compiler": "^1.3.0",
"@astrojs/compiler": "^1.8.2",
"estree-walker": "^3.0.3",
"magic-string": "^0.30.8"
"magic-string": "^0.30.17"
},
"devDependencies": {
"@whyframe/core": "workspace:*",
"vite": "^5.2.7"
"vite": "^5.4.14"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}
},
"devDependencies": {
"vite": "^5.2.7",
"webpack": "^5.77.0"
"vite": "^5.4.14",
"webpack": "^5.97.1"
}
}
12 changes: 6 additions & 6 deletions packages/jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@
}
},
"dependencies": {
"@babel/parser": "^7.21.4",
"@babel/types": "^7.21.4",
"@babel/parser": "^7.26.8",
"@babel/types": "^7.26.8",
"estree-walker": "^3.0.3",
"magic-string": "^0.30.8"
"magic-string": "^0.30.17"
},
"devDependencies": {
"@docusaurus/types": "^2.4.0",
"@docusaurus/types": "^2.4.3",
"@whyframe/core": "workspace:*",
"uvu": "^0.5.6",
"vite": "^5.2.7",
"webpack": "^5.77.0"
"vite": "^5.4.14",
"webpack": "^5.97.1"
}
}
8 changes: 4 additions & 4 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
},
"dependencies": {
"estree-walker": "^3.0.3",
"magic-string": "^0.30.8",
"svelte": "^4.2.12",
"svelte-parse-markup": "^0.1.2"
"magic-string": "^0.30.17",
"svelte": "^4.2.19",
"svelte-parse-markup": "^0.1.5"
},
"devDependencies": {
"@whyframe/core": "workspace:*",
"svelte": "^3.54.0",
"uvu": "^0.5.6",
"vite": "^5.2.7"
"vite": "^5.4.14"
}
}
8 changes: 4 additions & 4 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0"
},
"dependencies": {
"@vue/compiler-dom": "^3.4.21",
"magic-string": "^0.30.8"
"@vue/compiler-dom": "^3.5.13",
"magic-string": "^0.30.17"
},
"devDependencies": {
"@whyframe/core": "workspace:*",
"uvu": "^0.5.6",
"vite": "^5.2.7",
"vue": "^3.4.21"
"vite": "^5.4.14",
"vue": "^3.5.13"
}
}
26 changes: 13 additions & 13 deletions playground/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,27 @@
"preview": "astro preview"
},
"dependencies": {
"preact": "^10.20.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"solid-js": "^1.8.16",
"vue": "^3.4.21"
"preact": "^10.25.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"solid-js": "^1.9.4",
"vue": "^3.5.13"
},
"devDependencies": {
"@astrojs/preact": "^2.2.2",
"@astrojs/react": "^2.2.1",
"@astrojs/solid-js": "^2.2.0",
"@astrojs/svelte": "^3.1.0",
"@astrojs/react": "^2.3.2",
"@astrojs/solid-js": "^2.2.1",
"@astrojs/svelte": "^3.1.1",
"@astrojs/vue": "^2.2.1",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@whyframe/astro": "workspace:*",
"@whyframe/core": "workspace:*",
"@whyframe/jsx": "workspace:*",
"@whyframe/svelte": "workspace:*",
"@whyframe/vue": "workspace:*",
"astro": "^2.10.4",
"svelte": "^4.2.12",
"vite-plugin-inspect": "^0.8.3"
"astro": "^2.10.15",
"svelte": "^4.2.19",
"vite-plugin-inspect": "^0.8.9"
}
}
16 changes: 8 additions & 8 deletions playground/docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^2.4.0",
"@docusaurus/preset-classic": "^2.4.0",
"@docusaurus/core": "^2.4.3",
"@docusaurus/preset-classic": "^2.4.3",
"@mdx-js/react": "^1.6.22",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.4.0",
"@docusaurus/plugin-content-docs": "^2.4.0",
"@docusaurus/types": "^2.4.0",
"@whyframe/core": "^0.1.9",
"@whyframe/jsx": "^0.1.8"
"@docusaurus/module-type-aliases": "^2.4.3",
"@docusaurus/plugin-content-docs": "^2.4.3",
"@docusaurus/types": "^2.4.3",
"@whyframe/core": "workspace:*",
"@whyframe/jsx": "workspace:*"
},
"browserslist": {
"production": [
Expand Down
10 changes: 5 additions & 5 deletions playground/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"preview": "next start"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@whyframe/core": "^0.1.9",
"@whyframe/jsx": "^0.1.8",
"next": "^13.2.4"
"@whyframe/core": "workspace:*",
"@whyframe/jsx": "workspace:*",
"next": "^13.5.8"
}
}
18 changes: 9 additions & 9 deletions playground/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"preview": "nuxt preview"
},
"dependencies": {
"vue": "^3.4.21"
"vue": "^3.5.13"
},
"devDependencies": {
"@types/node": "^18.15.11",
"@unhead/vue": "^1.1.25",
"@whyframe/core": "^0.1.9",
"@whyframe/vue": "^0.1.5",
"node-fetch-native": "^1.0.2",
"nuxt": "^3.3.2",
"ufo": "^1.1.1",
"vue-router": "^4.1.6"
"@types/node": "^18.19.75",
"@unhead/vue": "^1.11.18",
"@whyframe/core": "workspace:*",
"@whyframe/vue": "workspace:*",
"node-fetch-native": "^1.6.6",
"nuxt": "^3.15.4",
"ufo": "^1.5.4",
"vue-router": "^4.5.0"
}
}
18 changes: 9 additions & 9 deletions playground/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/kit": "^2.5.5",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@whyframe/core": "^0.1.9",
"@whyframe/svelte": "^0.1.5",
"mdsvex": "^0.11.0",
"svelte": "^4.2.12",
"vite": "^5.2.7",
"vite-plugin-inspect": "^0.8.3"
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.17.1",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@whyframe/core": "workspace:*",
"@whyframe/svelte": "workspace:*",
"mdsvex": "^0.11.2",
"svelte": "^4.2.19",
"vite": "^5.4.14",
"vite-plugin-inspect": "^0.8.9"
}
}
12 changes: 6 additions & 6 deletions playground/vite-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.20.1"
"preact": "^10.25.4"
},
"devDependencies": {
"@preact/preset-vite": "^2.8.2",
"@whyframe/core": "^0.1.9",
"@whyframe/jsx": "^0.1.8",
"vite": "^5.2.7",
"vite-plugin-inspect": "^0.8.3"
"@preact/preset-vite": "^2.10.1",
"@whyframe/core": "workspace:*",
"@whyframe/jsx": "workspace:*",
"vite": "^5.4.14",
"vite-plugin-inspect": "^0.8.9"
}
}
14 changes: 7 additions & 7 deletions playground/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"preview": "vite preview"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"@whyframe/core": "^0.1.9",
"@whyframe/jsx": "^0.1.8",
"vite": "^5.2.7",
"vite-plugin-inspect": "^0.8.3"
"@vitejs/plugin-react": "^4.3.4",
"@whyframe/core": "workspace:*",
"@whyframe/jsx": "workspace:*",
"vite": "^5.4.14",
"vite-plugin-inspect": "^0.8.9"
}
}
14 changes: 7 additions & 7 deletions playground/vite-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"preview": "vite preview"
},
"dependencies": {
"solid-js": "^1.8.16"
"solid-js": "^1.9.4"
},
"devDependencies": {
"@whyframe/core": "^0.1.9",
"@whyframe/jsx": "^0.1.8",
"babel-preset-solid": "^1.7.1",
"vite": "^5.2.7",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-solid": "^2.10.2"
"@whyframe/core": "workspace:*",
"@whyframe/jsx": "workspace:*",
"babel-preset-solid": "^1.9.3",
"vite": "^5.4.14",
"vite-plugin-inspect": "^0.8.9",
"vite-plugin-solid": "^2.11.1"
}
}
12 changes: 6 additions & 6 deletions playground/vite-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@whyframe/core": "^0.1.9",
"@whyframe/svelte": "^0.1.5",
"svelte": "^4.2.12",
"vite": "^5.2.7",
"vite-plugin-inspect": "^0.8.3"
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@whyframe/core": "workspace:*",
"@whyframe/svelte": "workspace:*",
"svelte": "^4.2.19",
"vite": "^5.4.14",
"vite-plugin-inspect": "^0.8.9"
}
}
12 changes: 6 additions & 6 deletions playground/vite-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.21"
"vue": "^3.5.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@whyframe/core": "^0.1.9",
"@whyframe/vue": "^0.1.5",
"vite": "^5.2.7",
"vite-plugin-inspect": "^0.8.3"
"@vitejs/plugin-vue": "^5.2.1",
"@whyframe/core": "workspace:*",
"@whyframe/vue": "workspace:*",
"vite": "^5.4.14",
"vite-plugin-inspect": "^0.8.9"
}
}
Loading

0 comments on commit 9f22fc3

Please sign in to comment.