Skip to content

Commit 6f3c0aa

Browse files
fabiomartinoFabio Martino
and
Fabio Martino
authored
chore: Updated dependencies and tsconfig (#87)
* Updated dependencies and tsconfig * update devDependency 'reflect-metadata' Co-authored-by: Fabio Martino <martino.fabio@libero.it>
1 parent 3533b66 commit 6f3c0aa

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angularclass/hmr",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "angular-hmr: Hot Module Replacement for Webpack and Angular by @AngularClass",
55
"main": "dist/index.js",
66
"sideEffects": false,
@@ -25,13 +25,13 @@
2525
},
2626
"homepage": "https://github.com/angularclass/angular-hmr#readme",
2727
"devDependencies": {
28-
"@angular/core": "~4.2.4",
29-
"reflect-metadata": "^0.1.3",
30-
"rxjs": "^5.0.1",
31-
"tslib": "^1.7.1",
32-
"typescript": "^2.3.2",
33-
"zone.js": "^0.8.12",
34-
"webpack": "3"
28+
"@angular/core": "~10.0.14",
29+
"reflect-metadata": "^0.1.13",
30+
"rxjs": "^6.6.2",
31+
"tslib": "^2.0.1",
32+
"typescript": "^3.9.5",
33+
"zone.js": "^0.11.1",
34+
"webpack": "4.44.1"
3535
},
3636
"dependencies": {}
3737
}

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"target": "es5",
4-
"module": "ES2015",
3+
"target": "es2015",
4+
"module": "es2020",
55
"declaration": true,
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,

0 commit comments

Comments
 (0)