koa-zod-router
Advanced tools
Comparing version 2.1.0 to 2.2.0
# koa-zod-router | ||
## 2.2.0 | ||
### Minor Changes | ||
- 668bcd6: Bump dependencies | ||
## 2.1.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "koa-zod-router", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "", | ||
@@ -37,22 +37,22 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@koa/router": "^12.0.0", | ||
"@koa/router": "^12.0.1", | ||
"@types/formidable": "^2.0.6", | ||
"@types/koa-bodyparser": "^4.3.10", | ||
"@types/koa__router": "^12.0.0", | ||
"@types/koa-bodyparser": "^4.3.11", | ||
"@types/koa__router": "^12.0.2", | ||
"formidable": "^2.1.2", | ||
"koa-bodyparser": "^4.4.1", | ||
"zod": "^3.22.1" | ||
"zod": "^3.22.4" | ||
}, | ||
"devDependencies": { | ||
"@changesets/cli": "^2.26.2", | ||
"@types/koa": "^2.13.8", | ||
"@types/node": "^18.17.5", | ||
"@types/supertest": "^2.0.12", | ||
"@typescript-eslint/eslint-plugin": "^5.62.0", | ||
"@typescript-eslint/parser": "^5.62.0", | ||
"@types/koa": "^2.13.10", | ||
"@types/node": "^18.18.6", | ||
"@types/supertest": "^2.0.15", | ||
"@typescript-eslint/eslint-plugin": "^6.8.0", | ||
"@typescript-eslint/parser": "^6.8.0", | ||
"coveralls": "^3.1.1", | ||
"eslint": "^8.47.0", | ||
"eslint-config-prettier": "^8.10.0", | ||
"eslint-plugin-import": "^2.28.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint": "^8.51.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-import": "^2.28.1", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"husky": "^8.0.3", | ||
@@ -63,12 +63,12 @@ "koa": "^2.14.2", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.8.8", | ||
"prettier": "^3.0.3", | ||
"supertest": "^6.3.3", | ||
"ts-node-dev": "^2.0.0", | ||
"tsup": "^6.7.0", | ||
"turbo": "^1.10.12", | ||
"typescript": "5.0.4" | ||
"tsup": "^7.2.0", | ||
"turbo": "^1.10.16", | ||
"typescript": "5.2.2" | ||
}, | ||
"peerDependencies": { | ||
"koa": ">=2.14.1 <3.x", | ||
"zod": ">=3.21.4 <4.x" | ||
"zod": ">=3.22.4 <4.x" | ||
}, | ||
@@ -75,0 +75,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
77830
8
Updated@koa/router@^12.0.1
Updated@types/koa__router@^12.0.2
Updatedzod@^3.22.4