Skip to content

Commit 7148c88

Browse files
author
Benjamin E. Coe
authored
deps: update rollup-plugin-ts/puppeteer (#435)
1 parent 217aa62 commit 7148c88

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
"@types/node": "^16.11.4",
5454
"@typescript-eslint/eslint-plugin": "^3.10.1",
5555
"@typescript-eslint/parser": "^3.10.1",
56-
"@wessberg/rollup-plugin-ts": "^1.2.28",
5756
"c8": "^7.3.0",
5857
"chai": "^4.2.0",
5958
"cross-env": "^7.0.2",
@@ -62,10 +61,11 @@
6261
"eslint-plugin-node": "^11.0.0",
6362
"gts": "^3.0.0",
6463
"mocha": "^9.0.0",
65-
"puppeteer": "^11.0.0",
64+
"puppeteer": "^13.4.0",
6665
"rimraf": "^3.0.2",
6766
"rollup": "^2.22.1",
6867
"rollup-plugin-cleanup": "^3.1.1",
68+
"rollup-plugin-ts": "^2.0.5",
6969
"serve": "^13.0.0",
7070
"standardx": "^7.0.0",
7171
"start-server-and-test": "^1.11.2",

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import cleanup from 'rollup-plugin-cleanup'
2-
import ts from '@wessberg/rollup-plugin-ts'
2+
import ts from 'rollup-plugin-ts'
33
import transformDefaultExport from 'ts-transform-default-export'
44

55
const output = {

0 commit comments

Comments
 (0)