Skip to content

Commit b50bae3

Browse files
chore: update deps, rem lint, use workspace ts
1 parent af46825 commit b50bae3

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"html.format.wrapLineLength": 80
2+
"html.format.wrapLineLength": 80,
3+
"typescript.tsdk": "node_modules\\typescript\\lib"
34
}

package.json

+11-12
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,18 @@
77
"start": "ng serve",
88
"build": "ng build",
99
"test": "ng test",
10-
"lint": "ng lint",
1110
"e2e": "ng e2e"
1211
},
1312
"private": true,
1413
"dependencies": {
15-
"@angular/animations": "^16.1.5",
16-
"@angular/common": "^16.1.5",
17-
"@angular/compiler": "^16.1.5",
18-
"@angular/core": "^16.1.5",
19-
"@angular/forms": "^16.1.5",
20-
"@angular/platform-browser": "^16.1.5",
21-
"@angular/platform-browser-dynamic": "^16.1.5",
22-
"@angular/router": "^16.1.5",
14+
"@angular/animations": "^16.1.6",
15+
"@angular/common": "^16.1.6",
16+
"@angular/compiler": "^16.1.6",
17+
"@angular/core": "^16.1.6",
18+
"@angular/forms": "^16.1.6",
19+
"@angular/platform-browser": "^16.1.6",
20+
"@angular/platform-browser-dynamic": "^16.1.6",
21+
"@angular/router": "^16.1.6",
2322
"core-js": "^3.31.1",
2423
"rxjs": "^7.8.1",
2524
"tar": "^6.1.15",
@@ -28,8 +27,8 @@
2827
"devDependencies": {
2928
"@angular-devkit/build-angular": "^16.1.4",
3029
"@angular/cli": "^16.1.4",
31-
"@angular/compiler-cli": "^16.1.5",
32-
"@angular/language-service": "^16.1.5",
30+
"@angular/compiler-cli": "^16.1.6",
31+
"@angular/language-service": "^16.1.6",
3332
"@types/jasmine": "~4.3.5",
3433
"@types/jasminewd2": "~2.0.10",
3534
"@types/node": "~20.4.2",
@@ -45,4 +44,4 @@
4544
"ts-node": "~10.9.1",
4645
"typescript": "5.1.6"
4746
}
48-
}
47+
}

0 commit comments

Comments
 (0)