Skip to content

Commit

Permalink
Fix playground versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Feb 9, 2025
1 parent f436991 commit efd8b51
Show file tree
Hide file tree
Showing 14 changed files with 36 additions and 36 deletions.
9 changes: 1 addition & 8 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
# Nuxt pnpm support, naughty deps:
# - vue
# - vue-router
# - ufo
# - node-fetch-native
# - @vue/*

public-hoist-pattern[]=@vue/*
# used by playground examples
prefer-workspace-packages=true
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@
"typescript",
"vite"
]
}
},
"onlyBuiltDependencies": [
"@parcel/watcher",
"core-js",
"core-js-pure",
"esbuild",
"vue-demi"
]
}
}
10 changes: 5 additions & 5 deletions playground/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"@astrojs/vue": "^2.2.1",
"@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:*",
"@whyframe/astro": "^0.2.6",
"@whyframe/core": "^0.1.12",
"@whyframe/jsx": "^0.1.10",
"@whyframe/svelte": "^0.1.7",
"@whyframe/vue": "^0.1.7",
"astro": "^2.10.15",
"svelte": "^4.2.19",
"vite-plugin-inspect": "^0.8.9"
Expand Down
4 changes: 2 additions & 2 deletions playground/docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,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:*"
"@whyframe/core": "^0.1.12",
"@whyframe/jsx": "^0.1.10"
},
"browserslist": {
"production": [
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.3.1"
},
"devDependencies": {
"@whyframe/core": "workspace:*",
"@whyframe/jsx": "workspace:*",
"@whyframe/core": "^0.1.12",
"@whyframe/jsx": "^0.1.10",
"next": "^13.5.8"
}
}
4 changes: 2 additions & 2 deletions playground/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"devDependencies": {
"@types/node": "^18.19.75",
"@unhead/vue": "^1.11.18",
"@whyframe/core": "workspace:*",
"@whyframe/vue": "workspace:*",
"@whyframe/core": "^0.1.12",
"@whyframe/vue": "^0.1.7",
"node-fetch-native": "^1.6.6",
"nuxt": "^3.15.4",
"ufo": "^1.5.4",
Expand Down
4 changes: 2 additions & 2 deletions playground/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.17.1",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@whyframe/core": "workspace:*",
"@whyframe/svelte": "workspace:*",
"@whyframe/core": "^0.1.12",
"@whyframe/svelte": "^0.1.7",
"mdsvex": "^0.11.2",
"svelte": "^4.2.19",
"vite": "^5.4.14",
Expand Down
4 changes: 2 additions & 2 deletions playground/vite-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"devDependencies": {
"@preact/preset-vite": "^2.10.1",
"@whyframe/core": "workspace:*",
"@whyframe/jsx": "workspace:*",
"@whyframe/core": "^0.1.12",
"@whyframe/jsx": "^0.1.10",
"vite": "^5.4.14",
"vite-plugin-inspect": "^0.8.9"
}
Expand Down
4 changes: 2 additions & 2 deletions playground/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"@whyframe/core": "workspace:*",
"@whyframe/jsx": "workspace:*",
"@whyframe/core": "^0.1.12",
"@whyframe/jsx": "^0.1.10",
"vite": "^5.4.14",
"vite-plugin-inspect": "^0.8.9"
}
Expand Down
4 changes: 2 additions & 2 deletions playground/vite-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"solid-js": "^1.9.4"
},
"devDependencies": {
"@whyframe/core": "workspace:*",
"@whyframe/jsx": "workspace:*",
"@whyframe/core": "^0.1.12",
"@whyframe/jsx": "^0.1.10",
"babel-preset-solid": "^1.9.3",
"vite": "^5.4.14",
"vite-plugin-inspect": "^0.8.9",
Expand Down
4 changes: 2 additions & 2 deletions playground/vite-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@whyframe/core": "workspace:*",
"@whyframe/svelte": "workspace:*",
"@whyframe/core": "^0.1.12",
"@whyframe/svelte": "^0.1.7",
"svelte": "^4.2.19",
"vite": "^5.4.14",
"vite-plugin-inspect": "^0.8.9"
Expand Down
4 changes: 2 additions & 2 deletions playground/vite-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"@whyframe/core": "workspace:*",
"@whyframe/vue": "workspace:*",
"@whyframe/core": "^0.1.12",
"@whyframe/vue": "^0.1.7",
"vite": "^5.4.14",
"vite-plugin-inspect": "^0.8.9"
}
Expand Down
4 changes: 2 additions & 2 deletions playground/vitepress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"vue": "^3.5.13"
},
"devDependencies": {
"@whyframe/core": "workspace:*",
"@whyframe/vue": "workspace:*",
"@whyframe/core": "^0.1.12",
"@whyframe/vue": "^0.1.7",
"vite": "^5.4.14",
"vite-plugin-inspect": "^0.8.9",
"vitepress": "1.0.1"
Expand Down
4 changes: 2 additions & 2 deletions playground/webpack-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"devDependencies": {
"@babel/core": "^7.26.8",
"@babel/preset-react": "^7.26.3",
"@whyframe/core": "workspace:*",
"@whyframe/jsx": "workspace:*",
"@whyframe/core": "^0.1.12",
"@whyframe/jsx": "^0.1.10",
"babel-loader": "^9.2.1",
"css-loader": "^6.11.0",
"html-webpack-plugin": "^5.6.3",
Expand Down

0 comments on commit efd8b51

Please sign in to comment.