|
51 | 51 | "polymer-workbox" |
52 | 52 | ], |
53 | 53 | "dependencies": { |
54 | | - "@babel/core": "7.4.3", |
| 54 | + "@babel/core": "7.6.2", |
55 | 55 | "@babel/plugin-syntax-dynamic-import": "7.2.0", |
56 | 56 | "@babel/plugin-syntax-object-rest-spread": "7.2.0", |
57 | | - "@babel/preset-env": "7.4.3", |
58 | | - "@babel/register": "7.4.0", |
59 | | - "babel-loader": "8.0.5", |
| 57 | + "@babel/preset-env": "7.6.2", |
| 58 | + "@babel/register": "7.6.2", |
| 59 | + "babel-loader": "8.0.6", |
60 | 60 | "chalk": "2.4.2", |
61 | | - "clean-webpack-plugin": "1.0.1", |
| 61 | + "clean-webpack-plugin": "1.0.0", |
62 | 62 | "cli-table": "0.3.1", |
63 | 63 | "console-clear": "1.1.1", |
64 | 64 | "copy-webpack-plugin": "5.0.3", |
65 | 65 | "devcert-san": "0.3.3", |
66 | | - "ejs-loader": "0.3.1", |
| 66 | + "ejs-loader": "0.3.5", |
67 | 67 | "execa": "1.0.0", |
68 | 68 | "find-node-modules": "2.0.0", |
69 | 69 | "get-port": "5.0.0", |
|
76 | 76 | "phunctional": "0.2.1", |
77 | 77 | "pify": "4.0.1", |
78 | 78 | "postcss-loader": "3.0.0", |
79 | | - "raw-loader": "2.0.0", |
80 | | - "replace-in-file": "3.4.3", |
81 | | - "script-ext-html-webpack-plugin": "2.1.3", |
| 79 | + "raw-loader": "1.0.0", |
| 80 | + "replace-in-file": "3.4.2", |
| 81 | + "script-ext-html-webpack-plugin": "2.1.4", |
82 | 82 | "update-notifier": "2.5.0", |
83 | 83 | "validate-npm-package-name": "3.0.0", |
84 | | - "webpack": "4.35.2", |
85 | | - "webpack-dev-server": "3.2.1", |
86 | | - "webpack-merge": "4.2.1", |
| 84 | + "webpack": "4.41.0", |
| 85 | + "webpack-dev-server": "3.8.2", |
| 86 | + "webpack-merge": "4.2.2", |
87 | 87 | "which": "1.3.1", |
88 | 88 | "workbox-webpack-plugin": "3.6.3", |
89 | 89 | "yargs": "13.2.2" |
90 | 90 | }, |
91 | 91 | "devDependencies": { |
92 | | - "@babel/cli": "7.4.3", |
93 | | - "ava": "1.2.1", |
94 | | - "codecov": "3.3.0", |
| 92 | + "@babel/cli": "7.6.2", |
| 93 | + "ava": "2.4.0", |
| 94 | + "codecov": "3.6.1", |
95 | 95 | "glob": "7.1.4", |
96 | 96 | "ncp": "2.0.0", |
97 | | - "nyc": "13.3.0", |
98 | | - "puppeteer": "1.13.0", |
99 | | - "rimraf": "2.6.3", |
100 | | - "standard-version": "6.0.1", |
101 | | - "uuid": "3.3.2", |
102 | | - "xo": "0.24.0" |
| 97 | + "nyc": "14.1.1", |
| 98 | + "puppeteer": "1.20.0", |
| 99 | + "rimraf": "3.0.0", |
| 100 | + "standard-version": "7.0.0", |
| 101 | + "uuid": "3.3.3", |
| 102 | + "xo": "0.25.3" |
103 | 103 | }, |
104 | 104 | "ava": { |
105 | 105 | "files": [ |
|
109 | 109 | "xo": { |
110 | 110 | "space": true, |
111 | 111 | "rules": { |
| 112 | + "require-atomic-updates": 0, |
112 | 113 | "max-len": [ |
113 | 114 | "error", |
114 | 115 | { |
|
0 commit comments