Skip to content

Commit

Permalink
Move the pikaday dependency from peerDependencies to dependencies to …
Browse files Browse the repository at this point in the history
…ensure yarn support for the fix from #10715. (#10718)
  • Loading branch information
jansiegel committed Jan 11, 2024
1 parent faee814 commit 317e00f
Show file tree
Hide file tree
Showing 3 changed files with 7,341 additions and 4,047 deletions.
2 changes: 1 addition & 1 deletion .changelogs/10715.json
@@ -1,6 +1,6 @@
{
"issuesOrigin": "private",
"title": "Added `pikaday` to `handsontable`'s `peerDependencies` to ensure the backward compatibility of `14.1.0`.",
"title": "Added `pikaday` to `handsontable`'s `dependencies` to ensure the backward compatibility of `14.1.0`.",
"type": "changed",
"issueOrPR": 10715,
"breaking": false,
Expand Down
9 changes: 3 additions & 6 deletions handsontable/package.json
Expand Up @@ -80,15 +80,13 @@
"core-js": "^3.31.1",
"dompurify": "^2.1.1",
"moment": "2.29.4",
"numbro": "2.1.2"
"numbro": "2.1.2",
"pikaday": "1.8.2",
"@types/pikaday": "1.7.4"
},
"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 @@ -237,7 +235,6 @@
"dependencies",
"devDependencies",
"optionalDependencies",
"peerDependencies",
"license",
"typings",
"sideEffects"
Expand Down

0 comments on commit 317e00f

Please sign in to comment.