Skip to content

Commit 0fcce35

Browse files
committed
Add typing
1 parent 06c8e03 commit 0fcce35

File tree

5 files changed

+14
-0
lines changed

5 files changed

+14
-0
lines changed

packages/common/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"@codesandbox/notifications": "^1.0.6",
4646
"@codesandbox/template-icons": "^1.0.2",
4747
"@sentry/browser": "^5.9.0",
48+
"@styled-system/css": "^5.0.23",
4849
"@tippy.js/react": "^2.1.1",
4950
"babel-plugin-preval": "^3.0.1",
5051
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
@@ -93,6 +94,7 @@
9394
"@types/react-icons": "^2.2.7",
9495
"@types/storybook__addon-actions": "^3.4.3",
9596
"@types/styled-components": "^4.1.13",
97+
"@types/styled-system__css": "^5.0.4",
9698
"babel-jest": "^24.8.0",
9799
"babel-loader": "^8.0.6",
98100
"babel-plugin-lodash": "^3.3.4",
File renamed without changes.
File renamed without changes.
File renamed without changes.

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4409,6 +4409,13 @@
44094409
"@types/react-native" "*"
44104410
csstype "^2.2.0"
44114411

4412+
"@types/styled-system__css@^5.0.4":
4413+
version "5.0.4"
4414+
resolved "https://registry.yarnpkg.com/@types/styled-system__css/-/styled-system__css-5.0.4.tgz#df83b015cf377ab39ecf33ea31339c05eeb9230a"
4415+
integrity sha512-SHHoNh9cCRTG9hcmCD2ua0NeYUrLmLXoMJ7g0U/e0FjrzcwNQtM5wjjEJVCVZymU632xA1PdPEykrtoSHTIecA==
4416+
dependencies:
4417+
csstype "^2.6.6"
4418+
44124419
"@types/svgo@*":
44134420
version "1.2.1"
44144421
resolved "https://registry.yarnpkg.com/@types/svgo/-/svgo-1.2.1.tgz#7b7f2f7966c8301001e955c8d488c9eb7e868b16"
@@ -9501,6 +9508,11 @@ csstype@^2.2.0, csstype@^2.5.2, csstype@^2.5.5, csstype@^2.5.7:
95019508
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.6.tgz#c34f8226a94bbb10c32cc0d714afdf942291fc41"
95029509
integrity sha512-RpFbQGUE74iyPgvr46U9t1xoQBM8T4BL8SxrN66Le2xYAPSaDJJKeztV3awugusb3g3G9iL8StmkBBXhcbbXhg==
95039510

9511+
csstype@^2.6.6:
9512+
version "2.6.7"
9513+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.7.tgz#20b0024c20b6718f4eda3853a1f5a1cce7f5e4a5"
9514+
integrity sha512-9Mcn9sFbGBAdmimWb2gLVDtFJzeKtDGIr76TUqmjZrw9LFXBMSU70lcs+C0/7fyCd6iBDqmksUcCOUIkisPHsQ==
9515+
95049516
cucumber-html-reporter@^3.0.4:
95059517
version "3.0.4"
95069518
resolved "https://registry.yarnpkg.com/cucumber-html-reporter/-/cucumber-html-reporter-3.0.4.tgz#1be0dee83f30a2f4719207859a5440ce082ffadd"

0 commit comments

Comments
 (0)