|
34 | 34 | "jest"
|
35 | 35 | ],
|
36 | 36 | "dependencies": {
|
37 |
| - "@babel/core": "^7.5.4", |
38 |
| - "@babel/parser": "^7.5.0", |
| 37 | + "@babel/core": "^7.5.5", |
| 38 | + "@babel/parser": "^7.5.5", |
39 | 39 | "hable": "^1.0.1",
|
40 | 40 | "signal-exit": "^3.0.2",
|
41 | 41 | "tree-kill": "^1.2.1",
|
42 | 42 | "vue-template-compiler": "^2.6.10"
|
43 | 43 | },
|
44 | 44 | "devDependencies": {
|
45 |
| - "@babel/node": "^7.5.0", |
| 45 | + "@babel/node": "^7.5.5", |
46 | 46 | "@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
47 |
| - "@babel/preset-env": "^7.5.4", |
| 47 | + "@babel/preset-env": "^7.5.5", |
48 | 48 | "add": "^2.0.6",
|
49 | 49 | "babel-core": "^6.26.3",
|
50 | 50 | "babel-eslint": "^10.0.2",
|
51 | 51 | "babel-jest": "^24.8.0",
|
52 | 52 | "babel-plugin-dynamic-import-node": "^2.3.0",
|
53 |
| - "browserstack-local": "^1.4.0", |
54 |
| - "chromedriver": "^75.1.0", |
| 53 | + "browserstack-local": "^1.4.2", |
| 54 | + "chromedriver": "^76.0.0", |
55 | 55 | "codecov": "^3.5.0",
|
56 |
| - "eslint": "^6.0.1", |
| 56 | + "eslint": "^6.1.0", |
57 | 57 | "eslint-config-standard": "^13.0.1",
|
58 | 58 | "eslint-plugin-es": "^1.4.0",
|
59 |
| - "eslint-plugin-import": "^2.18.0", |
60 |
| - "eslint-plugin-jest": "^22.7.2", |
| 59 | + "eslint-plugin-import": "^2.18.2", |
| 60 | + "eslint-plugin-jest": "^22.14.1", |
61 | 61 | "eslint-plugin-node": "^9.1.0",
|
62 | 62 | "eslint-plugin-promise": "^4.2.1",
|
63 | 63 | "eslint-plugin-standard": "^4.0.0",
|
|
69 | 69 | "jsdom": "^15.1.1",
|
70 | 70 | "lodash.defaultsdeep": "^4.6.1",
|
71 | 71 | "node-env-file": "^0.1.8",
|
72 |
| - "puppeteer": "^1.18.1", |
73 |
| - "puppeteer-core": "^1.18.1", |
| 72 | + "puppeteer": "^1.19.0", |
| 73 | + "puppeteer-core": "^1.19.0", |
74 | 74 | "rimraf": "^2.6.3",
|
75 |
| - "rollup": "^1.16.7", |
| 75 | + "rollup": "^1.18.0", |
76 | 76 | "rollup-plugin-commonjs": "^10.0.1",
|
77 | 77 | "rollup-plugin-json": "^4.0.0",
|
78 | 78 | "rollup-plugin-node-resolve": "^5.2.0",
|
79 | 79 | "selenium-webdriver": "^4.0.0-alpha.1",
|
80 | 80 | "serve-static": "^1.14.1",
|
81 |
| - "standard-version": "^6.0.1", |
| 81 | + "standard-version": "^7.0.0", |
82 | 82 | "yarn": "^1.17.3"
|
83 | 83 | },
|
84 | 84 | "peerDependencies": {
|
85 |
| - "browserstack-local": "^1.4.0", |
86 |
| - "chromedriver": "^75.1.0", |
| 85 | + "browserstack-local": "^1.4.2", |
| 86 | + "chromedriver": "^76.0.0", |
87 | 87 | "express": "^4.17.1",
|
88 | 88 | "geckodriver": "^1.16.2",
|
89 | 89 | "jsdom": "^15.1.1",
|
90 |
| - "puppeteer": "^1.18.1", |
91 |
| - "puppeteer-core": "^1.18.1", |
| 90 | + "puppeteer": "^1.19.0", |
| 91 | + "puppeteer-core": "^1.19.0", |
92 | 92 | "selenium-webdriver": "^4.0.0-alpha.1",
|
93 | 93 | "serve-static": "^1.14.1"
|
94 | 94 | }
|
|
0 commit comments