Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
molvqingtai committed Dec 20, 2023
1 parent a91fcfc commit b8d05ea
Show file tree
Hide file tree
Showing 4 changed files with 950 additions and 817 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,41 +49,41 @@
},
"homepage": "https://github.com/molvqingtai/resreq#readme",
"devDependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@koa/cors": "^4.0.0",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@koa/cors": "^5.0.0",
"@koa/router": "^12.0.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/koa": "^2.13.10",
"@types/koa__cors": "^4.0.2",
"@types/koa__router": "^12.0.3",
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@types/koa": "^2.13.12",
"@types/koa__cors": "^4.0.3",
"@types/koa__router": "^12.0.4",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^0.34.6",
"@vitest/coverage-v8": "^1.1.0",
"@vitest/ui": "^1.1.0",
"c8": "^8.0.1",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-with-typescript": "^39.1.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.2.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.4.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-prettier": "^5.1.0",
"eslint-plugin-promise": "^6.1.1",
"husky": "^8.0.3",
"koa": "^2.14.2",
"koa-body": "^6.0.1",
"prettier": "^3.0.3",
"semantic-release": "^22.0.6",
"tsup": "^7.2.0",
"typedoc": "^0.25.3",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vitest": "^0.34.6"
"prettier": "^3.1.1",
"semantic-release": "^22.0.12",
"tsup": "^8.0.1",
"typedoc": "^0.25.4",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vitest": "^1.1.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit b8d05ea

Please sign in to comment.