Skip to content

Commit 3d31646

Browse files
committed
Bump min versions of dependencies
1 parent 325bf18 commit 3d31646

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
3030
"@babel/preset-env": "^7.10.0",
3131
"assets-webpack-plugin": "^7.0.0",
32-
"babel-loader": "^8.0.0",
32+
"babel-loader": "^8.2.2",
3333
"chalk": "^4.0.0",
3434
"clean-webpack-plugin": "^3.0.0",
35-
"css-loader": "^5.0.1",
35+
"css-loader": "^5.2.4",
3636
"css-minimizer-webpack-plugin": "^2.0.0",
3737
"fast-levenshtein": "^3.0.0",
38-
"friendly-errors-webpack-plugin": "^2.0.0-beta.1",
38+
"friendly-errors-webpack-plugin": "^2.0.0-beta.2",
3939
"loader-utils": "^2.0.0",
40-
"mini-css-extract-plugin": "^1.0.0",
40+
"mini-css-extract-plugin": "^1.5.0",
4141
"pkg-up": "^3.1.0",
4242
"pretty-error": "^3.0.3",
4343
"resolve-url-loader": "^3.1.2",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1774,7 +1774,7 @@ babel-eslint@^10.0.1:
17741774
eslint-visitor-keys "^1.0.0"
17751775
resolve "^1.12.0"
17761776

1777-
babel-loader@^8.0.0:
1777+
babel-loader@^8.2.2:
17781778
version "8.2.2"
17791779
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.2.tgz#9363ce84c10c9a40e6c753748e1441b60c8a0b81"
17801780
integrity sha512-JvTd0/D889PQBtUXJ2PXaKU/pjZDMtHA9V2ecm+eNRmmBCMR09a+fmpGTNwnJtFmFl5Ei7Vy47LjBb+L0wQ99g==
@@ -3496,7 +3496,7 @@ fresh@0.5.2:
34963496
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
34973497
integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=
34983498

3499-
friendly-errors-webpack-plugin@^2.0.0-beta.1:
3499+
friendly-errors-webpack-plugin@^2.0.0-beta.2:
35003500
version "2.0.0-beta.2"
35013501
resolved "https://registry.yarnpkg.com/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-2.0.0-beta.2.tgz#69987c67c2ed3e93847248f8ba1920f75f6ff45c"
35023502
integrity sha512-0x14cdjGx5q0yZc3Cy9sgAF/szWUFx1WxH/IX88UuKbM5Z+7FCk/Z/6hFbXMcz3qqK0mp7WrHKX3cxhUAL2aqQ==
@@ -4793,7 +4793,7 @@ mimic-fn@^3.1.0:
47934793
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-3.1.0.tgz#65755145bbf3e36954b949c16450427451d5ca74"
47944794
integrity sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==
47954795

4796-
mini-css-extract-plugin@^1.0.0:
4796+
mini-css-extract-plugin@^1.5.0:
47974797
version "1.5.0"
47984798
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-1.5.0.tgz#69bee3b273d2d4ee8649a2eb409514b7df744a27"
47994799
integrity sha512-SIbuLMv6jsk1FnLIU5OUG/+VMGUprEjM1+o2trOAx8i5KOKMrhyezb1dJ4Ugsykb8Jgq8/w5NEopy6escV9G7g==

0 commit comments

Comments
 (0)