Skip to content

Commit e7d7c28

Browse files
committed
chore: version 17.0.6
1 parent 6655edf commit e7d7c28

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
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 17.0.5.
3+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.6.
44

55
## Development server
66

ponyracer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"zone.js": "~0.14.2"
2424
},
2525
"devDependencies": {
26-
"@angular-devkit/build-angular": "^17.0.5",
27-
"@angular/cli": "^17.0.5",
26+
"@angular-devkit/build-angular": "^17.0.6",
27+
"@angular/cli": "^17.0.6",
2828
"@angular/compiler-cli": "^17.0.0",
2929
"@types/jasmine": "~5.1.0",
3030
"jasmine-core": "~5.1.0",

ponyracer/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,18 @@
99
"noPropertyAccessFromIndexSignature": true,
1010
"noImplicitReturns": true,
1111
"noFallthroughCasesInSwitch": true,
12+
"skipLibCheck": true,
1213
"esModuleInterop": true,
1314
"sourceMap": true,
1415
"declaration": false,
1516
"experimentalDecorators": true,
1617
"moduleResolution": "node",
17-
"importHelpers": true,
1818
"paths": {
1919
"ponyracer-lib": [
2020
"./dist/ponyracer-lib"
2121
]
2222
},
23+
"importHelpers": true,
2324
"target": "ES2022",
2425
"module": "ES2022",
2526
"useDefineForClassFields": false,

0 commit comments

Comments
 (0)