mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-20 15:00:42 -07:00
chore: update to node 16
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
declare module 'rollup-plugin-uglify' {
|
declare module 'rollup-plugin-uglify' {
|
||||||
export function uglify (): any
|
export function uglify (options?: any): any
|
||||||
}
|
}
|
||||||
declare module 'rollup-plugin-replace' {
|
declare module 'rollup-plugin-replace' {
|
||||||
export default function replace(options: any): any
|
export default function replace(options: any): any
|
||||||
|
|||||||
Generated
+21008
-199
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -98,7 +98,7 @@
|
|||||||
"rollup": "^2.61.0",
|
"rollup": "^2.61.0",
|
||||||
"rollup-plugin-replace": "^2.1.0",
|
"rollup-plugin-replace": "^2.1.0",
|
||||||
"rollup-plugin-typescript2": "^0.31.1",
|
"rollup-plugin-typescript2": "^0.31.1",
|
||||||
"rollup-plugin-uglify": "^5.0.2",
|
"rollup-plugin-uglify": "^6.0.4",
|
||||||
"rollup-plugin-version-injector": "^1.3.3",
|
"rollup-plugin-version-injector": "^1.3.3",
|
||||||
"semantic-release": "^19.0.3",
|
"semantic-release": "^19.0.3",
|
||||||
"sinon": "^7.5.0",
|
"sinon": "^7.5.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user