-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9def8f9
commit 07346f9
Showing
2 changed files
with
24 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "date-holidays", | ||
"version": "3.23.12", | ||
"version": "3.23.13", | ||
"description": "worldwide holidays", | ||
"keywords": [ | ||
"holidays", | ||
|
@@ -40,6 +40,7 @@ | |
"Brian Keifer <[email protected]>", | ||
"Christian Schinnerl <[email protected]>", | ||
"Cristian Andrade <[email protected]>", | ||
"Cristóbal Berríos <[email protected]>", | ||
"Daichan <[email protected]>", | ||
"damon02 <[email protected]>", | ||
"David Álvarez Navarro <[email protected]>", | ||
|
@@ -82,6 +83,7 @@ | |
"Kevin Ley <[email protected]>", | ||
"Kevin Ley <[email protected]>", | ||
"Kevin Samoei <[email protected]>", | ||
"Kiernan McColl <[email protected]>", | ||
"Konstantinos Koukourakis <[email protected]>", | ||
"Leonidas Villeneuve <[email protected]>", | ||
"Long Nguyen <[email protected]>", | ||
|
@@ -229,31 +231,31 @@ | |
"prepin": "^1.0.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.24.5", | ||
"@babel/core": "^7.24.5", | ||
"@babel/cli": "^7.25.9", | ||
"@babel/core": "^7.26.0", | ||
"@babel/polyfill": "^7.12.1", | ||
"@babel/preset-env": "^7.24.5", | ||
"@babel/preset-env": "^7.26.0", | ||
"@commitlint/cli": "^18.6.1", | ||
"@commitlint/config-conventional": "^18.6.3", | ||
"@mocha/contributors": "git+https://github.com/commenthol/contributors.git#semver:1.1.0-0", | ||
"babel-loader": "^9.1.3", | ||
"babel-loader": "^9.2.1", | ||
"dtslint": "^4.2.1", | ||
"eslint": "^8.57.0", | ||
"eslint": "^8.57.1", | ||
"eslint-config-standard": "^17.1.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-import": "^2.31.0", | ||
"eslint-plugin-n": "^16.6.2", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"eslint-plugin-promise": "^6.6.0", | ||
"eslint-plugin-yml": "^0.15.0", | ||
"hashtree": "^0.7.0", | ||
"husky": "^9.0.11", | ||
"markedpp": "^1.3.0", | ||
"mocha": "^10.4.0", | ||
"husky": "^9.1.7", | ||
"markedpp": "^1.4.0", | ||
"mocha": "^10.8.2", | ||
"npm-run-all": "^4.1.5", | ||
"rimraf": "^5.0.5", | ||
"rollup": "^2.79.1", | ||
"typescript": "^5.4.5", | ||
"rimraf": "^6.0.1", | ||
"rollup": "^2.79.2", | ||
"typescript": "^5.7.2", | ||
"watch-run": "^1.2.5", | ||
"webpack": "^5.91.0", | ||
"webpack": "^5.96.1", | ||
"webpack-bundle-analyzer": "^4.10.2", | ||
"webpack-cli": "^5.1.4" | ||
}, | ||
|