Skip to content

Commit

Permalink
Bump dateformat from 3.0.3 to 4.5.1. Closes #1324.
Browse files Browse the repository at this point in the history
Add jest to devDependencies in top-level package.json.
  • Loading branch information
rcyeh committed Feb 14, 2024
1 parent 959d0f1 commit cd97eff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"devDependencies": {
"all-contributors-cli": "^6.16.1",
"jest": "^29.6.2",
"lerna": "^6.4.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/foam-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@
"wait-for-expect": "^3.0.2"
},
"dependencies": {
"dateformat": "^3.0.3",
"dateformat": "4.5.1",
"detect-newline": "^3.1.0",
"github-slugger": "^1.4.0",
"gray-matter": "^4.0.2",
Expand Down

0 comments on commit cd97eff

Please sign in to comment.