Skip to content

Commit

Permalink
[core] Move next to the dev dependencies (mui#7980)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Aug 31, 2017
1 parent 29e9ac9 commit c4f93b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
"jss-preset-default": "^3.0.0",
"keycode": "^2.1.9",
"lodash": "^4.17.4",
"next": "^3.2.0",
"prop-types": "^15.5.10",
"react-event-listener": "^0.5.0",
"react-jss": "^7.1.0",
Expand Down Expand Up @@ -143,6 +142,7 @@
"karma-webpack": "^2.0.4",
"marked": "^0.3.6",
"mocha": "^3.5.0",
"next": "^3.2.1",
"nprogress": "^0.2.0",
"nyc": "^11.0.3",
"phantomjs-prebuilt": "^2.1.15",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5263,9 +5263,9 @@ netrc@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/netrc/-/netrc-0.1.4.tgz#6be94fcaca8d77ade0a9670dc460914c94472444"

next@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/next/-/next-3.2.0.tgz#86026844c65f4fa71c0430a99627e0a71ccd2982"
next@^3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/next/-/next-3.2.1.tgz#6d694823ac6e74e9be4553117144a6402220490f"
dependencies:
ansi-html "0.0.7"
babel-core "6.25.0"
Expand Down

0 comments on commit c4f93b6

Please sign in to comment.