@zodios/react
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "@zodios/react", | ||
"description": "React hooks for zodios", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"main": "lib/index.js", | ||
@@ -40,3 +40,3 @@ "typings": "lib/index.d.ts", | ||
"@testing-library/jest-dom": "5.16.4", | ||
"@testing-library/react": "13.2.0", | ||
"@testing-library/react": "13.3.0", | ||
"@testing-library/react-hooks": "8.0.0", | ||
@@ -47,22 +47,25 @@ "@testing-library/user-event": "14.2.0", | ||
"@types/express": "4.17.13", | ||
"@types/jest": "27.5.1", | ||
"@types/jest": "28.1.1", | ||
"@types/node": "17.0.17", | ||
"@types/react": "18.0.9", | ||
"@zodios/core": "6.1.3", | ||
"@types/react": "18.0.12", | ||
"@zodios/core": "6.2.1", | ||
"axios": "0.27.2", | ||
"cors": "2.8.5", | ||
"express": "4.18.1", | ||
"jest": "28.1.0", | ||
"jest-environment-jsdom": "28.1.0", | ||
"jest": "28.1.1", | ||
"jest-environment-jsdom": "28.1.1", | ||
"react": "18.1.0", | ||
"react-query": "3.39.0", | ||
"react-query": "3.39.1", | ||
"react-dom": "18.1.0", | ||
"react-test-renderer": "18.1.0", | ||
"rimraf": "3.0.2", | ||
"ts-jest": "28.0.2", | ||
"ts-node": "10.8.0", | ||
"typescript": "4.6.4", | ||
"zod": "3.17.2" | ||
"ts-jest": "28.0.4", | ||
"ts-node": "10.8.1", | ||
"typescript": "4.7.3", | ||
"zod": "3.17.3" | ||
}, | ||
"resolutions": { | ||
"@types/react": "18.0.12" | ||
}, | ||
"dependencies": {} | ||
} |
42910