Skip to content

Commit

Permalink
Refactor API to support timezone operations (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospassos authored Oct 5, 2022
1 parent d350f9e commit d89da39
Show file tree
Hide file tree
Showing 15 changed files with 1,068 additions and 150 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
resetMocks: true,
transform: {
'^.+\\.ts$': 'ts-jest',
},
Expand Down
97 changes: 56 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
},
"devDependencies": {
"@croct/eslint-plugin": "^0.6.2",
"@types/date-fns": "^2.6.0",
"@types/jest": "^27.4",
"@types/uuid": "^8.3",
"@typescript-eslint/parser": "^5.17",
Expand All @@ -47,6 +48,6 @@
],
"dependencies": {
"@vvo/tzdb": "^6.68.0",
"image-size": "^0.9.7"
"date-fns-tz": "^1.3.7"
}
}
Loading

0 comments on commit d89da39

Please sign in to comment.