Skip to content

Commit

Permalink
fix: leap year #54
Browse files Browse the repository at this point in the history
  • Loading branch information
Samsam Ahmadi committed May 31, 2023
1 parent 7694c2d commit 3677bba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
},
"dependencies": {
"dayjs": "^1.11.7",
"jalaliday": "^2.3.0",
"react-scripts": "5.0.1",
"styled-components": "^5.3.5",
"typescript": "^4.9.4"
Expand Down Expand Up @@ -85,6 +84,7 @@
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.1",
"@types/styled-components": "^5.1.25",
"@zoomit/dayjs-jalali-plugin": "^0.0.7",
"eslint-config-react-app": "^7.0.1",
"gh-pages": "^3.2.3",
"husky": "^7.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5051,6 +5051,11 @@
tslib "^2.3.1"
upath2 "^3.1.12"

"@zoomit/dayjs-jalali-plugin@^0.0.7":
version "0.0.7"
resolved "https://registry.yarnpkg.com/@zoomit/dayjs-jalali-plugin/-/dayjs-jalali-plugin-0.0.7.tgz#81c31d0d4aaf6f7907e529968ebab1b6cc369f82"
integrity sha512-BhrPCIfpz5m1vFx9dVAyTtIXJ4WGE9Wd+5V1ezBP6xJ98Z1IT2upTUeq3BrmKqLmDa92Ywwno502enwS5L3sGQ==

JSONStream@^1.0.4:
version "1.3.5"
resolved "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz"
Expand Down Expand Up @@ -10745,11 +10750,6 @@ jake@^10.8.5:
filelist "^1.0.1"
minimatch "^3.0.4"

jalaliday@^2.3.0:
version "2.3.0"
resolved "https://registry.npmjs.org/jalaliday/-/jalaliday-2.3.0.tgz"
integrity sha512-B/m3TqsRrTFED/HBDqON6rPKe0MpoLxNICZ5uZeZ/scHJUHKQNr1n+wdZSj8MxrY1Bmo05gllZeNEw4beXd2oQ==

jest-changed-files@^27.5.1:
version "27.5.1"
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-27.5.1.tgz#a348aed00ec9bf671cc58a66fcbe7c3dfd6a68f5"
Expand Down

0 comments on commit 3677bba

Please sign in to comment.