Skip to content

Commit

Permalink
Add pikaday to peerDependencies to ensure backward compatibility …
Browse files Browse the repository at this point in the history
…for `14.1.0`. (#10715)

* Add peer dependencies for pikaday and @types/pikaday

* Regenerate the package-lock file.

* Add the changelog entry.
  • Loading branch information
jansiegel committed Jan 10, 2024
1 parent 0c8aa90 commit 1e12a15
Show file tree
Hide file tree
Showing 3 changed files with 4,063 additions and 7,330 deletions.
8 changes: 8 additions & 0 deletions .changelogs/10715.json
@@ -0,0 +1,8 @@
{
"issuesOrigin": "private",
"title": "Added `pikaday` to `handsontable`'s `peerDependencies` to ensure the backward compatibility of `14.1.0`.",
"type": "changed",
"issueOrPR": 10715,
"breaking": false,
"framework": "none"
}
5 changes: 5 additions & 0 deletions handsontable/package.json
Expand Up @@ -85,6 +85,10 @@
"optionalDependencies": {
"hyperformula": "^2.4.0"
},
"peerDependencies": {
"pikaday": "1.8.2",
"@types/pikaday": "1.7.4"
},
"devDependencies": {
"@babel/cli": "^7.8.3",
"@babel/core": "^7.11.4",
Expand Down Expand Up @@ -233,6 +237,7 @@
"dependencies",
"devDependencies",
"optionalDependencies",
"peerDependencies",
"license",
"typings",
"sideEffects"
Expand Down

0 comments on commit 1e12a15

Please sign in to comment.