Skip to content

Commit

Permalink
(examples/with-rbx-bulma-pro): update deps (#26077)
Browse files Browse the repository at this point in the history
Fixes one of the items from #25854

## Documentation / Examples

- [x] Make sure the linting passes
- [x] Add the StackBlitz button
  • Loading branch information
Pavel Mineev authored Jun 14, 2021
1 parent 2bffb16 commit 8fd5d92
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 6 additions & 0 deletions examples/with-rbx-bulma-pro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This example shows how to use Next.js along with [rbx](https://github.com/dfee/rbx)(Bulma UI Framework for react) and [Bulma Pro](https://mubaidr.js.org/bulma-pro/).

## Preview

Preview the example live on [StackBlitz](http://stackblitz.com/):

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/vercel/next.js/tree/canary/examples/with-rbx-bulma-pro)

## Deploy your own

Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=next-example):
Expand Down
9 changes: 6 additions & 3 deletions examples/with-rbx-bulma-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@
},
"dependencies": {
"bulma-pro": "^0.1.7",
"next": "^9.1.8-canary.11",
"next": "latest",
"rbx": "^2.2.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
"react": "^17.0.3",
"react-dom": "^17.0.3"
},
"devDependencies": {
"tslib": "2.3.0"
},
"license": "MIT"
}

0 comments on commit 8fd5d92

Please sign in to comment.