Skip to content

Commit

Permalink
chore: update lock
Browse files Browse the repository at this point in the history
  • Loading branch information
astahmer committed Apr 10, 2024
1 parent d4eeab6 commit 775b5b9
Show file tree
Hide file tree
Showing 2 changed files with 233 additions and 13 deletions.
9 changes: 6 additions & 3 deletions examples/solid-start-unplugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,24 @@
"name": "example-basic",
"type": "module",
"scripts": {
"prepare": "panda",
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"version": "vinxi version"
},
"dependencies": {
"@pandabox/unplugin": "0.1.2",
"@pandacss/dev": "^0.36.1",
"@solidjs/meta": "^0.29.2",
"@solidjs/router": "^0.13.1",
"@solidjs/start": "^1.0.0-rc.0",
"solid-js": "^1.8.16",
"vinxi": "^0.3.11"
"vinxi": "^0.3.10"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@pandabox/unplugin": "0.1.2",
"@pandacss/dev": "^0.37.2"
}
}
Loading

0 comments on commit 775b5b9

Please sign in to comment.