Skip to content

Commit

Permalink
Merge pull request #18 from Doczilla-APP/improvements
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
TriPSs authored May 30, 2024
2 parents 3e5e362 + d85ea80 commit 8cdf17d
Show file tree
Hide file tree
Showing 5 changed files with 1,621 additions and 1,656 deletions.
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.0.2.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.2.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.2.2.cjs
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,24 +34,24 @@
"test": "jest"
},
"dependencies": {
"axios": "^1.6.8"
"axios": "^1.7.2"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.28",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@types/node": "^20.12.13",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"axios-mock-adapter": "^1.22.0",
"eslint": "8.57.0",
"eslint": "9.3.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"jest": "^29.7.0",
"openapi-typescript-codegen": "^0.27.0",
"ts-jest": "^29.1.2",
"openapi-typescript-codegen": "^0.29.0",
"ts-jest": "^29.1.4",
"typescript": "^5.4"
},
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@4.2.2",
"engines": {
"node": ">=18.*"
}
Expand Down
Loading

0 comments on commit 8cdf17d

Please sign in to comment.