|
14 | 14 | "repository": "git@github.com:uphold/uphold-sdk-javascript.git", |
15 | 15 | "scripts": { |
16 | 16 | "build": "rm -rf dist && yarn build:node && yarn build:browser", |
17 | | - "build:browser": "yarn && webpack --progress", |
| 17 | + "build:browser": "yarn && webpack --progress -p", |
18 | 18 | "build:node": "babel src/node -d dist/node && babel src/core -d dist/core", |
19 | 19 | "changelog": "github-changelog-generator --owner uphold --repo uphold-sdk-javascript --future-release=v$npm_package_version > CHANGELOG.md", |
20 | | - "cover": "yarn test -- --coverage", |
| 20 | + "cover": "yarn test --coverage", |
21 | 21 | "docs": "yarn docs:build && yarn docs:prepare && yarn docs:publish", |
22 | 22 | "docs:build": "gitbook install && cd docs && ../node_modules/.bin/gitbook build && cp -R images/* _book/gitbook/images", |
23 | 23 | "docs:prepare": "cd docs/_book && git init && git checkout -b gh-pages && git add . && git commit -m 'Update documentation'", |
24 | 24 | "docs:publish": "cd docs/_book && git push git@github.com:uphold/uphold-sdk-javascript gh-pages --force && cd .. && rm -rf _book", |
25 | 25 | "lint": "eslint --cache src test", |
26 | 26 | "release": "npm version $1 -m 'Release %s'", |
27 | | - "tdd": "yarn test -- --watch", |
| 27 | + "tdd": "yarn test --watch", |
28 | 28 | "test": "jest --config jest.json", |
29 | 29 | "version": "yarn build && yarn changelog && git add -f dist CHANGELOG.md" |
30 | 30 | }, |
31 | 31 | "browser": "dist/browser/uphold-sdk-javascript.js", |
32 | 32 | "dependencies": { |
33 | | - "base64-js": "1.2.0", |
34 | 33 | "content-range": "1.1.0", |
35 | | - "lodash.merge": "4.6.2", |
36 | | - "qs": "6.4.0", |
37 | | - "request": "2.88.0", |
38 | | - "request-promise": "4.2.0", |
39 | | - "standard-error": "1.1.0", |
40 | | - "text-encoding": "0.6.4" |
| 34 | + "request": "2.88.2", |
| 35 | + "request-promise": "4.2.5", |
| 36 | + "standard-error": "1.1.0" |
41 | 37 | }, |
42 | 38 | "devDependencies": { |
43 | | - "@uphold/github-changelog-generator": "^0.8.1", |
44 | | - "babel-cli": "6.24.1", |
45 | | - "babel-core": "6.24.1", |
46 | | - "babel-eslint": "7.2.3", |
47 | | - "babel-loader": "7.0.0", |
48 | | - "babel-plugin-istanbul": "5.1.4", |
49 | | - "babel-plugin-transform-object-rest-spread": "6.23.0", |
50 | | - "babel-polyfill": "6.23.0", |
51 | | - "babel-preset-es2015": "6.24.1", |
52 | | - "babel-preset-es2015-node": "4.0.2", |
53 | | - "eslint": "6.0.1", |
54 | | - "eslint-config-seegno": "9.0.0", |
55 | | - "eslint-plugin-babel": "4.1.1", |
56 | | - "fetch-mock": "5.10.0", |
57 | | - "gitbook-cli": "^2.3.2", |
58 | | - "html-tags": "1.1.1", |
59 | | - "is-html": "1.1.0", |
| 39 | + "@babel/cli": "7.8.4", |
| 40 | + "@babel/core": "7.9.6", |
| 41 | + "@babel/preset-env": "7.9.6", |
| 42 | + "@babel/register": "7.9.0", |
| 43 | + "@uphold/github-changelog-generator": "1.0.2", |
| 44 | + "babel-eslint": "10.1.0", |
| 45 | + "babel-loader": "8.1.0", |
| 46 | + "babel-plugin-istanbul": "6.0.0", |
| 47 | + "babel-plugin-lodash": "3.3.4", |
| 48 | + "core-js": "3.6.5", |
| 49 | + "eslint": "6.8.0", |
| 50 | + "eslint-config-seegno": "15.0.0", |
| 51 | + "eslint-plugin-babel": "5.3.0", |
| 52 | + "fetch-mock": "5.13.1", |
| 53 | + "gitbook-cli": "2.3.2", |
| 54 | + "is-html": "2.0.0", |
60 | 55 | "isomorphic-fetch": "2.2.1", |
61 | | - "jest": "19.0.2", |
62 | | - "json-loader": "0.5.4", |
63 | | - "nock": "9.0.13", |
| 56 | + "jest": "26.0.1", |
| 57 | + "lodash": "4.17.15", |
| 58 | + "lodash-webpack-plugin": "0.11.5", |
| 59 | + "nock": "12.0.3", |
64 | 60 | "pre-commit": "1.2.2", |
65 | | - "webpack": "2.5.0" |
| 61 | + "terser-webpack-plugin": "3.0.1", |
| 62 | + "webpack": "4.43.0", |
| 63 | + "webpack-cli": "3.3.11" |
66 | 64 | }, |
67 | 65 | "resolutions": { |
68 | | - "braces": "^2.3.2", |
69 | | - "hoek": "^4.2.0", |
70 | | - "lodash": "^4.17.12", |
71 | | - "ssri": "^5.2.2", |
| 66 | + "braces": "^3.0.2", |
| 67 | + "hoek": "^6.1.3", |
| 68 | + "ssri": "^8.0.0", |
72 | 69 | "tunnel-agent": "^0.6.0" |
73 | 70 | }, |
74 | 71 | "engines": { |
|
0 commit comments