Skip to content
This repository was archived by the owner on Jun 18, 2023. It is now read-only.

Commit 4cd674a

Browse files
committed
chore: Update dependencies
- Angular upgrade to v14 - ngx-highlightjs to v7 - rxjs to v7 - typescript to v4 Removed: - angular/compiler - tslib - ts-node - tslint (deprecated) - -> codelyzer Removed (unused): - testing (jasmine, karma) - protractor
1 parent 833ae6f commit 4cd674a

File tree

5 files changed

+13418
-20608
lines changed

5 files changed

+13418
-20608
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ speed-measure-plugin*.json
3434
.history/*
3535

3636
# misc
37+
/.angular
3738
/.sass-cache
3839
/connect.lock
3940
/coverage

angular.json

Lines changed: 4 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -79,55 +79,15 @@
7979
"browserTarget": "springwolf-ui:build"
8080
}
8181
},
82-
"test": {
83-
"builder": "@angular-devkit/build-angular:karma",
84-
"options": {
85-
"main": "src/test.ts",
86-
"polyfills": "src/polyfills.ts",
87-
"tsConfig": "tsconfig.spec.json",
88-
"karmaConfig": "karma.conf.js",
89-
"assets": [
90-
"src/favicon.ico",
91-
"src/assets"
92-
],
93-
"styles": [
94-
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
95-
"src/styles.css"
96-
],
97-
"scripts": []
98-
}
99-
},
100-
"lint": {
101-
"builder": "@angular-devkit/build-angular:tslint",
102-
"options": {
103-
"tsConfig": [
104-
"tsconfig.app.json",
105-
"tsconfig.spec.json",
106-
"e2e/tsconfig.json"
107-
],
108-
"exclude": [
109-
"**/node_modules/**"
110-
]
111-
}
112-
},
113-
"e2e": {
114-
"builder": "@angular-devkit/build-angular:protractor",
115-
"options": {
116-
"protractorConfig": "e2e/protractor.conf.js",
117-
"devServerTarget": "springwolf-ui:serve"
118-
},
119-
"configurations": {
120-
"production": {
121-
"devServerTarget": "springwolf-ui:serve:production"
122-
}
123-
}
124-
},
12582
"deploy": {
12683
"builder": "angular-cli-ghpages:deploy",
12784
"options": {}
12885
}
12986
}
13087
}
13188
},
132-
"defaultProject": "springwolf-ui"
89+
"defaultProject": "springwolf-ui",
90+
"cli": {
91+
"analytics": false
92+
}
13393
}

0 commit comments

Comments
 (0)