@timetac/js-client-library
Advanced tools
Comparing version 0.6.1 to 0.6.2
{ | ||
"name": "@timetac/js-client-library", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "TimeTac API JS client library", | ||
@@ -38,15 +38,15 @@ "homepage": "https://github.com/TimeTac/js-client-library#readme", | ||
"dependencies": { | ||
"@types/qs": "^6.9.5", | ||
"@types/qs": "^6.9.6", | ||
"axios": "0.21.1", | ||
"qs": "^6.9.4", | ||
"typescript": "^4.1.5" | ||
"qs": "^6.9.6", | ||
"typescript": "^4.2.3" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^26.0.19", | ||
"@typescript-eslint/eslint-plugin": "^4.10.0", | ||
"@typescript-eslint/parser": "^4.10.0", | ||
"@types/jest": "^26.0.20", | ||
"@typescript-eslint/eslint-plugin": "^4.18.0", | ||
"@typescript-eslint/parser": "^4.18.0", | ||
"axios-mock-adapter": "^1.19.0", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^7.16.0", | ||
"eslint-config-prettier": "^7.2.0", | ||
"eslint": "^7.22.0", | ||
"eslint-config-prettier": "^8.1.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
@@ -58,6 +58,6 @@ "eslint-plugin-jsx-a11y": "^6.4.1", | ||
"jest-ts-auto-mock": "^2.0.0", | ||
"lint-staged": "^10.5.3", | ||
"lint-staged": "^10.5.4", | ||
"prettier": "^2.2.1", | ||
"ts-auto-mock": "^3.1.1", | ||
"ts-jest": "^26.5.1", | ||
"ts-auto-mock": "^3.1.2", | ||
"ts-jest": "^26.5.3", | ||
"ttypescript": "^1.5.12" | ||
@@ -64,0 +64,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
184247
Updated@types/qs@^6.9.6
Updatedqs@^6.9.6
Updatedtypescript@^4.2.3