File tree Expand file tree Collapse file tree
custom-data-table-state-manager
drag-and-drop-file-uploader Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "private" : true ,
55 "description" : " Sample project for creating fully customized state management of carbon-components-react data table" ,
66 "dependencies" : {
7- "carbon-components" : " latest " ,
8- "carbon-components-react" : " latest " ,
7+ "carbon-components" : " 10.x " ,
8+ "carbon-components-react" : " 7.x " ,
99 "carbon-icons" : " latest" ,
1010 "lodash-es" : " ^4.17.0" ,
1111 "node-sass" : " ^4.14.1" ,
Original file line number Diff line number Diff line change 33 "version" : " 0.1.0" ,
44 "private" : true ,
55 "dependencies" : {
6- "carbon-components" : " latest " ,
7- "carbon-components-react" : " latest " ,
6+ "carbon-components" : " 10.x " ,
7+ "carbon-components-react" : " 7.x " ,
88 "carbon-icons" : " latest" ,
99 "react" : " 16.10.2" ,
1010 "react-dom" : " 16.10.2" ,
Original file line number Diff line number Diff line change 1111 manifest.json provides metadata used when your web app is added to the
1212 homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
1313 -->
14- < link
15- rel ="stylesheet "
16- href ="https://unpkg.com/carbon-components/css/carbon-components.min.css "
17- />
14+ < link rel ="stylesheet " href ="https://unpkg.com/carbon-components@10/css/carbon-components.min.css ">
1815 <!--
1916 Notice the use of %PUBLIC_URL% in the tags above.
2017 It will be replaced with the URL of the `public` folder during the build.
Original file line number Diff line number Diff line change 33 "version" : " 0.1.0" ,
44 "private" : true ,
55 "dependencies" : {
6- "carbon-components" : " latest " ,
7- "carbon-components-react" : " latest " ,
6+ "carbon-components" : " v10 " ,
7+ "carbon-components-react" : " v7 " ,
88 "carbon-icons" : " latest" ,
99 "history" : " ^5.0.0" ,
1010 "node-sass" : " ^4.11.0" ,
Original file line number Diff line number Diff line change 2222 work correctly both with client-side routing and a non-root public URL.
2323 Learn how to configure a non-root public URL by running `npm run build`.
2424 -->
25- < link rel ="stylesheet " href ="https://unpkg.com/carbon-components/css/carbon-components.min.css ">
25+ < link rel ="stylesheet " href ="https://unpkg.com/carbon-components@10 /css/carbon-components.min.css ">
2626 < title > React App</ title >
2727 </ head >
2828 < body >
You can’t perform that action at this time.
0 commit comments