Skip to content

Commit ac86bd2

Browse files
committed
chore: version 12.0.1
1 parent 53cc841 commit ac86bd2

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

ponyracer/README.md

Lines changed: 3 additions & 3 deletions
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 12.0.0.
3+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.1.
44

55
## Development server
66

@@ -12,15 +12,15 @@ Run `ng generate component component-name` to generate a new component. You can
1212

1313
## Build
1414

15-
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
15+
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
1616

1717
## Running unit tests
1818

1919
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
2020

2121
## Running end-to-end tests
2222

23-
Run `ng e2e` to execute the end-to-end tests via a platform of your choice.
23+
Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
2424

2525
## Further help
2626

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": "~12.0.0",
14-
"@angular/common": "~12.0.0",
15-
"@angular/compiler": "~12.0.0",
16-
"@angular/core": "~12.0.0",
17-
"@angular/forms": "~12.0.0",
18-
"@angular/platform-browser": "~12.0.0",
19-
"@angular/platform-browser-dynamic": "~12.0.0",
20-
"@angular/router": "~12.0.0",
13+
"@angular/animations": "~12.0.1",
14+
"@angular/common": "~12.0.1",
15+
"@angular/compiler": "~12.0.1",
16+
"@angular/core": "~12.0.1",
17+
"@angular/forms": "~12.0.1",
18+
"@angular/platform-browser": "~12.0.1",
19+
"@angular/platform-browser-dynamic": "~12.0.1",
20+
"@angular/router": "~12.0.1",
2121
"rxjs": "~6.6.0",
2222
"tslib": "^2.1.0",
2323
"zone.js": "~0.11.4"
2424
},
2525
"devDependencies": {
26-
"@angular-devkit/build-angular": "~12.0.0",
27-
"@angular/cli": "~12.0.0",
28-
"@angular/compiler-cli": "~12.0.0",
26+
"@angular-devkit/build-angular": "~12.0.1",
27+
"@angular/cli": "~12.0.1",
28+
"@angular/compiler-cli": "~12.0.1",
2929
"@types/jasmine": "~3.6.0",
3030
"@types/node": "^12.11.1",
3131
"jasmine-core": "~3.7.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 12.0.0.
3+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.1.
44

55
## Code scaffolding
66

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": "^12.0.0",
6-
"@angular/core": "^12.0.0"
5+
"@angular/common": "^12.0.1",
6+
"@angular/core": "^12.0.1"
77
},
88
"dependencies": {
99
"tslib": "^2.1.0"

0 commit comments

Comments
 (0)