#2: updated to angular 4.0
This commit is contained in:
Родитель
a07836e2e3
Коммит
baa4b6d22a
16
package.json
16
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "abp-ng2-module",
|
||||
"version": "0.2.1",
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"lint": "tslint src/**/*.ts",
|
||||
"test": "tsc --skipLibCheck && karma start",
|
||||
|
@ -27,17 +27,17 @@
|
|||
"main": "./dist/index.js",
|
||||
"typings": "./dist/index.d.ts",
|
||||
"dependencies": {
|
||||
"@angular/core": "^2.4.0",
|
||||
"@angular/http": "^2.4.0",
|
||||
"@angular/core": "^4.0.0",
|
||||
"@angular/http": "^4.0.0",
|
||||
"abp-web-resources": "^1.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"codelyzer": "^0.0.28",
|
||||
"rxjs": "5.0.0-beta.12",
|
||||
"tslint": "^3.15.1",
|
||||
"typescript": "2.0.2",
|
||||
"codelyzer": "~2.0.0-beta.4",
|
||||
"rxjs": "^5.2.0",
|
||||
"tslint": "^4.3.0",
|
||||
"typescript": "^2.2.2",
|
||||
"typings": "^1.0.4",
|
||||
"zone.js": "0.6.23"
|
||||
"zone.js": "^0.8.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.8.0"
|
||||
|
|
Загрузка…
Ссылка в новой задаче