Skip to content

Commit 2f23bb3

Browse files
authored
Merge pull request #4 from SyncfusionExamples/AngularUpgrade
Updated package version
2 parents 1a65a4c + b26e74b commit 2f23bb3

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,28 @@
1111
},
1212
"private": true,
1313
"dependencies": {
14-
"@angular/animations": "~14.0.0",
15-
"@angular/common": "~14.0.0",
16-
"@angular/compiler": "~14.0.0",
17-
"@angular/core": "~14.0.0",
18-
"@angular/forms": "~14.0.0",
19-
"@angular/platform-browser": "~14.0.0",
20-
"@angular/platform-browser-dynamic": "~14.0.0",
21-
"@angular/router": "~14.0.0",
22-
"@syncfusion/ej2-angular-buttons": "^19.1.63",
14+
"@angular/animations": "~14.1.0",
15+
"@angular/common": "~14.1.0",
16+
"@angular/compiler": "~14.1.0",
17+
"@angular/core": "~14.1.0",
18+
"@angular/forms": "~14.1.0",
19+
"@angular/platform-browser": "~14.1.0",
20+
"@angular/platform-browser-dynamic": "~14.1.0",
21+
"@angular/router": "~14.1.0",
22+
"@syncfusion/ej2-angular-buttons": "*",
2323
"@syncfusion/ej2-angular-documenteditor": "*",
24-
"@syncfusion/ej2-angular-navigations": "^19.1.63",
25-
"@syncfusion/ej2-angular-splitbuttons": "^19.1.63",
24+
"@syncfusion/ej2-angular-navigations": "*",
25+
"@syncfusion/ej2-angular-splitbuttons": "*",
2626
"rxjs": "~7.4.0",
2727
"tslib": "^2.3.0",
2828
"zone.js": "~0.11.4"
2929

3030

3131
},
3232
"devDependencies": {
33-
"@angular-devkit/build-angular": "~14.0.1",
34-
"@angular/cli": "~14.0.1",
35-
"@angular/compiler-cli": "~14.0.0",
33+
"@angular-devkit/build-angular": "~14.1.3",
34+
"@angular/cli": "~14.1.3",
35+
"@angular/compiler-cli": "~14.1.0",
3636
"@types/jasmine": "~3.10.0",
3737
"@types/node": "^12.11.1",
3838
"codelyzer": "^6.0.0",
@@ -46,6 +46,6 @@
4646
"protractor": "~7.0.0",
4747
"ts-node": "~8.3.0",
4848
"tslint": "~6.1.0",
49-
"typescript": "~4.4.3"
49+
"typescript": "~4.7.2"
5050
}
5151
}

0 commit comments

Comments
 (0)