|
19 | 19 | "author": "pubkey",
|
20 | 20 | "license": "MIT",
|
21 | 21 | "dependencies": {
|
22 |
| - "@angular/common": "^4.2.6", |
23 |
| - "@angular/compiler": "^4.2.6", |
24 |
| - "@angular/compiler-cli": "^4.2.6", |
25 |
| - "@angular/core": "^4.2.6", |
26 |
| - "@angular/forms": "^4.2.6", |
27 |
| - "@angular/http": "^4.2.6", |
| 22 | + "@angular/common": "4.3.0", |
| 23 | + "@angular/compiler": "4.3.0", |
| 24 | + "@angular/compiler-cli": "4.3.0", |
| 25 | + "@angular/core": "4.3.0", |
| 26 | + "@angular/forms": "4.3.0", |
| 27 | + "@angular/http": "4.3.0", |
28 | 28 | "@angular/material": "2.0.0-beta.2",
|
29 |
| - "@angular/platform-browser": "^4.2.6", |
30 |
| - "@angular/platform-browser-dynamic": "^4.2.6", |
31 |
| - "@angular/platform-server": "^4.2.6", |
32 |
| - "@angular/router": "^4.2.6", |
| 29 | + "@angular/platform-browser": "4.3.0", |
| 30 | + "@angular/platform-browser-dynamic": "4.3.0", |
| 31 | + "@angular/platform-server": "4.3.0", |
| 32 | + "@angular/router": "4.3.0", |
33 | 33 | "babel-polyfill": "6.23.0",
|
34 |
| - "concurrently": "^3.5.0", |
| 34 | + "concurrently": "3.5.0", |
35 | 35 | "core-js": "2.4.1",
|
36 |
| - "font-awesome": "^4.7.0", |
| 36 | + "font-awesome": "4.7.0", |
37 | 37 | "hammerjs": "2.0.8",
|
38 | 38 | "json-loader": "0.5.4",
|
39 |
| - "node-gyp": "^3.6.0", |
40 |
| - "normalize.css": "^7.0.0", |
41 |
| - "pouchdb-adapter-http": "^6.2.0", |
42 |
| - "pouchdb-adapter-idb": "^6.2.0", |
43 |
| - "pouchdb-adapter-localstorage": "^6.2.0", |
44 |
| - "pouchdb-replication": "^6.2.0", |
45 |
| - "pouchdb-server": "^2.3.7", |
| 39 | + "node-gyp": "3.6.2", |
| 40 | + "normalize.css": "7.0.0", |
| 41 | + "pouchdb-adapter-http": "6.3.4", |
| 42 | + "pouchdb-adapter-idb": "6.3.4", |
| 43 | + "pouchdb-adapter-localstorage": "6.3.4", |
| 44 | + "pouchdb-replication": "6.3.4", |
| 45 | + "pouchdb-server": "2.3.7", |
46 | 46 | "random-int": "1.0.0",
|
47 | 47 | "regenerator": "0.9.7",
|
48 | 48 | "roboto-npm-webfont": "0.0.4",
|
49 |
| - "rxjs": "^5.4.2", |
50 |
| - "zone.js": "^0.8.12" |
| 49 | + "rxjs": "5.4.2", |
| 50 | + "zone.js": "0.8.13" |
51 | 51 | },
|
52 | 52 | "devDependencies": {
|
53 |
| - "@types/chai": "^4.0.1", |
54 |
| - "@types/core-js": "^0.9.42", |
| 53 | + "@types/chai": "4.0.1", |
| 54 | + "@types/core-js": "0.9.42", |
55 | 55 | "@types/hammerjs": "2.0.34",
|
56 |
| - "@types/requirejs": "^2.1.29", |
| 56 | + "@types/requirejs": "2.1.29", |
57 | 57 | "angular2-template-loader": "0.6.2",
|
58 | 58 | "appcache-webpack-plugin": "1.3.0",
|
59 |
| - "awesome-typescript-loader": "^3.2.1", |
60 |
| - "babel-core": "^6.25.0", |
61 |
| - "babel-loader": "^7.1.1", |
62 |
| - "babel-preset-env": "^1.6.0", |
| 59 | + "awesome-typescript-loader": "3.2.1", |
| 60 | + "babel-core": "6.25.0", |
| 61 | + "babel-loader": "7.1.1", |
| 62 | + "babel-preset-env": "1.6.0", |
63 | 63 | "copy-webpack-plugin": "4.0.1",
|
64 |
| - "css-loader": "^0.28.0", |
65 |
| - "extract-text-webpack-plugin": "^3.0.0", |
66 |
| - "file-loader": "^0.11.1", |
| 64 | + "css-loader": "0.28.4", |
| 65 | + "extract-text-webpack-plugin": "3.0.0", |
| 66 | + "file-loader": "0.11.2", |
67 | 67 | "fsmonitor": "0.2.4",
|
68 |
| - "html-webpack-plugin": "^2.29.0", |
| 68 | + "html-webpack-plugin": "2.29.0", |
69 | 69 | "less": "2.7.2",
|
70 |
| - "less-loader": "^4.0.5", |
| 70 | + "less-loader": "4.0.5", |
71 | 71 | "npm-run-all": "4.0.2",
|
72 |
| - "postcss-cli": "^4.1.0", |
| 72 | + "postcss-cli": "4.1.0", |
73 | 73 | "raw-loader": "0.5.1",
|
74 |
| - "rimraf": "^2.6.1", |
75 |
| - "style-loader": "^0.18.2", |
76 |
| - "tslint": "^5.5.0", |
77 |
| - "typescript": "^2.4.1", |
78 |
| - "url-loader": "^0.5.9", |
79 |
| - "webpack": "^3.2.0", |
80 |
| - "webpack-dev-server": "^2.5.1", |
81 |
| - "webpack-merge": "^4.1.0" |
| 74 | + "rimraf": "2.6.1", |
| 75 | + "style-loader": "0.18.2", |
| 76 | + "tslint": "5.5.0", |
| 77 | + "typescript": "2.4.1", |
| 78 | + "url-loader": "0.5.9", |
| 79 | + "webpack": "3.3.0", |
| 80 | + "webpack-dev-server": "2.5.1", |
| 81 | + "webpack-merge": "4.1.0" |
82 | 82 | }
|
83 | 83 | }
|
0 commit comments