Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Dec 8, 2022
1 parent 8eac757 commit 04e52fa
Show file tree
Hide file tree
Showing 24 changed files with 423 additions and 437 deletions.
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,28 @@
"preact": "^10.11.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"solid-js": "^1.6.2",
"solid-js": "^1.6.3",
"vue": "^3.2.45"
},
"devDependencies": {
"@astrojs/mdx": "^0.11.6",
"@astrojs/mdx": "^0.12.1",
"@astrojs/preact": "^1.2.0",
"@astrojs/react": "^1.2.2",
"@astrojs/solid-js": "^1.2.3",
"@astrojs/svelte": "^1.0.2",
"@astrojs/vue": "^1.2.1",
"@types/react": "^18.0.25",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@whyframe/astro": "workspace:*",
"@whyframe/core": "workspace:*",
"@whyframe/jsx": "workspace:*",
"@whyframe/svelte": "workspace:*",
"@whyframe/vue": "workspace:*",
"astro": "^1.6.11",
"astro": "^1.6.13",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"shiki": "^0.11.1",
"svelte": "^3.53.1",
"svelte": "^3.54.0",
"vite-plugin-cloudflare-redirect": "^0.1.0",
"vite-plugin-inspect": "^0.7.9"
}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"format": "prettier \"**/*.{js,ts,jsx,css,md,vue,svelte,astro}\" --write --cache"
},
"devDependencies": {
"prettier": "^2.8.0",
"prettier": "^2.8.1",
"prettier-plugin-astro": "^0.7.0",
"prettier-plugin-svelte": "^2.8.1",
"svelte": "^3.53.1",
"svelte": "^3.54.0",
"uvu": "^0.5.6"
},
"packageManager": "pnpm@7.14.2",
"packageManager": "pnpm@7.18.1",
"pnpm": {
"overrides": {
"@whyframe/astro": "workspace:*",
Expand Down
4 changes: 4 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Unreleased

- Bump dependencies

## 0.2.4 (2022-11-30)

- Support framework `createApp()` destroy
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"
},
"dependencies": {
"@astrojs/compiler": "^0.29.17",
"@astrojs/compiler": "^0.31.0",
"estree-walker": "^3.0.1",
"magic-string": "^0.26.7"
"magic-string": "^0.27.0"
},
"devDependencies": {
"@whyframe/core": "workspace:*",
"vite": "^3.2.4"
"vite": "^3.2.5"
}
}
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": "^3.2.4",
"vite": "^3.2.5",
"webpack": "^5.75.0"
}
}
4 changes: 2 additions & 2 deletions packages/jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@
"@babel/parser": "^7.20.5",
"@babel/types": "^7.20.5",
"estree-walker": "^3.0.1",
"magic-string": "^0.26.7"
"magic-string": "^0.27.0"
},
"devDependencies": {
"@docusaurus/types": "^2.2.0",
"@whyframe/core": "workspace:*",
"uvu": "^0.5.6",
"vite": "^3.2.4",
"vite": "^3.2.5",
"webpack": "^5.75.0"
}
}
4 changes: 4 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Unreleased

- Bump dependencies

## 0.1.5 (2022-11-06)

- Export `isWhyframeWarning` from `@whyframe/svelte/utils`
Expand Down
8 changes: 4 additions & 4 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
"vite": "^3.0.0"
},
"dependencies": {
"magic-string": "^0.26.7",
"svelte": "^3.53.1",
"magic-string": "^0.27.0",
"svelte": "^3.54.0",
"svelte-parse-markup": "^0.1.1"
},
"devDependencies": {
"@whyframe/core": "workspace:*",
"svelte": "^3.53.1",
"svelte": "^3.54.0",
"uvu": "^0.5.6",
"vite": "^3.2.4"
"vite": "^3.2.5"
}
}
4 changes: 4 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Unreleased

- Bump dependencies

## 0.1.5 (2022-11-30)

- Support `enhanceApp` option for `createApp()` (requires `@whyframe/core` v0.1.9) ([#18](https://github.com/bluwy/whyframe/issues/18))
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
},
"dependencies": {
"@vue/compiler-dom": "^3.2.45",
"magic-string": "^0.26.7"
"magic-string": "^0.27.0"
},
"devDependencies": {
"@whyframe/core": "workspace:*",
"uvu": "^0.5.6",
"vite": "^3.2.4",
"vite": "^3.2.5",
"vue": "^3.2.45"
}
}
14 changes: 7 additions & 7 deletions playground/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"preact": "^10.11.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"solid-js": "^1.6.2",
"solid-js": "^1.6.3",
"vue": "^3.2.45"
},
"devDependencies": {
Expand All @@ -20,15 +20,15 @@
"@astrojs/solid-js": "^1.2.3",
"@astrojs/svelte": "^1.0.2",
"@astrojs/vue": "^1.2.1",
"@types/react": "^18.0.25",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@whyframe/astro": "^0.2.3",
"@whyframe/core": "^0.1.8",
"@whyframe/astro": "^0.2.4",
"@whyframe/core": "^0.1.9",
"@whyframe/jsx": "^0.1.8",
"@whyframe/svelte": "^0.1.5",
"@whyframe/vue": "^0.1.4",
"astro": "^1.6.11",
"svelte": "^3.53.1",
"@whyframe/vue": "^0.1.5",
"astro": "^1.6.13",
"svelte": "^3.54.0",
"vite-plugin-inspect": "^0.7.9"
}
}
2 changes: 1 addition & 1 deletion playground/docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@docusaurus/module-type-aliases": "^2.2.0",
"@docusaurus/plugin-content-docs": "^2.2.0",
"@docusaurus/types": "^2.2.0",
"@whyframe/core": "^0.1.8",
"@whyframe/core": "^0.1.9",
"@whyframe/jsx": "^0.1.8"
},
"browserslist": {
Expand Down
4 changes: 2 additions & 2 deletions playground/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@whyframe/core": "^0.1.8",
"@whyframe/core": "^0.1.9",
"@whyframe/jsx": "^0.1.8",
"next": "^13.0.5"
"next": "^13.0.6"
}
}
6 changes: 3 additions & 3 deletions playground/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"vue": "^3.2.45"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@whyframe/core": "^0.1.8",
"@whyframe/vue": "^0.1.4",
"@types/node": "^18.11.11",
"@whyframe/core": "^0.1.9",
"@whyframe/vue": "^0.1.5",
"node-fetch-native": "^1.0.1",
"nuxt": "^3.0.0",
"ufo": "^1.0.1",
Expand Down
8 changes: 4 additions & 4 deletions playground/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^1.0.0-next.90",
"@sveltejs/kit": "^1.0.0-next.567",
"@whyframe/core": "^0.1.8",
"@sveltejs/kit": "^1.0.0-next.572",
"@whyframe/core": "^0.1.9",
"@whyframe/svelte": "^0.1.5",
"mdsvex": "^0.10.6",
"svelte": "^3.53.1",
"vite": "^3.2.4",
"svelte": "^3.54.0",
"vite": "^3.2.5",
"vite-plugin-inspect": "^0.7.9"
}
}
4 changes: 2 additions & 2 deletions playground/vite-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
},
"devDependencies": {
"@preact/preset-vite": "^2.4.0",
"@whyframe/core": "^0.1.8",
"@whyframe/core": "^0.1.9",
"@whyframe/jsx": "^0.1.8",
"vite": "^3.2.4",
"vite": "^3.2.5",
"vite-plugin-inspect": "^0.7.9"
}
}
4 changes: 2 additions & 2 deletions playground/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
},
"devDependencies": {
"@vitejs/plugin-react": "^2.2.0",
"@whyframe/core": "^0.1.8",
"@whyframe/core": "^0.1.9",
"@whyframe/jsx": "^0.1.8",
"vite": "^3.2.4",
"vite": "^3.2.5",
"vite-plugin-inspect": "^0.7.9"
}
}
8 changes: 4 additions & 4 deletions playground/vite-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"preview": "vite preview"
},
"dependencies": {
"solid-js": "^1.6.2"
"solid-js": "^1.6.3"
},
"devDependencies": {
"@whyframe/core": "^0.1.8",
"@whyframe/core": "^0.1.9",
"@whyframe/jsx": "^0.1.8",
"babel-preset-solid": "^1.6.2",
"vite": "^3.2.4",
"babel-preset-solid": "^1.6.3",
"vite": "^3.2.5",
"vite-plugin-inspect": "^0.7.9",
"vite-plugin-solid": "^2.4.0"
}
Expand Down
8 changes: 4 additions & 4 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.3.1",
"@whyframe/core": "^0.1.8",
"@sveltejs/vite-plugin-svelte": "^1.4.0",
"@whyframe/core": "^0.1.9",
"@whyframe/svelte": "^0.1.5",
"svelte": "^3.53.1",
"vite": "^3.2.4",
"svelte": "^3.54.0",
"vite": "^3.2.5",
"vite-plugin-inspect": "^0.7.9"
}
}
6 changes: 3 additions & 3 deletions playground/vite-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"@whyframe/core": "^0.1.8",
"@whyframe/vue": "^0.1.4",
"vite": "^3.2.4",
"@whyframe/core": "^0.1.9",
"@whyframe/vue": "^0.1.5",
"vite": "^3.2.5",
"vite-plugin-inspect": "^0.7.9"
}
}
8 changes: 4 additions & 4 deletions playground/vitepress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"vue": "^3.2.45"
},
"devDependencies": {
"@whyframe/core": "^0.1.8",
"@whyframe/vue": "^0.1.4",
"vite": "^3.2.4",
"@whyframe/core": "^0.1.9",
"@whyframe/vue": "^0.1.5",
"vite": "^3.2.5",
"vite-plugin-inspect": "^0.7.9",
"vitepress": "^1.0.0-alpha.29"
"vitepress": "^1.0.0-alpha.30"
}
}
4 changes: 2 additions & 2 deletions playground/webpack-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"babel-loader": "^9.1.0",
"css-loader": "^6.7.2",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.1",
"mini-css-extract-plugin": "^2.7.2",
"sirv-cli": "^2.0.2",
"style-loader": "^3.3.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
}
}
Loading

0 comments on commit 04e52fa

Please sign in to comment.