Skip to content

Commit

Permalink
deps: update rollup-plugin-ts/puppeteer (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Feb 26, 2022
1 parent 217aa62 commit 7148c88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"@types/node": "^16.11.4",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"@wessberg/rollup-plugin-ts": "^1.2.28",
"c8": "^7.3.0",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
Expand All @@ -62,10 +61,11 @@
"eslint-plugin-node": "^11.0.0",
"gts": "^3.0.0",
"mocha": "^9.0.0",
"puppeteer": "^11.0.0",
"puppeteer": "^13.4.0",
"rimraf": "^3.0.2",
"rollup": "^2.22.1",
"rollup-plugin-cleanup": "^3.1.1",
"rollup-plugin-ts": "^2.0.5",
"serve": "^13.0.0",
"standardx": "^7.0.0",
"start-server-and-test": "^1.11.2",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import cleanup from 'rollup-plugin-cleanup'
import ts from '@wessberg/rollup-plugin-ts'
import ts from 'rollup-plugin-ts'
import transformDefaultExport from 'ts-transform-default-export'

const output = {
Expand Down

0 comments on commit 7148c88

Please sign in to comment.