Skip to content

Commit c0829e0

Browse files
committed
adding tinycolor2 package
1 parent 5457976 commit c0829e0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

examples/ssr-next/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"evergreen-ui": "latest",
1313
"next": "^12.3.5",
1414
"react": "^16.5.2",
15-
"react-dom": "^16.5.2"
15+
"react-dom": "^16.5.2",
16+
"tinycolor2": "^1.6.0"
1617
},
1718
"xo": false
1819
}

examples/ssr-next/yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,11 @@ through@^2.3.8:
528528
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
529529
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
530530

531+
tinycolor2@^1.4.1, tinycolor2@^1.6.0:
532+
version "1.6.0"
533+
resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.6.0.tgz#f98007460169b0263b97072c5ae92484ce02d09e"
534+
integrity sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==
535+
531536
tslib@^2.4.0:
532537
version "2.8.1"
533538
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"

0 commit comments

Comments
 (0)