Skip to content

Commit 9c589bd

Browse files
979575: Resolved the dependabot issue
### Feature description Updated readme content ### Requirement and specification document. Updated readme content ### API Review task NA ### Output screenshots NA ### Feature matrix document Feature matrix document updated against this feature and committed in this [common location](https://syncfusion.sharepoint.com/sites/EJ2ProductOwners/Shared%20Documents/Forms/AllItems.aspx?viewid=ae81c682%2D3d0f%2D462a%2Db8ec%2D7358748d489d&id=%2Fsites%2FEJ2ProductOwners%2FShared%20Documents%2FGeneral%2FFeature%20Matrix%20%2D%20Documents) . * [ ] Yes * [ ] NO * [x] NA Provide the details about the areas or combinations which have been tested against this code changes. * [ ] Tested against feature matrix. ### Feature acceptance criteria (Test-case document) Draft the test cases in excel and attach it in the MR itself. The automation must be covered based on this positive and worst-case test-cases. ### Automation details Mark 'Is Automated' field as (Yes, Manual, Not Applicable) in corresponding JIRA task once the feature is automated. * [ ] BUnit, share corresponding MR. * [ ] E2E or Manual Automation using tester - Make sure all items are automated with priority before release which can be tracked in [automation dashboard](https://syncfusion.atlassian.net/secure/Dashboard.jspa?selectPageId=43396). ### Test bed sample location Provide the test bed sample location where the code reviewers can review the new feature’s behaviors. ### Feature completion checklist UX changes got approval if UI is added or modified? * [ ] Yes * [ ] NO * [x] NA Drafted UG for this feature? * [ ] Yes * [ ] NO * [x] NA Content team reviewed the UI content changes. * [ ] Yes * [ ] NO * [x] NA Is this the common feature which needs to be addressed in the same component or on other components in our platform? * [ ] Yes * [x] NO Is there any existing behavior change due to this code change? * [ ] Yes * [x] NO ### Blazor Checklist Confirm whether the ensured feature is in both Blazor Server and WASM. * [ ] Yes * [ ] NO * [x] NA Do the code changes cause any memory leak and performance issue? * [ ] Yes * [x] NO ### Reviewer Checklist * [ ] All provided information are reviewed and ensured.
1 parent b96106c commit 9c589bd

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
{
2-
"dependencies": {
3-
"@rails/webpacker": "5.4.4",
4-
"@syncfusion/ej2-schedule": "^22.1.38",
5-
"webpack": "4.46.0",
6-
"webpack-cli": "3.3.12"
7-
},
8-
"devDependencies": {
9-
"webpack-dev-server": "3"
10-
}
1+
2+
"dependencies": {
3+
"@rails/webpacker": "5.4.4",
4+
"@syncfusion/ej2-schedule": "^22.1.38",
5+
"webpack": "^5.88.0",
6+
"webpack-cli": "^5.1.4"
7+
},
8+
"devDependencies": {
9+
"webpack-dev-server": "^5.2.1"
1110
}

0 commit comments

Comments
 (0)