Skip to content

Commit f40a587

Browse files
Update dependency @types/styled-system to v5.1.21
1 parent 0f11bf9 commit f40a587

File tree

4 files changed

+25
-8
lines changed

4 files changed

+25
-8
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@babel/core": "7.9.6",
1414
"@storybook/addons": "5.3.18",
1515
"@storybook/react": "5.3.18",
16-
"@types/styled-system": "5.1.9",
16+
"@types/styled-system": "5.1.21",
1717
"babel-loader": "8.1.0",
1818
"storybook-addon-matrix": "1.6.0",
1919
"ts-loader": "8.0.1",

example/yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1605,6 +1605,13 @@
16051605
resolved "https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.2.tgz#0078836063ffaf17412349bba364087e0ac02ec9"
16061606
integrity sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA==
16071607

1608+
1609+
version "5.1.21"
1610+
resolved "https://registry.yarnpkg.com/@types/styled-system/-/styled-system-5.1.21.tgz#937b0da9f6367e0eef9caf5eb536c0e26cf32818"
1611+
integrity sha512-8uqIyIAUYH+ufoyNMNDxqmrXXmTiyJKgtsxprpRMxw078TTuUtJyWUELbaEnkjtic0thouFkei3NVlGlM86KiA==
1612+
dependencies:
1613+
csstype "^3.0.2"
1614+
16081615
16091616
version "5.1.9"
16101617
resolved "https://registry.yarnpkg.com/@types/styled-system/-/styled-system-5.1.9.tgz#8baac8f6eca9e0bd5768c175ca5ce1f2d6f61ade"
@@ -3274,6 +3281,11 @@ csstype@^2.2.0, csstype@^2.5.7, csstype@^2.6.9:
32743281
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.10.tgz#e63af50e66d7c266edb6b32909cfd0aabe03928b"
32753282
integrity sha512-D34BqZU4cIlMCY93rZHbrq9pjTAQJ3U8S8rfBqjwHxkGPThWFjzZDQpgMJY0QViLxth6ZKYiwFBo14RdN44U/w==
32763283

3284+
csstype@^3.0.2:
3285+
version "3.1.2"
3286+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.2.tgz#1d4bf9d572f11c14031f0436e1c10bc1f571f50b"
3287+
integrity sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==
3288+
32773289
cyclist@^1.0.1:
32783290
version "1.0.1"
32793291
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@emotion/styled": "10.0.27",
5454
"@storybook/addons": "5.3.18",
5555
"@types/js-combinatorics": "0.5.31",
56-
"@types/styled-system": "5.1.9",
56+
"@types/styled-system": "5.1.21",
5757
"js-combinatorics": "0.5.5",
5858
"react": "16.13.1",
5959
"styled-system": "5.1.5"

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,12 +1030,12 @@
10301030
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
10311031
integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==
10321032

1033-
"@types/[email protected].9":
1034-
version "5.1.9"
1035-
resolved "https://registry.yarnpkg.com/@types/styled-system/-/styled-system-5.1.9.tgz#8baac8f6eca9e0bd5768c175ca5ce1f2d6f61ade"
1036-
integrity sha512-QlWv6tmQV8dqk8s+LSLb9QAtmuQEnfv4f8lKKZkMgDqRFVmxJDBwEw0u4zhpxp56u0hdR+TCIk9dGfOw3TkCoQ==
1033+
"@types/[email protected].21":
1034+
version "5.1.21"
1035+
resolved "https://registry.yarnpkg.com/@types/styled-system/-/styled-system-5.1.21.tgz#937b0da9f6367e0eef9caf5eb536c0e26cf32818"
1036+
integrity sha512-8uqIyIAUYH+ufoyNMNDxqmrXXmTiyJKgtsxprpRMxw078TTuUtJyWUELbaEnkjtic0thouFkei3NVlGlM86KiA==
10371037
dependencies:
1038-
csstype "^2.6.9"
1038+
csstype "^3.0.2"
10391039

10401040
"@types/yargs-parser@*":
10411041
version "15.0.0"
@@ -1883,11 +1883,16 @@ cssstyle@^2.2.0:
18831883
dependencies:
18841884
cssom "~0.3.6"
18851885

1886-
csstype@^2.2.0, csstype@^2.5.7, csstype@^2.6.9:
1886+
csstype@^2.2.0, csstype@^2.5.7:
18871887
version "2.6.10"
18881888
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.10.tgz#e63af50e66d7c266edb6b32909cfd0aabe03928b"
18891889
integrity sha512-D34BqZU4cIlMCY93rZHbrq9pjTAQJ3U8S8rfBqjwHxkGPThWFjzZDQpgMJY0QViLxth6ZKYiwFBo14RdN44U/w==
18901890

1891+
csstype@^3.0.2:
1892+
version "3.1.2"
1893+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.2.tgz#1d4bf9d572f11c14031f0436e1c10bc1f571f50b"
1894+
integrity sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==
1895+
18911896
damerau-levenshtein@^1.0.4:
18921897
version "1.0.6"
18931898
resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.6.tgz#143c1641cb3d85c60c32329e26899adea8701791"

0 commit comments

Comments
 (0)