Skip to content

Commit 6af61b1

Browse files
committed
Update Karma & types-node
1 parent 16e4386 commit 6af61b1

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ in your browser go to [http://localhost:4200](http://localhost:4200)
113113
### Tests
114114
* `npm run lint`
115115
* `npm run test`
116-
* `npm run e2e`
116+
* `npm run e2e`
117+
# Use Chrome version 83 min
117118

118119
### Compilation
119120
* `npm run build` ( without SSR)
@@ -149,7 +150,7 @@ in your browser go to [http://localhost:4200](http://localhost:4200)
149150
* in your browser [http://localhost:5200/movies](http://localhost:5200/movies)
150151

151152
### Author
152-
* Updated : 19/05/2020
153+
* Updated : 20/05/2020
153154
* Author : danny
154155

155156
## Documentation

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@
6060
"@angular/language-service": "9.1.7",
6161
"@nguniversal/builders": "9.1.1",
6262
"@types/express": "4.17.6",
63-
"@types/node": "14.0.1",
63+
"@types/node": "14.0.4",
6464
"@types/jasmine": "3.5.10",
6565
"@types/jasminewd2": "2.0.8",
6666
"codelyzer": "5.2.2",
6767
"jasmine-core": "3.5.0",
6868
"jasmine-spec-reporter": "5.0.2",
69-
"karma": "5.0.8",
69+
"karma": "5.0.9",
7070
"karma-chrome-launcher": "3.1.0",
7171
"karma-coverage-istanbul-reporter": "3.0.2",
7272
"karma-jasmine": "3.1.1",

0 commit comments

Comments
 (0)