mirror of https://github.com/webpack/webpack.git
add missing date-fns dependency for persistent caching example
This commit is contained in:
parent
f4823fb7f7
commit
0aaaeb26cb
|
@ -41,6 +41,7 @@
|
|||
"coveralls": "^3.0.2",
|
||||
"cspell": "^4.0.55",
|
||||
"css-loader": "^3.2.0",
|
||||
"date-fns": "^2.12.0",
|
||||
"es6-promise-polyfill": "^1.1.1",
|
||||
"eslint": "^6.1.0",
|
||||
"eslint-config-prettier": "^6.0.0",
|
||||
|
|
|
@ -2152,6 +2152,11 @@ data-urls@^1.1.0:
|
|||
whatwg-mimetype "^2.2.0"
|
||||
whatwg-url "^7.0.0"
|
||||
|
||||
date-fns@^2.12.0:
|
||||
version "2.12.0"
|
||||
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.12.0.tgz#01754c8a2f3368fc1119cf4625c3dad8c1845ee6"
|
||||
integrity sha512-qJgn99xxKnFgB1qL4jpxU7Q2t0LOn1p8KMIveef3UZD7kqjT3tpFNNdXJelEHhE+rUgffriXriw/sOSU+cS1Hw==
|
||||
|
||||
debug@^2.2.0, debug@^2.3.3:
|
||||
version "2.6.9"
|
||||
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
|
||||
|
|
Loading…
Reference in New Issue