Skip to content

Commit

Permalink
fix: bump @types/uuid from 8.0.1 to 8.3.0 (#192)
Browse files Browse the repository at this point in the history
* fix: bump @types/uuid from 8.0.1 to 8.3.0

Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 8.0.1 to 8.3.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Remove intermediate types.

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Golo Roden <golo.roden@thenativeweb.io>
  • Loading branch information
dependabot-preview[bot] and goloroden committed Aug 18, 2020
1 parent d20dfcb commit 2fe07a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions lib/uuidv4.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
declare module 'uuid' {
export const NIL: string;
}

import { deprecate } from 'util';
import { NIL as nil, v4, v5, validate } from 'uuid';

Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"main": "build/lib/uuidv4.js",
"types": "build/lib/uuidv4.d.ts",
"dependencies": {
"@types/uuid": "8.0.1",
"@types/uuid": "8.3.0",
"uuid": "8.3.0"
},
"devDependencies": {
Expand Down

0 comments on commit 2fe07a8

Please sign in to comment.