Skip to content

Commit

Permalink
add uuid types to dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
447011 authored and dushimeemma committed Apr 12, 2022
1 parent d1cf100 commit 8c7f22b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ yarn-debug.log*
yarn-error.log*

# env files
.env
.env.development
.env.test

Expand Down
3 changes: 2 additions & 1 deletion 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 @@ -19,7 +19,6 @@
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"@prisma/client": "3.8.1",
"@types/uuid": "^8.3.4",
"axios": "^0.25.0",
"bcryptjs": "^2.4.3",
"next": "12.0.8",
Expand All @@ -36,6 +35,7 @@
"@types/jest": "^27.4.0",
"@types/node": "17.0.10",
"@types/react": "17.0.38",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"autoprefixer": "^10.4.2",
Expand Down

0 comments on commit 8c7f22b

Please sign in to comment.