Skip to content

Commit 286c204

Browse files
fix angular version
1 parent 4ddec62 commit 286c204

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/devextreme-schematics/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
],
2323
"schematics": "./src/collection.json",
2424
"dependencies": {
25-
"@angular-devkit/core": "^17.3.0",
26-
"@angular-devkit/schematics": "^17.3.0",
27-
"@schematics/angular": "^17.3.0"
25+
"@angular-devkit/core": "^17.3.11",
26+
"@angular-devkit/schematics": "^17.3.11",
27+
"@schematics/angular": "^17.3.11"
2828
},
2929
"devDependencies": {
3030
"@types/jasmine": "~3.10.18",

0 commit comments

Comments
 (0)