Skip to content

Commit aec3e20

Browse files
author
Fernando Leal
committed
versão 0.6.0-alpha.2
1 parent d7a0f28 commit aec3e20

File tree

3 files changed

+15
-16
lines changed

3 files changed

+15
-16
lines changed

angular.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"styles": [
3030
"src/styles.scss"
3131
],
32-
"scripts": [],
33-
"es5BrowserSupport": true
32+
"scripts": []
3433
},
3534
"configurations": {
3635
"production": {

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
},
1515
"private": true,
1616
"dependencies": {
17-
"@angular/animations": "~7.2.0",
18-
"@angular/common": "~7.2.0",
19-
"@angular/compiler": "~7.2.0",
20-
"@angular/core": "~7.2.0",
21-
"@angular/forms": "~7.2.0",
22-
"@angular/platform-browser": "~7.2.0",
23-
"@angular/platform-browser-dynamic": "~7.2.0",
24-
"@angular/router": "~7.2.0",
17+
"@angular/animations": "~8.2.14",
18+
"@angular/common": "~8.2.14",
19+
"@angular/compiler": "~8.2.14",
20+
"@angular/core": "~8.2.14",
21+
"@angular/forms": "~8.2.14",
22+
"@angular/platform-browser": "~8.2.14",
23+
"@angular/platform-browser-dynamic": "~8.2.14",
24+
"@angular/router": "~8.2.14",
2525
"core-js": "^3.21.1",
2626
"database-builder": "~0.6.0-alpha.4",
2727
"moment": "^2.29.2",
@@ -32,9 +32,9 @@
3232
"devDependencies": {
3333
"@angular-devkit/build-angular": "~0.1000.0",
3434
"@angular-devkit/build-ng-packagr": "~0.1002.0",
35-
"@angular/cli": "~7.2.0",
36-
"@angular/compiler-cli": "~7.2.0",
37-
"@angular/language-service": "~7.2.0",
35+
"@angular/cli": "~8.3.29",
36+
"@angular/compiler-cli": "~8.2.14",
37+
"@angular/language-service": "~8.2.14",
3838
"@types/jasmine": "~4.0.2",
3939
"@types/jasminewd2": "~2.0.10",
4040
"@types/node": "~17.0.23",
@@ -51,6 +51,6 @@
5151
"ts-node": "~10.7.0",
5252
"tsickle": ">=0.34.0",
5353
"tslint": "~6.1.3",
54-
"typescript": "^3.9.0"
54+
"typescript": "^3.6.0"
5555
}
56-
}
56+
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"emitDecoratorMetadata": true,
1111
"experimentalDecorators": true,
1212
"importHelpers": true,
13-
"target": "es5",
13+
"target": "ES2015",
1414
"typeRoots": [
1515
"node_modules/@types"
1616
],

0 commit comments

Comments
 (0)