aboutsummaryrefslogtreecommitdiff
path: root/playground
diff options
context:
space:
mode:
authorrenovate[bot] <renovatebot@noreply.localhost>2026-04-10 03:02:42 +0300
committerrenovate[bot] <renovatebot@noreply.localhost>2026-04-10 03:02:42 +0300
commit3708157c5576be20686ee28d67c1fc809f77d6e8 (patch)
tree96c54dea34861a70c30d9e0765a09326ab535a5a /playground
parent1dc2d953c06ba0039108e6821cbfe936964cee9e (diff)
downloadstrapi-plugin-checkbox-list-3708157c5576be20686ee28d67c1fc809f77d6e8.tar.xz
strapi-plugin-checkbox-list-3708157c5576be20686ee28d67c1fc809f77d6e8.zip
Update dependency styled-components to v6.4.0HEADmaster
Diffstat (limited to 'playground')
-rw-r--r--playground/package-lock.json35
1 files changed, 13 insertions, 22 deletions
diff --git a/playground/package-lock.json b/playground/package-lock.json
index d929b3c..4a3a219 100644
--- a/playground/package-lock.json
+++ b/playground/package-lock.json
@@ -8599,12 +8599,6 @@
"dev": true,
"license": "MIT"
},
- "node_modules/@types/stylis": {
- "version": "4.2.7",
- "resolved": "https://registry.npmjs.org/@types/stylis/-/stylis-4.2.7.tgz",
- "integrity": "sha512-VgDNokpBoKF+wrdvhAAfS55OMQpL6QRglwTwNC3kIgBrzZxA4WsFj+2eLfEA/uMUDzBcEhYmjSbwQakn/i3ajA==",
- "license": "MIT"
- },
"node_modules/@types/through": {
"version": "0.0.33",
"resolved": "https://registry.npmjs.org/@types/through/-/through-0.0.33.tgz",
@@ -21197,12 +21191,6 @@
"node": ">=8"
}
},
- "node_modules/shallowequal": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz",
- "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==",
- "license": "MIT"
- },
"node_modules/sharp": {
"version": "0.33.5",
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.5.tgz",
@@ -22015,20 +22003,15 @@
}
},
"node_modules/styled-components": {
- "version": "6.3.12",
- "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-6.3.12.tgz",
- "integrity": "sha512-hFR6xsVkVYbsdcUlzPYFvFfoc6o2KlV0VvgRIQwSYMtdThM7SCxnjX9efh/cWce2kTq16I/Kl3xM98xiLptsXA==",
+ "version": "6.4.0",
+ "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-6.4.0.tgz",
+ "integrity": "sha512-BL1EDFpt+q10eAeZB0q9ps6pSlPejaBQWBkiuM16pyoVTG4NhZrPrZK0cqNbrozxSsYwUsJ9SQYN6NyeKJYX9A==",
"license": "MIT",
"dependencies": {
"@emotion/is-prop-valid": "1.4.0",
- "@emotion/unitless": "0.10.0",
- "@types/stylis": "4.2.7",
"css-to-react-native": "3.2.0",
"csstype": "3.2.3",
- "postcss": "8.4.49",
- "shallowequal": "1.1.0",
- "stylis": "4.3.6",
- "tslib": "2.8.1"
+ "stylis": "4.3.6"
},
"engines": {
"node": ">= 16"
@@ -22038,12 +22021,20 @@
"url": "https://opencollective.com/styled-components"
},
"peerDependencies": {
+ "css-to-react-native": ">= 3.2.0",
"react": ">= 16.8.0",
- "react-dom": ">= 16.8.0"
+ "react-dom": ">= 16.8.0",
+ "react-native": ">= 0.68.0"
},
"peerDependenciesMeta": {
+ "css-to-react-native": {
+ "optional": true
+ },
"react-dom": {
"optional": true
+ },
+ "react-native": {
+ "optional": true
}
}
},