chore: update dependencies (#1697)

This commit is contained in:
Nolan Lawson 2020-01-12 10:32:40 -08:00 committed by GitHub
parent abaa9b4e05
commit 4a500c16f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1068 additions and 1202 deletions

View File

@ -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'

View File

@ -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",

2266
yarn.lock

File diff suppressed because it is too large Load Diff