Browse Source

update schematic ng 14

pull/13886/head
muhammedaltug 4 years ago
parent
commit
03928015be
  1. 6
      npm/ng-packs/packages/schematics/package.json

6
npm/ng-packs/packages/schematics/package.json

@ -9,12 +9,12 @@
"license": "MIT", "license": "MIT",
"schematics": "./collection.json", "schematics": "./collection.json",
"dependencies": { "dependencies": {
"@angular-devkit/core": "~13.3.9", "@angular-devkit/core": "~14.2.1",
"@angular-devkit/schematics": "~13.3.9", "@angular-devkit/schematics": "~14.2.1",
"got": "^11.5.2", "got": "^11.5.2",
"jsonc-parser": "^2.3.0", "jsonc-parser": "^2.3.0",
"should-quote": "^1.0.0", "should-quote": "^1.0.0",
"typescript": "~4.6.4" "typescript": "~4.7.4"
}, },
"devDependencies": { "devDependencies": {
"@schematics/angular": "~11.0.2", "@schematics/angular": "~11.0.2",

Loading…
Cancel
Save