Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit 63989e2

Browse files
committed
chore(deps): upgrade deps
1 parent 3f882c5 commit 63989e2

File tree

2 files changed

+37
-7
lines changed

2 files changed

+37
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@
7272
"rollup-plugin-uglify": "^6.0.0",
7373
"shx": "^0.3.2",
7474
"standard-version": "^4.4.0",
75-
"styled-components": "^4.0.0",
75+
"styled-components": "^4.0.2",
7676
"uglifyjs-webpack-plugin": "^2.0.0",
77-
"webpack": "^4.19.0"
77+
"webpack": "^4.21.0"
7878
},
7979
"dependencies": {
8080
"classnames": "^2.2.6",

yarn.lock

Lines changed: 35 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12352,10 +12352,10 @@ strong-log-transformer@^2.0.0:
1235212352
minimist "^1.2.0"
1235312353
through "^2.3.4"
1235412354

12355-
styled-components@^4.0.0:
12356-
version "4.0.0"
12357-
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-4.0.0.tgz#bd37d79408246302051cd63f52a3539f70aa3197"
12358-
integrity sha512-+SXoKjaXmApQHjQXNY5pxuRpnabR7vnL6J59Gtcj118ll8gsg9MM8gkjWu6Ahc0NB9kLjh3O9Ho2iun6uLunVA==
12355+
styled-components@^4.0.2:
12356+
version "4.0.2"
12357+
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-4.0.2.tgz#7d4409ada019cdd34c25ba68c4577ea95dbcf0c5"
12358+
integrity sha512-VTNCmBLNx0OS2GRaYk0yRAnQVDBCGnnxGkR6+BCmkKVv9VgICO7bEn3UDjlnwCw8hgIyecMzVLOPl+p1zqUxog==
1235912359
dependencies:
1236012360
"@emotion/is-prop-valid" "^0.6.8"
1236112361
babel-plugin-styled-components ">= 1"
@@ -13553,7 +13553,7 @@ webpack-sources@^1.1.0, webpack-sources@^1.3.0:
1355313553
source-list-map "^2.0.0"
1355413554
source-map "~0.6.1"
1355513555

13556-
webpack@^4.19.0, webpack@^4.19.1:
13556+
webpack@^4.19.1:
1355713557
version "4.20.2"
1355813558
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.20.2.tgz#89f6486b6bb276a91b0823453d377501fc625b5a"
1355913559
integrity sha512-75WFUMblcWYcocjSLlXCb71QuGyH7egdBZu50FtBGl2Nso8CK3Ej+J7bTZz2FPFq5l6fzCisD9modB7t30ikuA==
@@ -13583,6 +13583,36 @@ webpack@^4.19.0, webpack@^4.19.1:
1358313583
watchpack "^1.5.0"
1358413584
webpack-sources "^1.3.0"
1358513585

13586+
webpack@^4.21.0:
13587+
version "4.21.0"
13588+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.21.0.tgz#bd03605c0f48c0d4aaaef78ead2769485e5afd92"
13589+
integrity sha512-CGBeop4AYR0dcmk9Afl33qQULwTHQCXQPAIBTHMJoy9DpY8FPUDna/NUlAGTr5o5y9QC901Ww3wCY4wNo1X9Lw==
13590+
dependencies:
13591+
"@webassemblyjs/ast" "1.7.8"
13592+
"@webassemblyjs/helper-module-context" "1.7.8"
13593+
"@webassemblyjs/wasm-edit" "1.7.8"
13594+
"@webassemblyjs/wasm-parser" "1.7.8"
13595+
acorn "^5.6.2"
13596+
acorn-dynamic-import "^3.0.0"
13597+
ajv "^6.1.0"
13598+
ajv-keywords "^3.1.0"
13599+
chrome-trace-event "^1.0.0"
13600+
enhanced-resolve "^4.1.0"
13601+
eslint-scope "^4.0.0"
13602+
json-parse-better-errors "^1.0.2"
13603+
loader-runner "^2.3.0"
13604+
loader-utils "^1.1.0"
13605+
memory-fs "~0.4.1"
13606+
micromatch "^3.1.8"
13607+
mkdirp "~0.5.0"
13608+
neo-async "^2.5.0"
13609+
node-libs-browser "^2.0.0"
13610+
schema-utils "^0.4.4"
13611+
tapable "^1.1.0"
13612+
uglifyjs-webpack-plugin "^1.2.4"
13613+
watchpack "^1.5.0"
13614+
webpack-sources "^1.3.0"
13615+
1358613616
webpackbar@^2.6.3:
1358713617
version "2.6.3"
1358813618
resolved "https://registry.yarnpkg.com/webpackbar/-/webpackbar-2.6.3.tgz#4f2d0078375acfe95c0e55227771a2ed98ecc5c9"

0 commit comments

Comments
 (0)