mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-08-28 13:34:30 -05:00
Update JS packages
This commit is contained in:
14
package.json
14
package.json
@@ -12,13 +12,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"autoprefixer": "^7.1.2",
|
||||
"axios": "^0.16.2",
|
||||
"axios": "^0.17.1",
|
||||
"babel-core": "^6.25.0",
|
||||
"babel-loader": "^7.1.1",
|
||||
"babel-polyfill": "^6.23.0",
|
||||
"babel-preset-env": "^1.6.0",
|
||||
"babel-preset-stage-2": "^6.24.1",
|
||||
"bulma": "^0.5.0",
|
||||
"bulma": "^0.6.1",
|
||||
"clean-webpack-plugin": "^0.1.16",
|
||||
"console-stamp": "^0.2.5",
|
||||
"copy-webpack-plugin": "^4.0.1",
|
||||
@@ -27,7 +27,7 @@
|
||||
"delay": "^2.0.0",
|
||||
"dotenv": "^4.0.0",
|
||||
"extract-text-webpack-plugin": "^3.0.0",
|
||||
"file-loader": "^0.11.2",
|
||||
"file-loader": "^1.1.5",
|
||||
"he": "^1.1.1",
|
||||
"html-loader": "^0.5.0",
|
||||
"html-webpack-plugin": "^2.30.1",
|
||||
@@ -38,17 +38,17 @@
|
||||
"moment-timezone": "^0.5.13",
|
||||
"node-sass": "^4.5.3",
|
||||
"postcss-loader": "^2.0.6",
|
||||
"puppeteer": "^0.10.2",
|
||||
"puppeteer": "^0.13.0",
|
||||
"purify-css": "^1.2.5",
|
||||
"purifycss-webpack": "^0.7.0",
|
||||
"raven": "^2.1.1",
|
||||
"sass-loader": "^6.0.6",
|
||||
"style-loader": "^0.18.2",
|
||||
"style-loader": "^0.19.0",
|
||||
"twitter": "^1.7.1",
|
||||
"v-click-outside": "^0.0.8",
|
||||
"v-click-outside": "^1.0.0",
|
||||
"vue": "^2.4.2",
|
||||
"vue-loader": "^13.0.2",
|
||||
"vue-router": "^2.7.0",
|
||||
"vue-router": "^3.0.1",
|
||||
"vue-template-compiler": "^2.4.2",
|
||||
"webpack": "^3.4.1",
|
||||
"webpack-dev-server": "^2.6.1"
|
||||
|
||||
@@ -27,8 +27,7 @@ async function captureScreenshot(options) {
|
||||
|
||||
// Navigate to the URL
|
||||
await page.goto(options.url, {
|
||||
waitUntil: 'networkidle', // Wait until the network is idle
|
||||
networkIdleTimeout: 500, // 500ms
|
||||
waitUntil: 'networkidle0', // Wait until the network is idle
|
||||
});
|
||||
|
||||
// Take the screenshot
|
||||
|
||||
Reference in New Issue
Block a user