|
18 | 18 | "scripts": {
|
19 | 19 | "build": "npm run build-worker && rm -rf dist && babel src --out-dir dist --ignore '**/*-unit.js' --source-maps inline",
|
20 | 20 | "build-worker": "rm -f res/tls.worker.blob && npx webpack --config webpack.config.worker.js -p && mv res/tls.worker.js res/tls.worker.blob",
|
21 |
| - "release": "./scripts/release.sh", |
22 | 21 | "lint": "npx standard",
|
| 22 | + "preversion": "npm run build", |
23 | 23 | "test": "npm run lint && npm run unit && npm run integration",
|
24 | 24 | "unit": "npx mocha './src/*-unit.js' --reporter spec --require babel-register --require babel-polyfill testutils.js",
|
25 | 25 | "integration": "npm run integration-ws && npm run integration-node",
|
|
32 | 32 | },
|
33 | 33 | "homepage": "https://github.com/emailjs/emailjs-tcp-socket",
|
34 | 34 | "dependencies": {
|
35 |
| - "node-forge": "^0.7.5", |
36 |
| - "ramda": "^0.25.0" |
| 35 | + "node-forge": "^0.8.4", |
| 36 | + "ramda": "^0.26.1" |
37 | 37 | },
|
38 | 38 | "devDependencies": {
|
39 | 39 | "babel-cli": "^6.26.0",
|
40 |
| - "babel-core": "^6.26.0", |
41 |
| - "babel-loader": "^7.1.4", |
42 |
| - "babel-plugin-inline-import": "^2.0.6", |
| 40 | + "babel-core": "^6.26.3", |
| 41 | + "babel-loader": "^8.0.6", |
| 42 | + "babel-plugin-inline-import": "^3.0.0", |
43 | 43 | "babel-polyfill": "^6.26.0",
|
44 |
| - "babel-preset-env": "^1.6.1", |
| 44 | + "babel-preset-env": "^1.7.0", |
45 | 45 | "babel-register": "^6.26.0",
|
46 |
| - "chai": "^4.1.2", |
47 |
| - "chrome-launcher": "^0.10.2", |
48 |
| - "chromedriver": "^2.37.0", |
| 46 | + "chai": "^4.2.0", |
| 47 | + "chrome-launcher": "^0.10.7", |
| 48 | + "chromedriver": "^74.0.0", |
49 | 49 | "emailjs-tcp-proxy": "^1.0.2",
|
50 | 50 | "hoodiecrow-imap": "^2.1.0",
|
51 |
| - "mocha": "^5.0.0", |
| 51 | + "mocha": "^6.1.4", |
52 | 52 | "pre-commit": "^1.2.2",
|
53 |
| - "sinon": "^5.0.1", |
54 |
| - "standard": "^11.0.1", |
55 |
| - "wdio-chromedriver-service": "^0.1.2", |
56 |
| - "wdio-mocha-framework": "^0.5.13", |
57 |
| - "webdriverio": "^4.12.0", |
58 |
| - "webpack": "^4.4.1", |
59 |
| - "webpack-cli": "^2.0.13", |
60 |
| - "ws": "^5.1.0" |
| 53 | + "sinon": "^7.3.2", |
| 54 | + "standard": "^12.0.1", |
| 55 | + "wdio-chromedriver-service": "^5.0.1", |
| 56 | + "wdio-mocha-framework": "^0.6.4", |
| 57 | + "webdriverio": "^5.10.0", |
| 58 | + "webpack": "^4.33.0", |
| 59 | + "webpack-cli": "^3.3.3", |
| 60 | + "ws": "^7.0.0" |
61 | 61 | },
|
62 | 62 | "standard": {
|
63 | 63 | "globals": [
|
|
0 commit comments