File tree Expand file tree Collapse file tree 4 files changed +211
-79
lines changed Expand file tree Collapse file tree 4 files changed +211
-79
lines changed Original file line number Diff line number Diff line change 79
79
},
80
80
"devDependencies" : {
81
81
"@microsoft/api-extractor" : " ^7.34.4" ,
82
- "@rollup/plugin-alias" : " ^4 .0.3 " ,
83
- "@rollup/plugin-commonjs" : " ^24 .0.1 " ,
84
- "@rollup/plugin-node-resolve" : " ^15.0.1 " ,
82
+ "@rollup/plugin-alias" : " ^5 .0.0 " ,
83
+ "@rollup/plugin-commonjs" : " ^25 .0.0 " ,
84
+ "@rollup/plugin-node-resolve" : " ^15.0.2 " ,
85
85
"@rollup/plugin-replace" : " ^5.0.2" ,
86
+ "@rollup/plugin-terser" : " ^0.4.3" ,
86
87
"@sucrase/jest-plugin" : " ^3.0.0" ,
87
88
"@types/jest" : " ^29.4.0" ,
88
89
"@types/jsdom" : " ^20.0.1" ,
103
104
"jest-mock-warn" : " ^1.1.0" ,
104
105
"nightwatch" : " ^2.6.20" ,
105
106
"nightwatch-helpers" : " ^1.2.0" ,
106
- "rimraf" : " ^3 .0.2 " ,
107
- "rollup" : " ^3.17.2 " ,
107
+ "rimraf" : " ^5 .0.1 " ,
108
+ "rollup" : " ^3.22.0 " ,
108
109
"rollup-plugin-analyzer" : " ^4.0.0" ,
109
- "rollup-plugin-terser" : " ^7.0.2" ,
110
110
"rollup-plugin-typescript2" : " ^0.34.1" ,
111
111
"sucrase" : " ^3.29.0" ,
112
112
"typescript" : " ~4.9.4" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import resolve from '@rollup/plugin-node-resolve'
7
7
import commonjs from '@rollup/plugin-commonjs'
8
8
import chalk from 'chalk'
9
9
import pkg from './package.json' assert { type : 'json ' }
10
- import { terser } from 'rollup- plugin-terser'
10
+ import terser from '@ rollup/ plugin-terser'
11
11
12
12
const name = pkg . name
13
13
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import ts from 'rollup-plugin-typescript2'
3
3
import replace from '@rollup/plugin-replace'
4
4
import resolve from '@rollup/plugin-node-resolve'
5
5
import commonjs from '@rollup/plugin-commonjs'
6
- import { terser } from 'rollup- plugin-terser'
6
+ import terser from '@ rollup/ plugin-terser'
7
7
import { defineConfig } from 'rollup'
8
8
9
9
const __dirname = path . dirname ( new URL ( import . meta. url ) . pathname )
You can’t perform that action at this time.
0 commit comments