Skip to content

Commit 4f3a9c4

Browse files
committed
chore: version 10.2.1
1 parent 73cc44a commit 4f3a9c4

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

ponyracer/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@
1111
},
1212
"private": true,
1313
"dependencies": {
14-
"@angular/animations": "~10.2.0",
15-
"@angular/common": "~10.2.0",
16-
"@angular/compiler": "~10.2.0",
17-
"@angular/core": "~10.2.0",
18-
"@angular/forms": "~10.2.0",
19-
"@angular/platform-browser": "~10.2.0",
20-
"@angular/platform-browser-dynamic": "~10.2.0",
21-
"@angular/router": "~10.2.0",
14+
"@angular/animations": "~10.2.4",
15+
"@angular/common": "~10.2.4",
16+
"@angular/compiler": "~10.2.4",
17+
"@angular/core": "~10.2.4",
18+
"@angular/forms": "~10.2.4",
19+
"@angular/platform-browser": "~10.2.4",
20+
"@angular/platform-browser-dynamic": "~10.2.4",
21+
"@angular/router": "~10.2.4",
2222
"rxjs": "~6.6.0",
2323
"tslib": "^2.0.0",
2424
"zone.js": "~0.10.2"
2525
},
2626
"devDependencies": {
27-
"@angular-devkit/build-angular": "~0.1002.0",
28-
"@angular/cli": "~10.2.0",
29-
"@angular/compiler-cli": "~10.2.0",
27+
"@angular-devkit/build-angular": "~0.1002.1",
28+
"@angular/cli": "~10.2.1",
29+
"@angular/compiler-cli": "~10.2.4",
3030
"@types/node": "^12.11.1",
3131
"@types/jasmine": "~3.5.0",
3232
"@types/jasminewd2": "~2.0.3",

ponyracer/src/polyfills.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
* BROWSER POLYFILLS
1919
*/
2020

21-
/** IE10 and IE11 requires the following for NgClass support on SVG elements */
21+
/**
22+
* IE11 requires the following for NgClass support on SVG elements
23+
*/
2224
// import 'classlist.js'; // Run `npm install --save classlist.js`.
2325

2426
/**

0 commit comments

Comments
 (0)