Skip to content

Commit eaf8df1

Browse files
committed
chore(apps): add overrides
1 parent c0dd8ba commit eaf8df1

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

examples/kendo-react-finance-portfolio/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/kendo-react-finance-portfolio/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
"socks": ">=2.7.3"
103103
},
104104
"overrides": {
105+
"canvas": "3.0.0-rc2",
105106
"nth-check": ">=2.0.1",
106107
"postcss": ">=8.4.31",
107108
"tough-cookie": ">=4.1.3",

examples/kendo-react-homepage-demo/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"overrides": {
3030
"nth-check": ">=2.0.1",
3131
"postcss": ">=8.4.31",
32-
"tough-cookie": ">=4.1.3"
32+
"tough-cookie": ">=4.1.3",
33+
"typescript": "^5.7.2"
3334
},
3435
"scripts": {
3536
"predeploy": "npm run build",

0 commit comments

Comments
 (0)