Skip to content

Commit d10edce

Browse files
committed
chore: version 8.2.0-next.1
1 parent 28064b9 commit d10edce

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

ponyracer/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@
1111
},
1212
"private": true,
1313
"dependencies": {
14-
"@angular/animations": "~8.2.0-next.0",
15-
"@angular/common": "~8.2.0-next.0",
16-
"@angular/compiler": "~8.2.0-next.0",
17-
"@angular/core": "~8.2.0-next.0",
18-
"@angular/forms": "~8.2.0-next.0",
19-
"@angular/platform-browser": "~8.2.0-next.0",
20-
"@angular/platform-browser-dynamic": "~8.2.0-next.0",
21-
"@angular/router": "~8.2.0-next.0",
14+
"@angular/animations": "~8.2.0-next.2",
15+
"@angular/common": "~8.2.0-next.2",
16+
"@angular/compiler": "~8.2.0-next.2",
17+
"@angular/core": "~8.2.0-next.2",
18+
"@angular/forms": "~8.2.0-next.2",
19+
"@angular/platform-browser": "~8.2.0-next.2",
20+
"@angular/platform-browser-dynamic": "~8.2.0-next.2",
21+
"@angular/router": "~8.2.0-next.2",
2222
"rxjs": "~6.4.0",
2323
"tslib": "^1.9.0",
2424
"zone.js": "~0.9.1"
2525
},
2626
"devDependencies": {
27-
"@angular-devkit/build-angular": "~0.802.0-next.0",
28-
"@angular/cli": "~8.2.0-next.0",
29-
"@angular/compiler-cli": "~8.2.0-next.0",
30-
"@angular/language-service": "~8.2.0-next.0",
27+
"@angular-devkit/build-angular": "~0.802.0-next.1",
28+
"@angular/cli": "~8.2.0-next.1",
29+
"@angular/compiler-cli": "~8.2.0-next.2",
30+
"@angular/language-service": "~8.2.0-next.2",
3131
"@types/node": "~8.9.4",
3232
"@types/jasmine": "~3.3.8",
3333
"@types/jasminewd2": "~2.0.3",

ponyracer/tsconfig.app.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"outDir": "./out-tsc/app",
55
"types": []
66
},
7+
"files": [
8+
"src/main.ts",
9+
"src/polyfills.ts"
10+
],
711
"include": [
812
"src/**/*.ts"
913
],

0 commit comments

Comments
 (0)