Skip to content

Commit 5949007

Browse files
committed
chore: fix react-finance-portfolio alerts
1 parent 9695f96 commit 5949007

File tree

2 files changed

+24
-22
lines changed

2 files changed

+24
-22
lines changed

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

Lines changed: 21 additions & 21 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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@
106106
"postcss": ">=8.4.31",
107107
"tough-cookie": ">=4.1.3",
108108
"jsdom": ">=16.5.0",
109-
"path-to-regexp": "0.1.12"
109+
"path-to-regexp": "0.1.12",
110+
"@babel/runtime": "^7.26.10",
111+
"@babel/helpers": "^7.26.10"
110112
},
111113
"scripts": {
112114
"start": "react-scripts start",

0 commit comments

Comments
 (0)