Skip to content

Commit

Permalink
Update docs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Aug 10, 2023
1 parent 6728226 commit 945f058
Show file tree
Hide file tree
Showing 17 changed files with 1,872 additions and 964 deletions.
32 changes: 16 additions & 16 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.13.2",
"preact": "^10.16.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"solid-js": "^1.7.1",
"vue": "^3.2.47"
"solid-js": "^1.7.10",
"vue": "^3.3.4"
},
"devDependencies": {
"@astrojs/mdx": "^0.18.2",
"@astrojs/preact": "^2.1.0",
"@astrojs/react": "^2.1.1",
"@astrojs/solid-js": "^2.1.0",
"@astrojs/svelte": "^2.1.0",
"@astrojs/vue": "^2.1.0",
"@types/react": "^18.0.32",
"@types/react-dom": "^18.0.11",
"@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/vue": "^2.2.1",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@whyframe/astro": "workspace:*",
"@whyframe/core": "workspace:*",
"@whyframe/jsx": "workspace:*",
"@whyframe/svelte": "workspace:*",
"@whyframe/vue": "workspace:*",
"astro": "^2.1.9",
"astro": "^2.10.4",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"shiki": "^0.14.1",
"svelte": "^3.58.0",
"vite-plugin-cloudflare-redirect": "^0.1.0",
"vite-plugin-inspect": "^0.7.18"
"shiki": "^0.14.3",
"svelte": "^4.1.2",
"vite-plugin-cloudflare-redirect": "^0.1.1",
"vite-plugin-inspect": "^0.7.35"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"svelte": "^3.58.0",
"uvu": "^0.5.6"
},
"packageManager": "pnpm@8.1.0",
"packageManager": "pnpm@8.6.12",
"pnpm": {
"overrides": {
"@whyframe/astro": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
},
"devDependencies": {
"@whyframe/core": "workspace:*",
"vite": "^4.4.8"
"vite": "^4.4.9"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}
},
"devDependencies": {
"vite": "^4.4.8",
"vite": "^4.4.9",
"webpack": "^5.77.0"
}
}
2 changes: 1 addition & 1 deletion packages/jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@docusaurus/types": "^2.4.0",
"@whyframe/core": "workspace:*",
"uvu": "^0.5.6",
"vite": "^4.4.8",
"vite": "^4.4.9",
"webpack": "^5.77.0"
}
}
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"@whyframe/core": "workspace:*",
"svelte": "^3.54.0",
"uvu": "^0.5.6",
"vite": "^4.4.8"
"vite": "^4.4.9"
}
}
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@whyframe/core": "workspace:*",
"uvu": "^0.5.6",
"vite": "^4.4.8",
"vite": "^4.4.9",
"vue": "^3.2.47"
}
}
36 changes: 18 additions & 18 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.13.2",
"preact": "^10.16.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"solid-js": "^1.7.1",
"vue": "^3.2.47"
"solid-js": "^1.7.10",
"vue": "^3.3.4"
},
"devDependencies": {
"@astrojs/preact": "^2.1.0",
"@astrojs/react": "^2.1.1",
"@astrojs/solid-js": "^2.1.0",
"@astrojs/svelte": "^2.1.0",
"@astrojs/vue": "^2.1.0",
"@types/react": "^18.0.32",
"@types/react-dom": "^18.0.11",
"@whyframe/astro": "^0.2.4",
"@whyframe/core": "^0.1.9",
"@whyframe/jsx": "^0.1.8",
"@whyframe/svelte": "^0.1.5",
"@whyframe/vue": "^0.1.5",
"astro": "^2.1.9",
"svelte": "^3.58.0",
"vite-plugin-inspect": "^0.7.18"
"@astrojs/preact": "^2.2.2",
"@astrojs/react": "^2.2.1",
"@astrojs/solid-js": "^2.2.0",
"@astrojs/svelte": "^3.1.0",
"@astrojs/vue": "^2.2.1",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@whyframe/astro": "workspace:*",
"@whyframe/core": "workspace:*",
"@whyframe/jsx": "workspace:*",
"@whyframe/svelte": "workspace:*",
"@whyframe/vue": "workspace:*",
"astro": "^2.10.4",
"svelte": "^4.1.2",
"vite-plugin-inspect": "^0.7.35"
}
}
2 changes: 1 addition & 1 deletion playground/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@whyframe/svelte": "^0.1.5",
"mdsvex": "^0.10.6",
"svelte": "^3.58.0",
"vite": "^4.4.8",
"vite": "^4.4.9",
"vite-plugin-inspect": "^0.7.18"
}
}
2 changes: 1 addition & 1 deletion playground/vite-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@preact/preset-vite": "^2.5.0",
"@whyframe/core": "^0.1.9",
"@whyframe/jsx": "^0.1.8",
"vite": "^4.4.8",
"vite": "^4.4.9",
"vite-plugin-inspect": "^0.7.18"
}
}
2 changes: 1 addition & 1 deletion playground/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@vitejs/plugin-react": "^3.1.0",
"@whyframe/core": "^0.1.9",
"@whyframe/jsx": "^0.1.8",
"vite": "^4.4.8",
"vite": "^4.4.9",
"vite-plugin-inspect": "^0.7.18"
}
}
2 changes: 1 addition & 1 deletion playground/vite-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@whyframe/core": "^0.1.9",
"@whyframe/jsx": "^0.1.8",
"babel-preset-solid": "^1.7.1",
"vite": "^4.4.8",
"vite": "^4.4.9",
"vite-plugin-inspect": "^0.7.18",
"vite-plugin-solid": "^2.6.1"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/vite-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@whyframe/core": "^0.1.9",
"@whyframe/svelte": "^0.1.5",
"svelte": "^3.58.0",
"vite": "^4.4.8",
"vite": "^4.4.9",
"vite-plugin-inspect": "^0.7.18"
}
}
2 changes: 1 addition & 1 deletion playground/vite-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@vitejs/plugin-vue": "^4.1.0",
"@whyframe/core": "^0.1.9",
"@whyframe/vue": "^0.1.5",
"vite": "^4.4.8",
"vite": "^4.4.9",
"vite-plugin-inspect": "^0.7.18"
}
}
2 changes: 1 addition & 1 deletion playground/vitepress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@whyframe/core": "^0.1.9",
"@whyframe/vue": "^0.1.5",
"vite": "^4.4.8",
"vite": "^4.4.9",
"vite-plugin-inspect": "^0.7.18",
"vitepress": "1.0.0-alpha.64"
}
Expand Down
Loading

0 comments on commit 945f058

Please sign in to comment.