Skip to content

Commit

Permalink
gd-ui-boilerplate-v8 - Upgrade to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
BugsBunny338 committed Dec 9, 2020
1 parent d9b8f97 commit 12a89fc
Show file tree
Hide file tree
Showing 5 changed files with 882 additions and 766 deletions.
14 changes: 7 additions & 7 deletions gd-ui-boilerplate-v8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@gooddata/sdk-backend-bear": "^8.0.0-beta.83",
"@gooddata/sdk-model": "^8.0.0-beta.83",
"@gooddata/sdk-ui": "^8.0.0-beta.83",
"@gooddata/sdk-ui-charts": "^8.0.0-beta.83",
"@gooddata/sdk-ui-ext": "^8.0.0-beta.83",
"@gooddata/sdk-ui-filters": "^8.0.0-beta.83",
"@gooddata/sdk-backend-bear": "^8.1.0",
"@gooddata/sdk-model": "^8.1.0",
"@gooddata/sdk-ui": "^8.1.0",
"@gooddata/sdk-ui-charts": "^8.1.0",
"@gooddata/sdk-ui-ext": "^8.1.0",
"@gooddata/sdk-ui-filters": "^8.1.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
Expand Down Expand Up @@ -43,7 +43,7 @@
]
},
"devDependencies": {
"@gooddata/catalog-export": "^8.0.0-beta.55",
"@gooddata/catalog-export": "^8.1.0",
"cross-env": "^7.0.2"
}
}
2 changes: 1 addition & 1 deletion gd-ui-boilerplate-v8/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function App() {
>
<AttributeFilter
filter={newPositiveAttributeFilter(
newAttribute("label.restaurantlocation.locationcity"),
Ldm.LocationCity,
[]
)}
onApply={filter => setFilters([filter])}
Expand Down
2 changes: 1 addition & 1 deletion gd-ui-boilerplate-v8/src/components/CustomBarChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const CustomBarChart = ({ error, isLoading, result }) => {
return <ReactHighcharts config={config} />;
}

return "🧟‍♂️ UGLY INIT";
return <span>Init…</span>;
};

export default CustomBarChart;
Loading

0 comments on commit 12a89fc

Please sign in to comment.