Skip to content

Commit 9a71d2c

Browse files
fix(deps): Update dependency styled-components
1 parent 446c7a6 commit 9a71d2c

File tree

4 files changed

+108
-103
lines changed

4 files changed

+108
-103
lines changed

examples/css-in-js/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"next": "16.0.7",
1515
"react": "catalog:",
1616
"react-dom": "catalog:",
17-
"styled-components": "npm:@sanity/[email protected].25"
17+
"styled-components": "npm:@sanity/[email protected].26"
1818
},
1919
"engines": {
2020
"node": ">= 20"

examples/styled-components/next-app-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"next": "16.0.7",
1515
"react": "catalog:",
1616
"react-dom": "catalog:",
17-
"styled-components": "npm:@sanity/[email protected].23",
17+
"styled-components": "npm:@sanity/[email protected].24",
1818
"styled-components-original": "npm:styled-components@^6.1.19"
1919
},
2020
"engines": {

examples/styled-components/next-pages-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"next": "16.0.7",
1515
"react": "catalog:",
1616
"react-dom": "catalog:",
17-
"styled-components": "npm:@sanity/[email protected].23"
17+
"styled-components": "npm:@sanity/[email protected].24"
1818
},
1919
"engines": {
2020
"node": ">= 20"

0 commit comments

Comments
 (0)