Skip to content

Commit 11700be

Browse files
committed
chore: version 11.0.3
1 parent 3a22ab0 commit 11700be

File tree

5 files changed

+21
-15
lines changed

5 files changed

+21
-15
lines changed

ponyracer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ponyracer
22

3-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.2.
3+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.3.
44

55
## Development server
66

ponyracer/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "~11.0.1",
14-
"@angular/common": "~11.0.1",
15-
"@angular/compiler": "~11.0.1",
16-
"@angular/core": "~11.0.1",
17-
"@angular/forms": "~11.0.1",
18-
"@angular/platform-browser": "~11.0.1",
19-
"@angular/platform-browser-dynamic": "~11.0.1",
20-
"@angular/router": "~11.0.1",
13+
"@angular/animations": "~11.0.3",
14+
"@angular/common": "~11.0.3",
15+
"@angular/compiler": "~11.0.3",
16+
"@angular/core": "~11.0.3",
17+
"@angular/forms": "~11.0.3",
18+
"@angular/platform-browser": "~11.0.3",
19+
"@angular/platform-browser-dynamic": "~11.0.3",
20+
"@angular/router": "~11.0.3",
2121
"rxjs": "~6.6.0",
2222
"tslib": "^2.0.0",
2323
"zone.js": "~0.10.2"
2424
},
2525
"devDependencies": {
26-
"@angular-devkit/build-angular": "~0.1100.2",
27-
"@angular/cli": "~11.0.2",
28-
"@angular/compiler-cli": "~11.0.1",
26+
"@angular-devkit/build-angular": "~0.1100.3",
27+
"@angular/cli": "~11.0.3",
28+
"@angular/compiler-cli": "~11.0.3",
2929
"@types/jasmine": "~3.6.0",
3030
"@types/node": "^12.11.1",
3131
"codelyzer": "^6.0.0",

ponyracer/projects/ponyracer-lib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PonyracerLib
22

3-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.1.
3+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.3.
44

55
## Code scaffolding
66

ponyracer/projects/ponyracer-lib/karma.conf.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ module.exports = function (config) {
1313
require('@angular-devkit/build-angular/plugins/karma')
1414
],
1515
client: {
16+
jasmine: {
17+
// you can add configuration options for Jasmine here
18+
// the possible options are listed at https://jasmine.github.io/api/edge/Configuration.html
19+
// for example, you can disable the random execution with `random: false`
20+
// or set a specific seed with `seed: 4321`
21+
},
1622
clearContext: false // leave Jasmine Spec Runner output visible in browser
1723
},
1824
jasmineHtmlReporter: {

ponyracer/projects/ponyracer-lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "ponyracer-lib",
33
"version": "0.0.1",
44
"peerDependencies": {
5-
"@angular/common": "^11.0.1",
6-
"@angular/core": "^11.0.1"
5+
"@angular/common": "^11.0.3",
6+
"@angular/core": "^11.0.3"
77
},
88
"dependencies": {
99
"tslib": "^2.0.0"

0 commit comments

Comments
 (0)