Skip to content

Commit

Permalink
Merge pull request #8 from sony/update_dependencies
Browse files Browse the repository at this point in the history
updated: dependency modules
  • Loading branch information
Shin-Ogata committed Feb 6, 2018
2 parents 20e5319 + d510973 commit 7479c89
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 23 deletions.
11 changes: 11 additions & 0 deletions RELEASENOTE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## Release Notes

### Release 0.1.5 (February 2018)

* Update Dependencies
- typescript ver 2.7.1
- disable emitBOM option
- updated dependencies
- jquery: 3.3.1
- loadsh: 4.17.5
- uuid: 3.2.1


### Release 0.1.4 (November 2017)

* Bug fix
Expand Down
2 changes: 1 addition & 1 deletion dist/@types/cdp-lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* cdp-lib.d.ts
* This file is generated by the CDP package build process.
*
* Date: 2017-11-21T08:28:52.793Z
* Date: 2018-02-06T02:33:35.230Z
*/
// Dependencies for this module:
// ../fs-extra
Expand Down
6 changes: 3 additions & 3 deletions dist/cdp-lib.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/cdp-lib.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cdp-lib.min.js.map

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdp-lib",
"version": "0.1.5-dev",
"version": "0.1.5",
"description": "Contains npm modules used primarily by cdp boilerplate generator.",
"main": "dist/cdp-lib.min.js",
"types": "dist/@types/cdp-lib/index.d.ts",
Expand Down Expand Up @@ -64,42 +64,42 @@
"fs-extra": "^5.0.0",
"glob": "^7.1.2",
"hogan.js": "^3.0.2",
"jquery": "^3.2.1",
"jquery": "^3.3.1",
"jsdom": "^9.12.0",
"lodash": "^4.17.4",
"lodash": "^4.17.5",
"semver-regex": "^1.0.0",
"underscore.string": "^3.3.4",
"uuid": "^3.1.0",
"uuid": "^3.2.1",
"which": "^1.3.0",
"xmldom": "^0.1.27"
},
"devDependencies": {
"@types/del": "^3.0.0",
"@types/fs-extra": "^5.0.0",
"@types/glob": "^5.0.34",
"@types/jasmine": "^2.8.4",
"@types/jquery": "^3.2.16",
"@types/lodash": "^4.14.82",
"@types/node": "^9.3.0",
"@types/glob": "^5.0.35",
"@types/jasmine": "^2.8.6",
"@types/jquery": "^3.3.0",
"@types/lodash": "^4.14.101",
"@types/node": "^9.4.0",
"@types/underscore.string": "^0.0.32",
"@types/uuidjs": "^3.6.0",
"@types/which": "^1.3.1",
"@types/xmldom": "^0.1.29",
"convert-source-map": "^1.5.1",
"del": "^3.0.0",
"dts-bundle": "^0.7.3",
"eslint": "^4.15.0",
"eslint": "^4.17.0",
"jasmine-node": "^2.0.0",
"npm-run-all": "^4.1.2",
"nyc": "^11.4.1",
"plato": "^1.7.0",
"source-map": "^0.6.1",
"source-map": "^0.7.0",
"source-map-loader": "^0.2.3",
"tslint": "^5.9.1",
"typedoc": "^0.9.0",
"typescript": "^2.6.1",
"typedoc": "^0.10.0",
"typescript": "^2.7.1",
"typescript-formatter": "^7.0.1",
"uglify-es": "^3.1.7",
"uglify-es": "^3.3.9",
"webpack": "^3.10.0"
}
}
2 changes: 1 addition & 1 deletion tests/unit/cdp-lib.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* tslint:disable:no-unused-variable no-unused-vars */
/* tslint:disable:no-unused-variable no-unused-vars */
/* eslint-disable no-unused-vars */

import CDPLib from "../../built/cdp-lib";
2 changes: 1 addition & 1 deletion tests/unit/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"target": "es2015",
"allowJs": true,
"declaration": false,
"emitBOM": true,
"emitBOM": false,
"inlineSourceMap": true,
"inlineSources": true
}
Expand Down

0 comments on commit 7479c89

Please sign in to comment.