瀏覽代碼

Updated Angular CLI

Lukas Cerny 2 年之前
父節點
當前提交
ee55ede03d
共有 4 個文件被更改,包括 4352 次插入4239 次删除
  1. 1 2
      angular.json
  2. 4347 4233
      package-lock.json
  3. 3 3
      package.json
  4. 1 1
      tsconfig.json

+ 1 - 2
angular.json

@@ -141,6 +141,5 @@
         }
       }
     }
-  },
-  "defaultProject": "SensLog"
+  }
 }

File diff suppressed because it is too large
+ 4347 - 4233
package-lock.json


+ 3 - 3
package.json

@@ -65,14 +65,14 @@
   "devDependencies": {
     "@angular-architects/module-federation": "^13.0.1",
     "@angular-builders/custom-webpack": "13.1.0",
-    "@angular-devkit/build-angular": "^13.3.0",
+    "@angular-devkit/build-angular": "^14.2.13",
     "@angular-eslint/builder": "^13.1.0",
     "@angular-eslint/eslint-plugin": "^13.1.0",
     "@angular-eslint/eslint-plugin-template": "^13.1.0",
     "@angular-eslint/schematics": "^13.1.0",
     "@angular-eslint/template-parser": "^13.1.0",
-    "@angular/cli": "~13.3.0",
-    "@angular/compiler-cli": "~14.3.0",
+    "@angular/cli": "^14.2.13",
+    "@angular/compiler-cli": "^14.3.0",
     "@types/jasmine": "~3.6.0",
     "@types/node": "^12.11.1",
     "codelyzer": "^6.0.0",

+ 1 - 1
tsconfig.json

@@ -11,7 +11,7 @@
     "moduleResolution": "node",
     "importHelpers": true,
     "skipLibCheck": true,
-    "target": "es2015",
+    "target": "es2020",
     "module": "es2020",
     "paths": {
       "@angular/*": [

Some files were not shown because too many files changed in this diff