Skip to content

Commit

Permalink
cd sandbox && pnpm up -rL "*"
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexErrant committed Feb 19, 2024
1 parent 99a1857 commit 610bdfc
Show file tree
Hide file tree
Showing 2 changed files with 535 additions and 487 deletions.
16 changes: 8 additions & 8 deletions sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"license": "MIT",
"devDependencies": {
"@types/sql.js": "^1.4.9",
"prettier": "^3.0.3",
"sass": "^1.69.5",
"solid-devtools": "^0.27.7",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-solid": "^2.7.2"
"prettier": "^3.2.5",
"sass": "^1.71.0",
"solid-devtools": "^0.29.3",
"typescript": "^5.3.3",
"vite": "^5.1.3",
"vite-plugin-solid": "^2.10.1"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.2",
"fsrs-browser": "link:../pkg",
"solid-js": "^1.8.3",
"sql.js": "^1.8.0"
"solid-js": "^1.8.15",
"sql.js": "^1.10.2"
}
}
Loading

0 comments on commit 610bdfc

Please sign in to comment.