Skip to content

Commit c6bb7ac

Browse files
committed
update examples for latest refresh
1 parent 53548e7 commit c6bb7ac

File tree

11 files changed

+267
-207
lines changed

11 files changed

+267
-207
lines changed

examples/vite-3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"vite-plugin-solid": "link:../.."
1212
},
1313
"dependencies": {
14-
"solid-js": "^1.8.5"
14+
"solid-js": "^1.8.14"
1515
}
1616
}

examples/vite-3/pnpm-lock.yaml

Lines changed: 17 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/vite-3/src/App.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/* @refresh granular */
2-
import { createSignal, onCleanup, onMount } from "solid-js";
1+
import { onCleanup, onMount } from "solid-js";
32
import { CounterProvider, useCounter } from "./CounterContext";
43

54
const title = 'Count';

examples/vite-4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"vite-plugin-solid": "link:../.."
1212
},
1313
"dependencies": {
14-
"solid-js": "^1.8.5"
14+
"solid-js": "^1.8.14"
1515
}
1616
}

examples/vite-4/pnpm-lock.yaml

Lines changed: 46 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/vite-4/src/App.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/* @refresh granular */
2-
import { createSignal, onCleanup, onMount } from "solid-js";
1+
import { onCleanup, onMount } from "solid-js";
32
import { CounterProvider, useCounter } from "./CounterContext";
43

54
const title = 'Count';

examples/vite-5/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"build": "vite build"
88
},
99
"devDependencies": {
10-
"vite": "^5.0.0",
10+
"vite": "^5.1.1",
1111
"vite-plugin-solid": "link:../.."
1212
},
1313
"dependencies": {
14-
"solid-js": "^1.8.5"
14+
"solid-js": "^1.8.14"
1515
}
1616
}

0 commit comments

Comments
 (0)