Skip to content

Commit

Permalink
minor version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Vercjames committed Dec 13, 2024
1 parent 3ea1e31 commit 68e1f7d
Show file tree
Hide file tree
Showing 2 changed files with 1,249 additions and 474 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,48 +37,48 @@
},
"dependencies": {
"chalk-scripts": "^1.2.8",
"co-body": "^6.1.0",
"co-body": "^6.2.0",
"lodash.clonedeep": "^4.5.0",
"node-mocks-http": "^1.14.1",
"node-mocks-http": "^1.16.2",
"openapi-types": "^12.1.3",
"zod-to-json-schema": "^3.23.0"
"zod-to-json-schema": "^3.24.1"
},
"devDependencies": {
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"@types/aws-lambda": "^8.10.138",
"@types/aws-lambda": "^8.10.146",
"@types/co-body": "^6.1.3",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.14",
"@types/lodash.clonedeep": "^4.5.9",
"@types/mime": "^4.0.0",
"@types/node": "^20.12.13",
"@types/node-fetch": "^2.6.11",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@types/node": "^20.17.10",
"@types/node-fetch": "^2.6.12",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"aws-lambda": "^1.0.7",
"eslint": "^8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"express": "^4.19.2",
"fastify": "^4.27.0",
"express": "^4.21.2",
"fastify": "^4.29.0",
"jest": "^29.7.0",
"mime": "^4.0.3",
"next": "^14.2.3",
"mime": "^4.0.4",
"next": "^14.2.20",
"node-fetch": "^2.7.0",
"openapi-schema-validator": "^12.1.3",
"semver": "^7.6.2",
"semver": "^7.6.3",
"superjson": "^1.13.3",
"ts-jest": "^29.1.4",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"tsx": "^4.11.0",
"typescript": "^5.4.5",
"zod": "^3.23.8"
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"zod": "^3.24.1"
},
"tsup": {
"entry": [
Expand Down
Loading

0 comments on commit 68e1f7d

Please sign in to comment.