chore: update dependencies (#1697)
This commit is contained in:
parent
abaa9b4e05
commit
4a500c16f5
|
@ -4,7 +4,7 @@ import { promisify } from 'util'
|
|||
import path from 'path'
|
||||
import { rollup } from 'rollup'
|
||||
import { terser } from 'rollup-plugin-terser'
|
||||
import replace from 'rollup-plugin-replace'
|
||||
import replace from '@rollup/plugin-replace'
|
||||
import fromPairs from 'lodash-es/fromPairs'
|
||||
import babel from 'rollup-plugin-babel'
|
||||
import { themes } from '../src/routes/_static/themes'
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
"@babel/plugin-transform-runtime": "^7.7.6",
|
||||
"@babel/preset-env": "^7.7.7",
|
||||
"@babel/runtime": "^7.7.7",
|
||||
"@rollup/plugin-replace": "^2.3.0",
|
||||
"@webcomponents/custom-elements": "^1.3.1",
|
||||
"arrow-key-navigation": "^1.1.0",
|
||||
"babel-loader": "^8.0.6",
|
||||
|
@ -93,7 +94,6 @@
|
|||
"requestidlecallback": "^0.3.0",
|
||||
"rollup": "^1.27.14",
|
||||
"rollup-plugin-babel": "^4.3.3",
|
||||
"rollup-plugin-replace": "^2.2.0",
|
||||
"rollup-plugin-terser": "^5.1.3",
|
||||
"sapper": "nolanlawson/sapper#for-pinafore-14",
|
||||
"stringz": "^2.0.0",
|
||||
|
|
Loading…
Reference in New Issue