Skip to content

Fix alerts #678

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Mar 20, 2025
1,873 changes: 1,166 additions & 707 deletions examples-standalone/dashboard/package-lock.json

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions examples-standalone/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@
"vue-router": "^4.1.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue": "^5.2.1",
"sass": "^1.54.4",
"vite": "^3.2.11"
"vite": "^5.4.14"
},
"overrides": {
"nanoid": "^3.3.8"
"nanoid": "^3.3.8",
"esbuild": "^0.25.1"
}
}
4 changes: 2 additions & 2 deletions getting-started-javascript-composition-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@progress/kendo-svg-icons": "latest"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"vite": "^3.2.3"
"@vitejs/plugin-vue": "^4.6.2",
"vite": "^4.5.6"
}
}
4 changes: 2 additions & 2 deletions getting-started-javascript-options-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@progress/kendo-svg-icons": "latest"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"vite": "^3.2.3"
"@vitejs/plugin-vue": "^4.6.2",
"vite": "^4.5.6"
}
}
2 changes: 1 addition & 1 deletion getting-started-nuxt3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"postinstall": "nuxt prepare"
},
"devDependencies": {
"nuxt": "latest"
"nuxt": "^3.16.0"
},
"dependencies": {
"@progress/kendo-data-query": "latest",
Expand Down
4 changes: 2 additions & 2 deletions getting-started-typescript-composition-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"@progress/kendo-svg-icons": "latest"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue": "^4.6.2",
"typescript": "^4.6.4",
"vite": "^3.2.3",
"vite": "^4.5.6",
"vue-tsc": "^1.0.9"
}
}
4 changes: 2 additions & 2 deletions getting-started-typescript-options-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"@progress/kendo-svg-icons": "latest"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue": "^4.6.2",
"typescript": "^4.6.4",
"vite": "^3.2.3",
"vite": "^4.5.6",
"vue-tsc": "^1.0.9"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.28.0",
"axios": "^1.8.2",
"bootstrap": "^4.5.3",
"core-js": "^3.7.0",
"vue": "^3.1.2",
Expand Down
4 changes: 2 additions & 2 deletions kendo-vue-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"cldr-numbers-full": "^41.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"vite": "^3.2.3"
"@vitejs/plugin-vue": "^4.6.2",
"vite": "^4.5.6"
}
}
4 changes: 2 additions & 2 deletions vue3-grid-performance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"vue": "^3.2.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"vite": "^3.2.3"
"@vitejs/plugin-vue": "^5.2.1",
"vite": "^5.4.14"
}
}