Skip to content

Commit

Permalink
update examples for latest refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Feb 14, 2024
1 parent 53548e7 commit c6bb7ac
Show file tree
Hide file tree
Showing 11 changed files with 267 additions and 207 deletions.
2 changes: 1 addition & 1 deletion examples/vite-3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"vite-plugin-solid": "link:../.."
},
"dependencies": {
"solid-js": "^1.8.5"
"solid-js": "^1.8.14"
}
}
24 changes: 17 additions & 7 deletions examples/vite-3/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions examples/vite-3/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* @refresh granular */
import { createSignal, onCleanup, onMount } from "solid-js";
import { onCleanup, onMount } from "solid-js";
import { CounterProvider, useCounter } from "./CounterContext";

const title = 'Count';
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"vite-plugin-solid": "link:../.."
},
"dependencies": {
"solid-js": "^1.8.5"
"solid-js": "^1.8.14"
}
}
82 changes: 46 additions & 36 deletions examples/vite-4/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions examples/vite-4/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* @refresh granular */
import { createSignal, onCleanup, onMount } from "solid-js";
import { onCleanup, onMount } from "solid-js";
import { CounterProvider, useCounter } from "./CounterContext";

const title = 'Count';
Expand Down
4 changes: 2 additions & 2 deletions examples/vite-5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"build": "vite build"
},
"devDependencies": {
"vite": "^5.0.0",
"vite": "^5.1.1",
"vite-plugin-solid": "link:../.."
},
"dependencies": {
"solid-js": "^1.8.5"
"solid-js": "^1.8.14"
}
}
Loading

0 comments on commit c6bb7ac

Please sign in to comment.