Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Aug 17, 2024
1 parent c8dd934 commit 346e8ad
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 447 deletions.
8 changes: 4 additions & 4 deletions examples/full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
},
"dependencies": {
"node-fetch": "^3.3.2",
"solid-js": "^1.8.17",
"vike": "^0.4.183",
"solid-js": "^1.8.21",
"vike": "^0.4.184",
"vike-solid": "link:vike-solid"
},
"devDependencies": {
"typescript": "^5.5.3",
"vite": "^5.4.0"
"typescript": "^5.5.4",
"vite": "^5.4.1"
},
"type": "module"
}
6 changes: 3 additions & 3 deletions examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"preview": "vite build && vite preview"
},
"dependencies": {
"solid-js": "^1.8.17",
"vike": "^0.4.183",
"solid-js": "^1.8.21",
"vike": "^0.4.184",
"vike-solid": "link:vike-solid"
},
"devDependencies": {
"vite": "^5.4.0"
"vite": "^5.4.1"
},
"type": "module"
}
Loading

0 comments on commit 346e8ad

Please sign in to comment.