Skip to content

Commit 5a1a75b

Browse files
authored
fix: add missing dependencies (#18)
1 parent b1d3051 commit 5a1a75b

File tree

2 files changed

+733
-710
lines changed

2 files changed

+733
-710
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"@openapitools/openapi-generator-cli": "^2.7.0",
4343
"@rollup/plugin-replace": "^5.0.2",
4444
"@rollup/plugin-typescript": "^11.1.4",
45-
"@types/jsonwebtoken": "^9.0.3",
4645
"@types/uuid": "^9.0.4",
4746
"@typescript-eslint/eslint-plugin": "^6.4.0",
4847
"dotenv": "^16.3.1",
@@ -62,6 +61,8 @@
6261
"vitest-mock-extended": "^1.2.1"
6362
},
6463
"dependencies": {
64+
"@types/jsonwebtoken": "^9.0.3",
65+
"@types/node": "^20.11.24",
6566
"jsonwebtoken": "^9.0.2",
6667
"uuid": "^9.0.1"
6768
}

0 commit comments

Comments
 (0)