Skip to content

Commit

Permalink
Merge pull request #2790 from telerik/fix-issues
Browse files Browse the repository at this point in the history
Bump sample apps versions to fix dependabot alerts
  • Loading branch information
InaGlushkova authored Jan 9, 2025
2 parents c91dde9 + 22bb816 commit e7f64e1
Show file tree
Hide file tree
Showing 17 changed files with 65 additions and 50 deletions.
2 changes: 1 addition & 1 deletion examples/coffee-warehouse-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"cldr-dates-full": "44.0.1",
"cldr-numbers-full": "44.0.1",
"hammerjs": "^2.0.8",
"next": "14.2.10",
"next": "14.2.21",
"react": "^18",
"react-dom": "^18"
},
Expand Down
46 changes: 23 additions & 23 deletions examples/kendo-react-e-commerce-astro-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions examples/kendo-react-e-commerce-astro-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@
"@progress/kendo-svg-icons": "^4.0.0",
"@progress/kendo-theme-default": "^10.0.1",
"@progress/kendo-theme-utils": "^10.0.1",
"astro": "^4.16.6",
"astro": "^4.16.18",
"gh-pages": "^6.1.1",
"nanostores": "^0.11.3",
"typescript": "^5.6.3"
},
"overrides": {
"prettier": "^3.0.0"
"prettier": "^3.0.0",
"nanoid": "^3.3.8"
}
}
6 changes: 3 additions & 3 deletions examples/kendo-react-file-manager/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion examples/kendo-react-file-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
},
"overrides": {
"nth-check": ">=2.0.1",
"postcss": ">=8.4.31"
"postcss": ">=8.4.31",
"path-to-regexp": "^0.1.12"
},
"scripts": {
"start": "react-scripts start",
Expand Down
6 changes: 3 additions & 3 deletions examples/kendo-react-finance-portfolio/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion examples/kendo-react-finance-portfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@
"nth-check": ">=2.0.1",
"postcss": ">=8.4.31",
"tough-cookie": ">=4.1.3",
"jsdom": ">=16.5.0"
"jsdom": ">=16.5.0",
"path-to-regexp": "0.1.12"
},
"scripts": {
"start": "react-scripts start",
Expand Down
6 changes: 3 additions & 3 deletions examples/kendo-react-homepage-demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion examples/kendo-react-homepage-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"nth-check": ">=2.0.1",
"postcss": ">=8.4.31",
"tough-cookie": ">=4.1.3",
"typescript": "^5.7.2"
"typescript": "^5.7.2",
"path-to-regexp": "^0.1.12"
},
"scripts": {
"predeploy": "npm run build",
Expand Down
5 changes: 4 additions & 1 deletion examples/kendo-react-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@progress/kendo-react-treeview": "^9.0.0",
"@progress/kendo-svg-icons": "^4.0.0",
"@progress/kendo-theme-default": "^10.0.1",
"next": "latest",
"next": "^14.2.21",
"react": "latest",
"react-dom": "latest"
},
Expand All @@ -33,5 +33,8 @@
"@types/react": "latest",
"@types/react-dom": "latest",
"typescript": "latest"
},
"overrides": {
"nanoid": "^3.3.8"
}
}
5 changes: 4 additions & 1 deletion examples/kendo-unstyled-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,14 @@
"@progress/kendo-theme-default": "^10.0.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.13.2",
"astro": "^4.16.18",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.10",
"@tailwindcss/forms": "^0.5.9",
"typescript": "^5.5.4"
},
"overrides": {
"nanoid": "^3.3.8"
}
}
5 changes: 3 additions & 2 deletions examples/react-admin-dashboard/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion examples/react-admin-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
},
"overrides": {
"nth-check": ">=2.0.1",
"postcss": ">=8.4.31"
"postcss": ">=8.4.31",
"path-to-regexp": "^0.1.12"
},
"scripts": {
"start": "react-scripts start",
Expand Down
6 changes: 3 additions & 3 deletions examples/react-coffee-warehouse/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion examples/react-coffee-warehouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"nth-check": ">=2.0.1",
"postcss": ">=8.4.31",
"tough-cookie": ">=4.1.3",
"typescript": "^5.7.2"
"typescript": "^5.7.2",
"path-to-regexp": "^0.1.12"
},
"scripts": {
"start": "react-scripts start",
Expand Down
5 changes: 3 additions & 2 deletions examples/react-grid-live-data/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion examples/react-grid-live-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"overrides": {
"follow-redirects": ">=1.15.4",
"nth-check": ">=2.0.1",
"postcss": ">=8.4.31"
"postcss": ">=8.4.31",
"path-to-regexp": "0.1.12"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit e7f64e1

Please sign in to comment.