Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
StarLederer committed Aug 11, 2022
1 parent a3e74a0 commit 782fe01
Show file tree
Hide file tree
Showing 2 changed files with 1,008 additions and 634 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,26 +61,26 @@
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/jest": "^27.4.1",
"@types/koa": "^2.13.4",
"@types/jest": "^27.5.2",
"@types/koa": "^2.13.5",
"@types/koa-bodyparser": "^4.3.7",
"@types/koa-router": "^7.4.4",
"@types/koa__cors": "^3.1.1",
"@types/node-fetch": "^2.6.1",
"@types/koa__cors": "^3.3.0",
"@types/node-fetch": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-airbnb-typescript": "^14.0.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-import": "^2.26.0",
"jest": "^27.5.1",
"node-fetch": "^2.6.7",
"rimraf": "^3.0.2",
"rollup": "^2.70.1",
"ts-jest": "^27.1.4",
"tsup": "^5.12.2",
"typescript": "^4.6.3",
"vite": "^2.9.1"
"rollup": "^2.77.3",
"ts-jest": "^27.1.5",
"tsup": "^5.12.9",
"typescript": "^4.7.4",
"vite": "^2.9.14"
},
"dependencies": {
"@koa/cors": "^3.3.0",
Expand Down
Loading

0 comments on commit 782fe01

Please sign in to comment.