Skip to content

Commit

Permalink
chore: update svg-drawing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkzt committed May 21, 2020
1 parent 6589ef5 commit 26a3791
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions .size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"lib/index.min.js": {
"bundled": 13305,
"minified": 13296,
"gzipped": 4087
"bundled": 13303,
"minified": 13294,
"gzipped": 4082
},
"lib/index.cjs.js": {
"bundled": 23408,
"minified": 14196,
"gzipped": 4168
"bundled": 23388,
"minified": 14194,
"gzipped": 4163
},
"lib/index.esm.js": {
"bundled": 22804,
"minified": 13791,
"gzipped": 4068,
"bundled": 22784,
"minified": 13789,
"gzipped": 4061,
"treeshaked": {
"rollup": {
"code": 91,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"release": "release-it"
},
"dependencies": {
"svg-drawing": "2.1.0"
"svg-drawing": "2.1.1"
},
"peerDependencies": {
"react": ">=16.8.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8583,10 +8583,10 @@ supports-color@^5.3.0:
dependencies:
has-flag "^3.0.0"

[email protected].0:
version "2.1.0"
resolved "https://registry.npmjs.org/svg-drawing/-/svg-drawing-2.1.0.tgz#eca651a1e44c8732539c934e14800fec06db1b0d"
integrity sha512-yPixRU0bKXJKoZVKfehfGWyIi8QeGym4MfJUC9v/ClpKeI/v/JC+3RBO5ZI8Vcg2F5zgr2erpd2MayJqMvB1EQ==
[email protected].1:
version "2.1.1"
resolved "https://registry.npmjs.org/svg-drawing/-/svg-drawing-2.1.1.tgz#26c5daa5f8fa644cb9de4ed19e9a18101046b2f0"
integrity sha512-OUNTDplkg2YcP1ktTE4sVQaRN8pGUzULj/x7ZEuvap/HQC9Fr9kq1DAk01ACeW/TS56MV5ZJraJI45zO1Wnwwg==

symbol-tree@^3.2.2:
version "3.2.4"
Expand Down

0 comments on commit 26a3791

Please sign in to comment.