Skip to content

Commit efd8b51

Browse files
committed
Fix playground versions
1 parent f436991 commit efd8b51

File tree

14 files changed

+36
-36
lines changed

14 files changed

+36
-36
lines changed

.npmrc

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
1-
# Nuxt pnpm support, naughty deps:
2-
# - vue
3-
# - vue-router
4-
# - ufo
5-
# - node-fetch-native
6-
# - @vue/*
7-
8-
public-hoist-pattern[]=@vue/*
1+
# used by playground examples
92
prefer-workspace-packages=true

package.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@
4242
"typescript",
4343
"vite"
4444
]
45-
}
45+
},
46+
"onlyBuiltDependencies": [
47+
"@parcel/watcher",
48+
"core-js",
49+
"core-js-pure",
50+
"esbuild",
51+
"vue-demi"
52+
]
4653
}
4754
}

playground/astro/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"@astrojs/vue": "^2.2.1",
2323
"@types/react": "^18.3.18",
2424
"@types/react-dom": "^18.3.5",
25-
"@whyframe/astro": "workspace:*",
26-
"@whyframe/core": "workspace:*",
27-
"@whyframe/jsx": "workspace:*",
28-
"@whyframe/svelte": "workspace:*",
29-
"@whyframe/vue": "workspace:*",
25+
"@whyframe/astro": "^0.2.6",
26+
"@whyframe/core": "^0.1.12",
27+
"@whyframe/jsx": "^0.1.10",
28+
"@whyframe/svelte": "^0.1.7",
29+
"@whyframe/vue": "^0.1.7",
3030
"astro": "^2.10.15",
3131
"svelte": "^4.2.19",
3232
"vite-plugin-inspect": "^0.8.9"

playground/docusaurus/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"@docusaurus/module-type-aliases": "^2.4.3",
2929
"@docusaurus/plugin-content-docs": "^2.4.3",
3030
"@docusaurus/types": "^2.4.3",
31-
"@whyframe/core": "workspace:*",
32-
"@whyframe/jsx": "workspace:*"
31+
"@whyframe/core": "^0.1.12",
32+
"@whyframe/jsx": "^0.1.10"
3333
},
3434
"browserslist": {
3535
"production": [

playground/next/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"react-dom": "^18.3.1"
1414
},
1515
"devDependencies": {
16-
"@whyframe/core": "workspace:*",
17-
"@whyframe/jsx": "workspace:*",
16+
"@whyframe/core": "^0.1.12",
17+
"@whyframe/jsx": "^0.1.10",
1818
"next": "^13.5.8"
1919
}
2020
}

playground/nuxt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"devDependencies": {
1515
"@types/node": "^18.19.75",
1616
"@unhead/vue": "^1.11.18",
17-
"@whyframe/core": "workspace:*",
18-
"@whyframe/vue": "workspace:*",
17+
"@whyframe/core": "^0.1.12",
18+
"@whyframe/vue": "^0.1.7",
1919
"node-fetch-native": "^1.6.6",
2020
"nuxt": "^3.15.4",
2121
"ufo": "^1.5.4",

playground/sveltekit/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"@sveltejs/adapter-auto": "^3.3.1",
1212
"@sveltejs/kit": "^2.17.1",
1313
"@sveltejs/vite-plugin-svelte": "^3.1.2",
14-
"@whyframe/core": "workspace:*",
15-
"@whyframe/svelte": "workspace:*",
14+
"@whyframe/core": "^0.1.12",
15+
"@whyframe/svelte": "^0.1.7",
1616
"mdsvex": "^0.11.2",
1717
"svelte": "^4.2.19",
1818
"vite": "^5.4.14",

playground/vite-preact/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
"devDependencies": {
1414
"@preact/preset-vite": "^2.10.1",
15-
"@whyframe/core": "workspace:*",
16-
"@whyframe/jsx": "workspace:*",
15+
"@whyframe/core": "^0.1.12",
16+
"@whyframe/jsx": "^0.1.10",
1717
"vite": "^5.4.14",
1818
"vite-plugin-inspect": "^0.8.9"
1919
}

playground/vite-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
},
1414
"devDependencies": {
1515
"@vitejs/plugin-react": "^4.3.4",
16-
"@whyframe/core": "workspace:*",
17-
"@whyframe/jsx": "workspace:*",
16+
"@whyframe/core": "^0.1.12",
17+
"@whyframe/jsx": "^0.1.10",
1818
"vite": "^5.4.14",
1919
"vite-plugin-inspect": "^0.8.9"
2020
}

playground/vite-solid/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"solid-js": "^1.9.4"
1212
},
1313
"devDependencies": {
14-
"@whyframe/core": "workspace:*",
15-
"@whyframe/jsx": "workspace:*",
14+
"@whyframe/core": "^0.1.12",
15+
"@whyframe/jsx": "^0.1.10",
1616
"babel-preset-solid": "^1.9.3",
1717
"vite": "^5.4.14",
1818
"vite-plugin-inspect": "^0.8.9",

playground/vite-svelte/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"devDependencies": {
1111
"@sveltejs/vite-plugin-svelte": "^3.1.2",
12-
"@whyframe/core": "workspace:*",
13-
"@whyframe/svelte": "workspace:*",
12+
"@whyframe/core": "^0.1.12",
13+
"@whyframe/svelte": "^0.1.7",
1414
"svelte": "^4.2.19",
1515
"vite": "^5.4.14",
1616
"vite-plugin-inspect": "^0.8.9"

playground/vite-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
"devDependencies": {
1414
"@vitejs/plugin-vue": "^5.2.1",
15-
"@whyframe/core": "workspace:*",
16-
"@whyframe/vue": "workspace:*",
15+
"@whyframe/core": "^0.1.12",
16+
"@whyframe/vue": "^0.1.7",
1717
"vite": "^5.4.14",
1818
"vite-plugin-inspect": "^0.8.9"
1919
}

playground/vitepress/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"vue": "^3.5.13"
1212
},
1313
"devDependencies": {
14-
"@whyframe/core": "workspace:*",
15-
"@whyframe/vue": "workspace:*",
14+
"@whyframe/core": "^0.1.12",
15+
"@whyframe/vue": "^0.1.7",
1616
"vite": "^5.4.14",
1717
"vite-plugin-inspect": "^0.8.9",
1818
"vitepress": "1.0.1"

playground/webpack-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"devDependencies": {
1616
"@babel/core": "^7.26.8",
1717
"@babel/preset-react": "^7.26.3",
18-
"@whyframe/core": "workspace:*",
19-
"@whyframe/jsx": "workspace:*",
18+
"@whyframe/core": "^0.1.12",
19+
"@whyframe/jsx": "^0.1.10",
2020
"babel-loader": "^9.2.1",
2121
"css-loader": "^6.11.0",
2222
"html-webpack-plugin": "^5.6.3",

0 commit comments

Comments
 (0)