|
1 | 1 | { |
2 | 2 | "name": "cdp-lib", |
3 | | - "version": "0.1.5-dev", |
| 3 | + "version": "0.1.5", |
4 | 4 | "description": "Contains npm modules used primarily by cdp boilerplate generator.", |
5 | 5 | "main": "dist/cdp-lib.min.js", |
6 | 6 | "types": "dist/@types/cdp-lib/index.d.ts", |
|
64 | 64 | "fs-extra": "^5.0.0", |
65 | 65 | "glob": "^7.1.2", |
66 | 66 | "hogan.js": "^3.0.2", |
67 | | - "jquery": "^3.2.1", |
| 67 | + "jquery": "^3.3.1", |
68 | 68 | "jsdom": "^9.12.0", |
69 | | - "lodash": "^4.17.4", |
| 69 | + "lodash": "^4.17.5", |
70 | 70 | "semver-regex": "^1.0.0", |
71 | 71 | "underscore.string": "^3.3.4", |
72 | | - "uuid": "^3.1.0", |
| 72 | + "uuid": "^3.2.1", |
73 | 73 | "which": "^1.3.0", |
74 | 74 | "xmldom": "^0.1.27" |
75 | 75 | }, |
76 | 76 | "devDependencies": { |
77 | 77 | "@types/del": "^3.0.0", |
78 | 78 | "@types/fs-extra": "^5.0.0", |
79 | | - "@types/glob": "^5.0.34", |
80 | | - "@types/jasmine": "^2.8.4", |
81 | | - "@types/jquery": "^3.2.16", |
82 | | - "@types/lodash": "^4.14.82", |
83 | | - "@types/node": "^9.3.0", |
| 79 | + "@types/glob": "^5.0.35", |
| 80 | + "@types/jasmine": "^2.8.6", |
| 81 | + "@types/jquery": "^3.3.0", |
| 82 | + "@types/lodash": "^4.14.101", |
| 83 | + "@types/node": "^9.4.0", |
84 | 84 | "@types/underscore.string": "^0.0.32", |
85 | 85 | "@types/uuidjs": "^3.6.0", |
86 | 86 | "@types/which": "^1.3.1", |
87 | 87 | "@types/xmldom": "^0.1.29", |
88 | 88 | "convert-source-map": "^1.5.1", |
89 | 89 | "del": "^3.0.0", |
90 | 90 | "dts-bundle": "^0.7.3", |
91 | | - "eslint": "^4.15.0", |
| 91 | + "eslint": "^4.17.0", |
92 | 92 | "jasmine-node": "^2.0.0", |
93 | 93 | "npm-run-all": "^4.1.2", |
94 | 94 | "nyc": "^11.4.1", |
95 | 95 | "plato": "^1.7.0", |
96 | | - "source-map": "^0.6.1", |
| 96 | + "source-map": "^0.7.0", |
97 | 97 | "source-map-loader": "^0.2.3", |
98 | 98 | "tslint": "^5.9.1", |
99 | | - "typedoc": "^0.9.0", |
100 | | - "typescript": "^2.6.1", |
| 99 | + "typedoc": "^0.10.0", |
| 100 | + "typescript": "^2.7.1", |
101 | 101 | "typescript-formatter": "^7.0.1", |
102 | | - "uglify-es": "^3.1.7", |
| 102 | + "uglify-es": "^3.3.9", |
103 | 103 | "webpack": "^3.10.0" |
104 | 104 | } |
105 | 105 | } |
0 commit comments