diff --git a/package.json b/package.json index e4ef39a8..6a02b57d 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "jquery.stellar": "^0.6.2", "react": "^18.2.0", "semver": "^7.3.8", - "styled-components": "^6.0.0-rc.3", + "styled-components": "^6.0.0", "textselect": "^1.0.0", "tinycolor2": "^1.6.0", "wowjs": "^1.1.3", diff --git a/yarn.lock b/yarn.lock index 2780a489..61a8e224 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2780,6 +2780,11 @@ dependencies: "@types/node" "*" +"@types/stylis@^4.0.2": + version "4.2.1" + resolved "https://registry.yarnpkg.com/@types/stylis/-/stylis-4.2.1.tgz#867fcb0f81719d9ecef533fdda03e32083b959f6" + integrity sha512-OSaMrXUKxVigGlKRrET39V2xdhzlztQ9Aqumn1WbCBKHOi9ry7jKSd7rkyj0GzmWaU960Rd+LpOFpLfx5bMQAg== + "@types/webpack@5.28.0": version "5.28.0" resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-5.28.0.tgz#78dde06212f038d77e54116cfe69e88ae9ed2c03" @@ -4879,7 +4884,7 @@ csso@~2.3.1: clap "^1.0.9" source-map "^0.5.3" -csstype@^3.0.2: +csstype@^3.0.2, csstype@^3.1.2: version "3.1.2" resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.2.tgz#1d4bf9d572f11c14031f0436e1c10bc1f571f50b" integrity sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ== @@ -10771,10 +10776,10 @@ strip-json-comments@^3.1.0, strip-json-comments@^3.1.1: resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== -styled-components@^6.0.0-rc.3: - version "6.0.0-rc.3" - resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-6.0.0-rc.3.tgz#2c9f7304c3177a9ca90925c4944465e499c422a6" - integrity sha512-5FbCTxynopck99GRwM5Ey0+VRp8pkQq69TwGOJJeYtR7gPvwGjNx8yBPLN7/dfxwwvn9ymOZYB19eQkv2k70wQ== +styled-components@^6.0.0: + version "6.0.8" + resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-6.0.8.tgz#90617ad60de39772e03a81c8f3b8e66c12f51c44" + integrity sha512-AwI02MTWZwqjzfXgR5QcbmcSn5xVjY4N2TLjSuYnmuBGF3y7GicHz3ysbpUq2EMJP5M8/Nc22vcmF3V3WNZDFA== dependencies: "@babel/cli" "^7.21.0" "@babel/core" "^7.21.0" @@ -10786,18 +10791,26 @@ styled-components@^6.0.0-rc.3: "@babel/preset-react" "^7.18.6" "@babel/preset-typescript" "^7.21.0" "@babel/traverse" "^7.21.2" + "@emotion/is-prop-valid" "^1.2.1" "@emotion/unitless" "^0.8.0" + "@types/stylis" "^4.0.2" css-to-react-native "^3.2.0" + csstype "^3.1.2" postcss "^8.4.23" shallowequal "^1.1.0" - stylis "^4.2.0" + stylis "^4.3.0" tslib "^2.5.0" -stylis@4.2.0, stylis@^4.2.0: +stylis@4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.2.0.tgz#79daee0208964c8fe695a42fcffcac633a211a51" integrity sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw== +stylis@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.3.0.tgz#abe305a669fc3d8777e10eefcfc73ad861c5588c" + integrity sha512-E87pIogpwUsUwXw7dNyU4QDjdgVMy52m+XEOPEKUn161cCzWjjhPSQhByfd1CcNvrOLnXQ6OnnZDwnJrz/Z4YQ== + supports-color@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"