|
1 | 1 | { |
2 | 2 | "name": "steam-rom-manager", |
3 | | - "version": "2.2.8", |
| 3 | + "version": "2.2.9", |
4 | 4 | "license": "GPL-3.0", |
5 | 5 | "description": "An app for managing ROMs in Steam", |
6 | 6 | "author": { |
|
62 | 62 | "build:mac": "build --mac --ia32 --x64" |
63 | 63 | }, |
64 | 64 | "dependencies": { |
65 | | - "@angular/animations": "^4.4.6", |
66 | | - "@angular/common": "^4.4.6", |
67 | | - "@angular/compiler": "^4.4.6", |
68 | | - "@angular/core": "^4.4.6", |
69 | | - "@angular/forms": "^4.4.6", |
70 | | - "@angular/http": "^4.4.6", |
71 | | - "@angular/platform-browser": "^4.4.6", |
72 | | - "@angular/platform-browser-dynamic": "^4.4.6", |
73 | | - "@angular/router": "^4.4.6", |
| 65 | + "@angular/animations": "^5.0.1", |
| 66 | + "@angular/common": "^5.0.1", |
| 67 | + "@angular/compiler": "^5.0.1", |
| 68 | + "@angular/core": "^5.0.1", |
| 69 | + "@angular/forms": "^5.0.1", |
| 70 | + "@angular/http": "^5.0.1", |
| 71 | + "@angular/platform-browser": "^5.0.1", |
| 72 | + "@angular/platform-browser-dynamic": "^5.0.1", |
| 73 | + "@angular/router": "^5.0.1", |
74 | 74 | "@node-steam/vdf": "^1.0.0", |
75 | 75 | "@types/rangy": "0.0.31", |
76 | 76 | "ajv": "^5.3.0", |
|
94 | 94 | "markdown-it-attrs": "^0.8.0", |
95 | 95 | "mime-types": "^2.1.17", |
96 | 96 | "minimatch": "^3.0.4", |
97 | | - "ng-dynamic": "^3.0.2", |
98 | 97 | "ngx-color-picker": "^5.0.1", |
99 | 98 | "os-name": "^2.0.1", |
100 | 99 | "rangy": "^1.3.0", |
|
109 | 108 | "@types/async": "^2.0.45", |
110 | 109 | "@types/bluebird": "^3.5.18", |
111 | 110 | "@types/crc": "^3.4.0", |
112 | | - "@types/fs-extra": "^4.0.4", |
| 111 | + "@types/fs-extra": "^4.0.5", |
113 | 112 | "@types/fuzzaldrin-plus": "0.0.1", |
114 | 113 | "@types/glob": "^5.0.33", |
115 | 114 | "@types/he": "^0.5.29", |
|
118 | 117 | "@types/long": "^3.0.32", |
119 | 118 | "@types/markdown-it": "0.0.4", |
120 | 119 | "@types/minimatch": "^3.0.1", |
121 | | - "@types/node": "^8.0.51", |
| 120 | + "@types/node": "^8.0.52", |
122 | 121 | "angular2-template-loader": "^0.6.2", |
123 | 122 | "awesome-typescript-loader": "^3.3.0", |
124 | 123 | "cross-env": "^5.1.1", |
|
0 commit comments