Skip to content

Commit

Permalink
Update @blueprintjs/core version (#876)
Browse files Browse the repository at this point in the history
* Update blueprintjs/core version

* Update Pagination import capitalization to fix bug
  • Loading branch information
pringshia committed Aug 1, 2022
1 parent 7a887a9 commit e6d2fbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cra-template-mephisto-review/template.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"dependencies": {
"@blueprintjs/core": "^3.38.1",
"@blueprintjs/core": "^4.7.0",
"mephisto-review-hook": "^2.0.1",
"react-router-dom": "^5.2.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
} from "@blueprintjs/core";
import { Tooltip } from "@blueprintjs/core";
import { GridCollection, JSONItem } from "../renderers";
import { Pagination } from "./pagination";
import { Pagination } from "./Pagination";
import { getHostname } from "../utils";
import ErrorPane from "./ErrorPane";

Expand Down

0 comments on commit e6d2fbc

Please sign in to comment.