Skip to content

Commit 1beeb5f

Browse files
upgrade puppeteer to latest
1 parent af86832 commit 1beeb5f

File tree

3 files changed

+156
-34
lines changed

3 files changed

+156
-34
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"clean:deps": "rimraf **/node_modules/**",
1919
"lint": "ls-lint && eslint \"*.js\" \"./packages/**/**/*.js\" \"./test/*.js\" \"./www/**/**/*.js\"",
2020
"build": "node . build",
21-
"serve": "yarn build && cd ./public && ws",
21+
"serve": "yarn build && cd ./public && npx http-server .",
2222
"develop": "node . develop",
2323
"test": "export BROWSERSLIST_IGNORE_OLD_DATA=true && nyc mocha",
2424
"test:tdd": "yarn test --watch"

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"htmlparser2": "^4.1.0",
3636
"koa": "^2.13.0",
3737
"livereload": "^0.9.1",
38-
"puppeteer": "^1.20.0",
38+
"puppeteer": "^5.3.0",
3939
"rehype-raw": "^4.0.2",
4040
"rehype-stringify": "^8.0.0",
4141
"remark-frontmatter": "^2.0.0",

0 commit comments

Comments
 (0)