File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 53
53
"@types/node" : " ^16.11.4" ,
54
54
"@typescript-eslint/eslint-plugin" : " ^3.10.1" ,
55
55
"@typescript-eslint/parser" : " ^3.10.1" ,
56
- "@wessberg/rollup-plugin-ts" : " ^1.2.28" ,
57
56
"c8" : " ^7.3.0" ,
58
57
"chai" : " ^4.2.0" ,
59
58
"cross-env" : " ^7.0.2" ,
62
61
"eslint-plugin-node" : " ^11.0.0" ,
63
62
"gts" : " ^3.0.0" ,
64
63
"mocha" : " ^9.0.0" ,
65
- "puppeteer" : " ^11.0 .0" ,
64
+ "puppeteer" : " ^13.4 .0" ,
66
65
"rimraf" : " ^3.0.2" ,
67
66
"rollup" : " ^2.22.1" ,
68
67
"rollup-plugin-cleanup" : " ^3.1.1" ,
68
+ "rollup-plugin-ts" : " ^2.0.5" ,
69
69
"serve" : " ^13.0.0" ,
70
70
"standardx" : " ^7.0.0" ,
71
71
"start-server-and-test" : " ^1.11.2" ,
Original file line number Diff line number Diff line change 1
1
import cleanup from 'rollup-plugin-cleanup'
2
- import ts from '@wessberg/ rollup-plugin-ts'
2
+ import ts from 'rollup-plugin-ts'
3
3
import transformDefaultExport from 'ts-transform-default-export'
4
4
5
5
const output = {
You can’t perform that action at this time.
0 commit comments