Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Aug 21, 2020
1 parent dc5bcbf commit e85e1d8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"autoprefixer": "9.8.6",
"clean-css": "4.2.3",
"codemirror": "5.56.0",
"codemirror": "5.57.0",
"eslint": "7.7.0",
"eslint-config-silverwind": "18.0.2",
"eslint-plugin-unicorn": "21.0.0",
Expand All @@ -61,7 +61,7 @@
"stylelint": "13.6.1",
"stylelint-config-silverwind": "2.0.8",
"svgstore": "3.0.0-2",
"terser": "5.2.0",
"terser": "5.2.1",
"updates": "10.3.5",
"uppie": "1.1.3",
"versions": "8.4.3"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -698,10 +698,10 @@ clone-regexp@^2.1.0:
dependencies:
is-regexp "^2.0.0"

codemirror@5.56.0:
version "5.56.0"
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.56.0.tgz#675640fcc780105cd22d3faa738b5d7ea6426f61"
integrity sha512-MfKVmYgifXjQpLSgpETuih7A7WTTIsxvKfSLGseTY5+qt0E1UD1wblZGM6WLenORo8sgmf+3X+WTe2WF7mufyw==
codemirror@5.57.0:
version "5.57.0"
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.57.0.tgz#d26365b72f909f5d2dbb6b1209349ca1daeb2d50"
integrity sha512-WGc6UL7Hqt+8a6ZAsj/f1ApQl3NPvHY/UQSzG6fB6l4BjExgVdhFaxd7mRTw1UCiYe/6q86zHP+kfvBQcZGvUg==

collapse-white-space@^1.0.2:
version "1.0.6"
Expand Down Expand Up @@ -3182,10 +3182,10 @@ table@^5.2.3, table@^5.4.6:
slice-ansi "^2.1.0"
string-width "^3.0.0"

terser@5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.2.0.tgz#e547d0b20926b321d3e524bf9e5bc1b10ba2f360"
integrity sha512-nZ9TWhBznZdlww3borgJyfQDrxzpgd0RlRNoxR63tMVry01lIH/zKQDTTiaWRMGowydfvSHMgyiGyn6A9PSkCQ==
terser@5.2.1:
version "5.2.1"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.2.1.tgz#40b971b8d28b4fe98c9e8c0d073ab48e7bb96cd8"
integrity sha512-/AOtjRtAMNGO0fIF6m8HfcvXTw/2AKpsOzDn36tA5RfhRdeXyb4RvHxJ5Pah7iL6dFkLk+gOnCaNHGwJPl6TrQ==
dependencies:
commander "^2.20.0"
source-map "~0.6.1"
Expand Down

0 comments on commit e85e1d8

Please sign in to comment.