Skip to content

Commit

Permalink
Update nanoid
Browse files Browse the repository at this point in the history
  • Loading branch information
DallasHoff committed Feb 4, 2024
1 parent f2d0920 commit 5f5f796
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@
"scripts": {
"build": "tsc",
"test": "vitest",
"format": "prettier . --write",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"prepublishOnly": "npm run build && vitest run"
},
"dependencies": {
"@sqlite.org/sqlite-wasm": "^3.45.1-build1",
"nanoid": "^4.0.2"
"nanoid": "^5.0.5"
},
"devDependencies": {
"@vitest/browser": "^1.2.1",
Expand Down

0 comments on commit 5f5f796

Please sign in to comment.