Skip to content

Commit

Permalink
fix(codesandbox): scope deps to v10 (#11310)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tay1orjones and kodiakhq[bot] authored Apr 28, 2022
1 parent 60f552b commit 5286026
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"description": "Sample project for creating fully customized state management of carbon-components-react data table",
"dependencies": {
"carbon-components": "latest",
"carbon-components-react": "latest",
"carbon-components": "10.x",
"carbon-components-react": "7.x",
"carbon-icons": "latest",
"lodash-es": "^4.17.0",
"node-sass": "^4.14.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"carbon-components": "latest",
"carbon-components-react": "latest",
"carbon-components": "10.x",
"carbon-components-react": "7.x",
"carbon-icons": "latest",
"react": "16.10.2",
"react-dom": "16.10.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<link
rel="stylesheet"
href="https://unpkg.com/carbon-components/css/carbon-components.min.css"
/>
<link rel="stylesheet" href="https://unpkg.com/carbon-components@10/css/carbon-components.min.css">
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Expand Down
4 changes: 2 additions & 2 deletions packages/react/examples/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"carbon-components": "latest",
"carbon-components-react": "latest",
"carbon-components": "v10",
"carbon-components-react": "v7",
"carbon-icons": "latest",
"history": "^5.0.0",
"node-sass": "^4.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/examples/react-router/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<link rel="stylesheet" href="https://unpkg.com/carbon-components/css/carbon-components.min.css">
<link rel="stylesheet" href="https://unpkg.com/carbon-components@10/css/carbon-components.min.css">
<title>React App</title>
</head>
<body>
Expand Down

0 comments on commit 5286026

Please sign in to comment.