Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Sep 3, 2022
1 parent cebdd55 commit 2be9e10
Show file tree
Hide file tree
Showing 16 changed files with 312 additions and 288 deletions.
16 changes: 8 additions & 8 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
"preact": "^10.10.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"solid-js": "^1.5.1",
"vue": "^3.2.37"
"solid-js": "^1.5.4",
"vue": "^3.2.38"
},
"devDependencies": {
"@astrojs/mdx": "^0.10.2",
"@astrojs/mdx": "^0.11.1",
"@astrojs/preact": "^1.0.2",
"@astrojs/react": "^1.0.0",
"@astrojs/solid-js": "^1.0.0",
"@astrojs/react": "^1.1.1",
"@astrojs/solid-js": "^1.1.0",
"@astrojs/svelte": "^1.0.0",
"@astrojs/vue": "^1.0.0",
"@whyframe/astro": "workspace:*",
"@whyframe/core": "workspace:*",
"@whyframe/jsx": "workspace:*",
"@whyframe/svelte": "workspace:*",
"@whyframe/vue": "workspace:*",
"astro": "^1.0.9",
"astro": "^1.1.5",
"preact-render-to-string": "^5.2.2",
"shiki": "^0.11.1",
"svelte": "^3.49.0",
"vite-plugin-inspect": "^0.6.0"
"svelte": "^3.50.0",
"vite-plugin-inspect": "^0.6.1"
}
}
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,11 @@
},
"devDependencies": {
"prettier": "^2.7.1",
"prettier-plugin-astro": "^0.5.3",
"prettier-plugin-astro": "^0.5.4",
"prettier-plugin-svelte": "^2.7.0",
"svelte": "^3.49.0"
"svelte": "^3.50.0"
},
"pnpm": {
"overrides": {
"vitepress>@vitejs/plugin-vue": "^3.0.0",
"vitepress>vite": "^3.0.0"
},
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@astrojs/compiler": "^0.23.4",
"estree-walker": "^3.0.1",
"magic-string": "^0.26.2"
"magic-string": "^0.26.3"
},
"devDependencies": {
"@whyframe/core": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@babel/parser": "^7.18.13",
"estree-walker": "^3.0.1",
"magic-string": "^0.26.2"
"magic-string": "^0.26.3"
},
"devDependencies": {
"@whyframe/core": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"vite": "^3.0.0"
},
"dependencies": {
"magic-string": "^0.26.2",
"svelte": "^3.49.0"
"magic-string": "^0.26.3",
"svelte": "^3.50.0"
},
"devDependencies": {
"@whyframe/core": "workspace:^",
"svelte": "^3.49.0",
"svelte": "^3.50.0",
"vite": "^3.0.9"
}
}
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"vite": "^3.0.0"
},
"dependencies": {
"@vue/compiler-dom": "^3.2.37",
"magic-string": "^0.26.2"
"@vue/compiler-dom": "^3.2.38",
"magic-string": "^0.26.3"
},
"devDependencies": {
"@whyframe/core": "workspace:^",
Expand Down
14 changes: 7 additions & 7 deletions playground/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
"preact": "^10.10.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"solid-js": "^1.5.1",
"vue": "^3.2.37"
"solid-js": "^1.5.4",
"vue": "^3.2.38"
},
"devDependencies": {
"@astrojs/preact": "^1.0.2",
"@astrojs/react": "^1.0.0",
"@astrojs/solid-js": "^1.0.0",
"@astrojs/react": "^1.1.1",
"@astrojs/solid-js": "^1.1.0",
"@astrojs/svelte": "^1.0.0",
"@astrojs/vue": "^1.0.0",
"@whyframe/astro": "workspace:*",
"@whyframe/core": "workspace:*",
"@whyframe/jsx": "workspace:*",
"@whyframe/svelte": "workspace:*",
"@whyframe/vue": "workspace:*",
"astro": "^1.0.9",
"astro": "^1.1.5",
"preact-render-to-string": "^5.2.2",
"svelte": "^3.49.0",
"vite-plugin-inspect": "^0.6.0"
"svelte": "^3.50.0",
"vite-plugin-inspect": "^0.6.1"
}
}
4 changes: 2 additions & 2 deletions playground/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"preview": "nuxt preview"
},
"dependencies": {
"vue": "^3.2.37"
"vue": "^3.2.38"
},
"devDependencies": {
"@whyframe/core": "workspace:*",
"@whyframe/vue": "workspace:*",
"node-fetch-native": "^0.1.4",
"nuxt": "3.0.0-rc.8",
"ufo": "^0.8.5",
"vite-plugin-inspect": "^0.6.0"
"vite-plugin-inspect": "^0.6.1"
}
}
4 changes: 2 additions & 2 deletions playground/svelte-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@sveltejs/kit": "^1.0.0-next.443",
"@whyframe/core": "workspace:*",
"@whyframe/svelte": "workspace:*",
"svelte": "^3.49.0",
"svelte": "^3.50.0",
"vite": "^3.0.9",
"vite-plugin-inspect": "^0.6.0"
"vite-plugin-inspect": "^0.6.1"
}
}
2 changes: 1 addition & 1 deletion playground/vite-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@whyframe/core": "workspace:*",
"@whyframe/jsx": "workspace:*",
"vite": "^3.0.9",
"vite-plugin-inspect": "^0.6.0"
"vite-plugin-inspect": "^0.6.1"
}
}
2 changes: 1 addition & 1 deletion playground/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@whyframe/core": "workspace:*",
"@whyframe/jsx": "workspace:*",
"vite": "^3.0.9",
"vite-plugin-inspect": "^0.6.0"
"vite-plugin-inspect": "^0.6.1"
}
}
6 changes: 3 additions & 3 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.5.1"
"solid-js": "^1.5.4"
},
"devDependencies": {
"@whyframe/core": "workspace:*",
"@whyframe/jsx": "workspace:*",
"babel-preset-solid": "^1.5.1",
"babel-preset-solid": "^1.5.4",
"vite": "^3.0.9",
"vite-plugin-inspect": "^0.6.0",
"vite-plugin-inspect": "^0.6.1",
"vite-plugin-solid": "^2.3.0"
}
}
6 changes: 3 additions & 3 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": "^1.0.2",
"@sveltejs/vite-plugin-svelte": "^1.0.4",
"@whyframe/core": "workspace:*",
"@whyframe/svelte": "workspace:*",
"svelte": "^3.49.0",
"svelte": "^3.50.0",
"vite": "^3.0.9",
"vite-plugin-inspect": "^0.6.0"
"vite-plugin-inspect": "^0.6.1"
}
}
4 changes: 2 additions & 2 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.2.37"
"vue": "^3.2.38"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.3",
"@whyframe/core": "workspace:*",
"@whyframe/vue": "workspace:*",
"vite": "^3.0.9",
"vite-plugin-inspect": "^0.6.0"
"vite-plugin-inspect": "^0.6.1"
}
}
6 changes: 3 additions & 3 deletions playground/vitepress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"preview": "vitepress serve"
},
"dependencies": {
"vue": "^3.2.37"
"vue": "^3.2.38"
},
"devDependencies": {
"@whyframe/core": "workspace:*",
"@whyframe/vue": "workspace:*",
"vite": "^3.0.9",
"vite-plugin-inspect": "^0.6.0",
"vitepress": "^1.0.0-alpha.11"
"vite-plugin-inspect": "^0.6.1",
"vitepress": "^1.0.0-alpha.13"
}
}
Loading

0 comments on commit 2be9e10

Please sign in to comment.