Skip to content

Commit 02a1fa1

Browse files
committed
update dependencies
1 parent b1fea37 commit 02a1fa1

File tree

4 files changed

+1450
-328
lines changed

4 files changed

+1450
-328
lines changed

angular2-token.d.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export * from './lib/angular2-token.model';
2-
export * from './lib/angular2-token.service';
3-
export * from './lib/a2t-ui/a2t-ui.module';
1+
export * from './lib/src/angular2-token.model';
2+
export * from './lib/src/angular2-token.service';
3+
export * from './lib/src/a2t-ui/a2t-ui.module';

angular2-token.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
function __export(m) {
33
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
44
}
5-
__export(require('./lib/angular2-token.service'));
6-
__export(require('./lib/angular2-token.model'));
7-
__export(require('./lib/a2t-ui/a2t-ui.module'));
5+
__export(require('./lib/src/angular2-token.service'));
6+
__export(require('./lib/src/angular2-token.model'));
7+
__export(require('./lib/src/a2t-ui/a2t-ui.module'));

package.json

+29-30
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-token",
3-
"version": "0.2.0-beta.12",
3+
"version": "0.2.0-beta.13",
44
"description": "Angular2 service for token based authentication",
55
"main": "./angular2-token.js",
66
"typings": "./angular2-token.d.ts",
@@ -15,53 +15,52 @@
1515
"token authentication"
1616
],
1717
"peerDependencies": {
18-
"@angular/common": "^4.0.0",
19-
"@angular/core": "^4.0.0",
20-
"@angular/forms": "^4.0.0",
21-
"@angular/http": "^4.0.0",
22-
"@angular/router": "^4.0.0"
18+
"@angular/common": "^5.0.0",
19+
"@angular/core": "^5.0.0",
20+
"@angular/forms": "^5.0.0",
21+
"@angular/http": "^5.0.0",
22+
"@angular/router": "^5.0.0"
2323
},
2424
"devDependencies": {
25-
"@angular/common": "4.4.6",
26-
"@angular/compiler": "4.4.6",
27-
"@angular/compiler-cli": "4.4.6",
28-
"@angular/core": "4.4.6",
29-
"@angular/forms": "4.4.6",
30-
"@angular/http": "4.4.6",
31-
"@angular/platform-browser": "4.4.6",
32-
"@angular/platform-browser-dynamic": "4.4.6",
33-
"@angular/platform-server": "4.4.6",
34-
"@angular/router": "4.4.6",
35-
"@angular/animations": "4.4.6",
25+
"@angular/common": "5.1.2",
26+
"@angular/compiler": "5.1.2",
27+
"@angular/compiler-cli": "5.1.2",
28+
"@angular/core": "5.1.2",
29+
"@angular/forms": "5.1.2",
30+
"@angular/http": "5.1.2",
31+
"@angular/platform-browser": "5.1.2",
32+
"@angular/platform-browser-dynamic": "5.1.2",
33+
"@angular/platform-server": "5.1.2",
34+
"@angular/router": "5.1.2",
35+
"@angular/animations": "5.1.2",
3636
"@types/hammerjs": "2.0.35",
37-
"@types/jasmine": "2.6.1",
38-
"@types/node": "8.0.46",
37+
"@types/jasmine": "2.8.3",
38+
"@types/node": "8.5.2",
3939
"@types/selenium-webdriver": "3.0.8",
40-
"@types/source-map": "0.5.1",
41-
"@types/webpack": "3.0.14",
42-
"awesome-typescript-loader": "3.2.3",
43-
"core-js": "2.5.1",
40+
"@types/webpack": "3.8.2",
41+
"awesome-typescript-loader": "3.4.1",
42+
"core-js": "2.5.3",
4443
"http-server": "0.10.0",
4544
"ie-shim": "0.1.0",
4645
"istanbul-instrumenter-loader": "3.0.0",
4746
"jasmine-core": "2.8.0",
48-
"karma": "1.7.1",
47+
"karma": "2.0.0",
4948
"karma-chrome-launcher": "2.2.0",
5049
"karma-coverage": "1.1.1",
51-
"karma-jasmine": "1.1.0",
50+
"karma-jasmine": "1.1.1",
5251
"karma-mocha-reporter": "2.2.5",
5352
"karma-remap-coverage": "0.1.4",
5453
"karma-sourcemap-loader": "0.3.7",
55-
"karma-webpack": "2.0.5",
54+
"karma-webpack": "2.0.9",
5655
"remap-istanbul": "0.9.5",
5756
"rimraf": "2.6.2",
58-
"rxjs": "5.5.0",
57+
"rxjs": "5.5.6",
5958
"source-map-loader": "0.2.3",
6059
"ts-helpers": "1.1.2",
61-
"ts-node": "3.3.0",
60+
"ts-node": "4.1.0",
6261
"typescript": "2.5.3",
63-
"webpack": "3.8.1",
64-
"zone.js": "0.8.18"
62+
"webpack": "3.10.0",
63+
"zone.js": "0.8.19"
6564
},
6665
"author": "Jan-Philipp Riethmacher <[email protected]>",
6766
"license": "MIT",

0 commit comments

Comments
 (0)