Skip to content

Commit

Permalink
Updated nanoid version
Browse files Browse the repository at this point in the history
  • Loading branch information
pjdotson committed Jul 17, 2024
1 parent 114462c commit 6093014
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@
"node-fetch": "2.6.11",
"prettier": "3.3.2",
"@tauri-apps/api": "^2.0.0-beta.14",
"eslint": "^9.6.0",
"nanoid": "^3.0.0"
"eslint": "^9.6.0"
}
},
"packageManager": "pnpm@9.4.0",
Expand Down
12 changes: 9 additions & 3 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion x/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"js-convert-case": "^4.2.0",
"nanoid": "^3.0.0",
"nanoid": "^5.0.0",
"zod": "3.23.8"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion x/ts/src/id/id.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
// Source License, use of this software will be governed by the Apache License,
// Version 2.0, included in the file licenses/APL.txt.

// @ts-expect-error - This file is not a module
import { customAlphabet, type nanoid } from "nanoid/non-secure";

const alphanumeric = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
Expand Down

0 comments on commit 6093014

Please sign in to comment.