Skip to content

Commit 206f1b4

Browse files
chore: npx ng update @angular/cli@13
1 parent 7549e1d commit 206f1b4

File tree

5 files changed

+127
-195
lines changed

5 files changed

+127
-195
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/.angular/cache
12
node_modules/
23
*.iml
34
*.ipr

angular.json

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -91,18 +91,6 @@
9191
"src/favicon.ico"
9292
]
9393
}
94-
},
95-
"lint": {
96-
"builder": "@angular-devkit/build-angular:tslint",
97-
"options": {
98-
"tsConfig": [
99-
"src/tsconfig.app.json",
100-
"src/tsconfig.spec.json"
101-
],
102-
"exclude": [
103-
"**/node_modules/**"
104-
]
105-
}
10694
}
10795
}
10896
},
@@ -117,17 +105,6 @@
117105
"protractorConfig": "./protractor.conf.js",
118106
"devServerTarget": "angular-cli-app:serve"
119107
}
120-
},
121-
"lint": {
122-
"builder": "@angular-devkit/build-angular:tslint",
123-
"options": {
124-
"tsConfig": [
125-
"e2e/tsconfig.e2e.json"
126-
],
127-
"exclude": [
128-
"**/node_modules/**"
129-
]
130-
}
131108
}
132109
}
133110
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@angular-devkit/build-angular": "13",
41-
"@angular/cli": "12.2.13",
41+
"@angular/cli": "13.0.3",
4242
"@angular/compiler-cli": "13.0.2",
4343
"@angular/language-service": "13.0.2",
4444
"@types/angular": "^1.8.1",

src/polyfills.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11

22

33

4-
/**
5-
* Required to support Web Animations `@angular/platform-browser/animations`.
6-
* Needed for: All but Chrome, Firefox and Opera. http://caniuse.com/#feat=web-animation
7-
**/
8-
// import 'web-animations-js'; // Run `npm install --save web-animations-js`.
9-
104

115

126
/***************************************************************************************************

0 commit comments

Comments
 (0)