Skip to content

Commit e914280

Browse files
authored
feat: update dependencies (typescript >= 4.9) (#94)
1 parent 425502b commit e914280

16 files changed

+11344
-11092
lines changed

example/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"ts": "ts-node -P tsconfig.json"
1111
},
1212
"dependencies": {
13-
"@himenon/openapi-parameter-formatter": "0.7.2",
14-
"axios": "0.21.1",
15-
"superagent": "6.1.0"
13+
"@himenon/openapi-parameter-formatter": "0.3.1",
14+
"axios": "1.2.2",
15+
"superagent": "8.0.6"
1616
},
1717
"devDependencies": {
18-
"@types/node-fetch": "^2.5.7",
19-
"@types/superagent": "^4.1.10",
20-
"node-fetch": "^2.6.1",
21-
"ts-node": "9.1.1",
22-
"typescript": "4.1.3"
18+
"@types/node-fetch": "^2.6.2",
19+
"@types/superagent": "^4.1.16",
20+
"node-fetch": "^3.3.0",
21+
"ts-node": "10.9.1",
22+
"typescript": "4.9.4"
2323
}
2424
}

0 commit comments

Comments
 (0)