FormidableLabs / spectacle-boilerplate

[DEPRECATED] Boilerplate project for getting started with Spectacle Core
579 stars 192 forks source link

Presentation Mode doesn't work #57

Open maazadeeb opened 6 years ago

maazadeeb commented 6 years ago

As per FormidableLabs/spectacle#436, presentation mode doesn't work when using this boilerplate. The solution that worked for me is mentioned in a comment under that issue.

Just changing the spectacle version to ^4.0.4 solved it. I wouldn't mind changing that in a PR 😄

maazadeeb commented 6 years ago

For future reference, here are all the list of dependencies that are outdated as of today:

 react                                           ^16.0.0  →  ^16.2.0
 react-dom                                       ^16.0.0  →  ^16.2.0
 spectacle                                        ^4.0.0  →   ^4.0.4
 babel-eslint                                     ^8.0.1  →   ^8.1.2
 babel-plugin-transform-react-remove-prop-types  ^0.4.10  →  ^0.4.12
 cross-env                                        ^5.1.0  →   ^5.1.3
 eslint                                           ^4.9.0  →  ^4.14.0
 eslint-plugin-react                              ^7.4.0  →   ^7.5.1
 file-loader                                      ^1.1.5  →   ^1.1.6
 is-buffer                                        ^1.1.5  →   ^1.1.6
 node-libs-browser                                ^2.0.0  →   ^2.1.0
 react-hot-loader                                 ^3.1.1  →   ^3.1.3
 style-loader                                    ^0.19.0  →  ^0.19.1
 webpack-dev-server                               ^2.9.3  →   ^2.9.7
 webpack-hot-middleware                          ^2.20.0  →  ^2.21.0
swyxio commented 6 years ago

sounds like a great PR :)