Skip to content

Commit ad515de

Browse files
committed
chore: version 18.2.0-next.0
1 parent 241f165 commit ad515de

File tree

5 files changed

+17
-16
lines changed

5 files changed

+17
-16
lines changed

ponyracer/README.md

+1-1
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 18.1.4.
3+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.0-next.0.
44

55
## Development server
66

ponyracer/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,30 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "^18.1.0",
14-
"@angular/common": "^18.1.0",
15-
"@angular/compiler": "^18.1.0",
16-
"@angular/core": "^18.1.0",
17-
"@angular/forms": "^18.1.0",
18-
"@angular/platform-browser": "^18.1.0",
19-
"@angular/platform-browser-dynamic": "^18.1.0",
20-
"@angular/router": "^18.1.0",
13+
"@angular/animations": "^18.2.0-next.0",
14+
"@angular/common": "^18.2.0-next.0",
15+
"@angular/compiler": "^18.2.0-next.0",
16+
"@angular/core": "^18.2.0-next.0",
17+
"@angular/forms": "^18.2.0-next.0",
18+
"@angular/platform-browser": "^18.2.0-next.0",
19+
"@angular/platform-browser-dynamic": "^18.2.0-next.0",
20+
"@angular/router": "^18.2.0-next.0",
2121
"rxjs": "~7.8.0",
2222
"tslib": "^2.3.0",
2323
"zone.js": "~0.14.3"
2424
},
2525
"devDependencies": {
26-
"@angular-devkit/build-angular": "^18.1.4",
27-
"@angular/cli": "^18.1.4",
28-
"@angular/compiler-cli": "^18.1.0",
26+
"@angular-devkit/build-angular": "^18.2.0-next.0",
27+
"@angular/cli": "^18.2.0-next.0",
28+
"@angular/compiler-cli": "^18.2.0-next.0",
2929
"@types/jasmine": "~5.1.0",
3030
"jasmine-core": "~5.1.0",
3131
"karma": "~6.4.0",
3232
"karma-chrome-launcher": "~3.2.0",
3333
"karma-coverage": "~2.2.0",
3434
"karma-jasmine": "~5.1.0",
3535
"karma-jasmine-html-reporter": "~2.1.0",
36-
"ng-packagr": "^18.1.0",
36+
"ng-packagr": "^18.2.0-next.0",
3737
"typescript": "~5.5.2"
3838
}
3939
}

ponyracer/projects/ponyracer-lib/README.md

+1-1
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 18.1.0.
3+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.0-next.0.
44

55
## Code scaffolding
66

ponyracer/projects/ponyracer-lib/package.json

+2-2
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": "^18.1.0",
6-
"@angular/core": "^18.1.0"
5+
"@angular/common": "^18.2.0-next.0",
6+
"@angular/core": "^18.2.0-next.0"
77
},
88
"dependencies": {
99
"tslib": "^2.3.0"

ponyracer/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"noImplicitReturns": true,
1111
"noFallthroughCasesInSwitch": true,
1212
"skipLibCheck": true,
13+
"isolatedModules": true,
1314
"esModuleInterop": true,
1415
"sourceMap": true,
1516
"declaration": false,

0 commit comments

Comments
 (0)