Skip to content

Commit 909f48d

Browse files
authored
chore: updated next and react version in example (#14219)
* chore: updated next and react version in example * fix: yarn update
1 parent 39f36c6 commit 909f48d

25 files changed

Lines changed: 16362 additions & 12108 deletions

File tree

examples/incremental-migration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"carbon-components": "^10.57.0",
1818
"carbon-components-react": "^7.57.0",
1919
"carbon-icons": "^7.0.7",
20-
"next": "12.1.4",
20+
"next": "13.4.7",
2121
"react": "18.2.0",
2222
"react-dom": "18.2.0"
2323
},

packages/colors/examples/preview/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"@carbon/colors": "link:../../",
1414
"@carbon/styles": "link:../../../styles",
1515
"change-case": "^4.1.1",
16-
"next": "^12.1.0",
17-
"react": "^17.0.2",
18-
"react-dom": "^17.0.2",
16+
"next": "^13.4.7",
17+
"react": "^18.2.0",
18+
"react-dom": "^18.2.0",
1919
"sass": "^1.57.1"
2020
}
2121
}

0 commit comments

Comments
 (0)