Skip to content

Commit

Permalink
feat: updated to typescript 3.1
Browse files Browse the repository at this point in the history
* added CC0-1.0 lic
  • Loading branch information
pimenovoleg committed Oct 4, 2018
1 parent abaaa9d commit adc05ae
Show file tree
Hide file tree
Showing 14 changed files with 754 additions and 1,082 deletions.
1,194 changes: 396 additions & 798 deletions package-lock.json

Large diffs are not rendered by default.

49 changes: 24 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,29 @@
"node": ">= 8",
"npm": ">=5"
},
"requiredAngularVersion": ">=7.0.0-beta.4",
"requiredAngularVersion": ">=7.0.0-rc.0",
"dependencies": {
"@angular/animations": "^7.0.0-beta.6",
"@angular/common": "^7.0.0-beta.6",
"@angular/compiler": "^7.0.0-beta.6",
"@angular/core": "^7.0.0-beta.6",
"@angular/elements": "^7.0.0-beta.6",
"@angular/forms": "^7.0.0-beta.6",
"@angular/platform-browser": "^7.0.0-beta.6",
"@ptsecurity/mosaic-icons": "2.5.3",
"@webcomponents/custom-elements": "^1.1.0",
"@angular/animations": "^7.0.0-rc.0",
"@angular/common": "^7.0.0-rc.0",
"@angular/compiler": "^7.0.0-rc.0",
"@angular/core": "^7.0.0-rc.0",
"@angular/elements": "^7.0.0-rc.0",
"@angular/forms": "^7.0.0-rc.0",
"@angular/platform-browser": "^7.0.0-rc.0",
"@ptsecurity/mosaic-icons": "2.6.0",
"@webcomponents/custom-elements": "^1.2.1",
"core-js": "^2.5.7",
"rxjs": "^6.3.2",
"rxjs": "^6.3.3",
"systemjs": "0.19.43",
"tslib": "^1.9.3",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular/compiler-cli": "^7.0.0-beta.6",
"@angular/http": "^7.0.0-beta.6",
"@angular/platform-browser-dynamic": "^7.0.0-beta.6",
"@angular/platform-server": "^7.0.0-beta.6",
"@angular/router": "^7.0.0-beta.6",
"@angular/compiler-cli": "^7.0.0-rc.0",
"@angular/http": "^7.0.0-rc.0",
"@angular/platform-browser-dynamic": "^7.0.0-rc.0",
"@angular/platform-server": "^7.0.0-rc.0",
"@angular/router": "^7.0.0-rc.0",
"@commitlint/cli": "^7.1.2",
"@commitlint/config-conventional": "^7.1.2",
"@ptsecurity/commitlint-config": "^0.1.3",
Expand All @@ -44,13 +44,12 @@
"@types/chalk": "^2.2.0",
"@types/fs-extra": "^5.0.4",
"@types/glob": "^5.0.36",
"@types/jasmine": "^2.8.8",
"@types/jasmine": "^2.8.9",
"@types/node": "~8.9.4",
"@types/rx": "4.1.1",
"@types/source-map": "^0.5.7",
"@types/uglify-js": "^3.0.3",
"@types/webpack": "^4.4.12",
"add-asset-html-webpack-plugin": "^2.1.3",
"@types/webpack": "^4.4.14",
"angular2-template-loader": "^0.6.2",
"autoprefixer": "^9.1.5",
"awesome-typescript-loader": "^5.2.1",
Expand Down Expand Up @@ -108,21 +107,21 @@
"sorcery": "^0.10.0",
"spdx-satisfies": "^0.1.3",
"style-loader": "^0.23.0",
"stylelint": "^9.5.0",
"stylelint": "^9.6.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.3.0",
"stylelint-scss": "^3.3.1",
"ts-node": "4.1.0",
"tsconfig-paths": "^3.6.0",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"tslint": "^5.11.0",
"tslint-language-service": "^0.9.9",
"typescript": "3.0.3",
"typescript": "^3.1.1",
"uglify-js": "^2.8.29",
"url-loader": "^1.1.1",
"wallaby-webpack": "^3.9.12",
"webpack": "^4.18.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.8"
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9"
},
"scripts": {
"commitmsg": "commitlint -x=./commitlint.config.js -e $GIT_PARAMS",
Expand Down
Loading

0 comments on commit adc05ae

Please sign in to comment.