Skip to content

Commit

Permalink
000305 update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza-ab committed May 26, 2021
1 parent 662add1 commit 62de9a9
Show file tree
Hide file tree
Showing 3 changed files with 920 additions and 1,251 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"license": "MIT",
"devDependencies": {
"@alireza-ab/performance-check": "^1.0.0",
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.15",
"@babel/plugin-transform-modules-umd": "^7.13.0",
"@babel/preset-env": "^7.13.15",
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/plugin-transform-modules-umd": "^7.14.0",
"@babel/preset-env": "^7.14.2",
"babel-plugin-add-module-exports": "^1.0.4",
"jest": "^26.6.3",
"webpack": "^5.33.2",
"webpack-cli": "^4.6.0"
"jest": "^27.0.1",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0"
}
}
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let persianDate = new PersianDate();
const now = {
year: 1400,
month: 3,
date: 4,
date: 5,
};

test("create date and return now", () => {
Expand Down
Loading

0 comments on commit 62de9a9

Please sign in to comment.