Skip to content

Commit

Permalink
fix(deps): update dependency next to v9.0.2 (#2662)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and samouss committed Jul 16, 2019
1 parent 3b2da70 commit 09947fb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/react/next/package.json
Expand Up @@ -18,7 +18,7 @@
"style-loader": "0.23.1"
},
"dependencies": {
"next": "9.0.1",
"next": "9.0.2",
"prop-types": "15.6.2",
"qs": "6.7.0",
"react": "16.8.6",
Expand Down
18 changes: 9 additions & 9 deletions examples/react/next/yarn.lock
Expand Up @@ -4427,10 +4427,10 @@ neo-async@^2.5.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.0.tgz#b9d15e4d71c6762908654b5183ed38b753340835"

next-server@9.0.1:
version "9.0.1"
resolved "https://registry.yarnpkg.com/next-server/-/next-server-9.0.1.tgz#9b57487d27042adf1f95e6609458aca07f05b6d4"
integrity sha512-o2OT9iAxwavKaobZdCsT12pmwCEBHHY338yIY8DzeXR6PhOFkn1qBghAycFKxRc3NPtkbqnBI8Hv9YGwpM74eQ==
next-server@9.0.2:
version "9.0.2"
resolved "https://registry.yarnpkg.com/next-server/-/next-server-9.0.2.tgz#8e119734c2492fd20faa7e487989b7d376d67d70"
integrity sha512-SGN20hjHKkz/WJ5H4FsWnaIefV8x3hoQWwNKVKqTOQSCNNQLMmVQJtTybCTR2ZZz3UJUFpt0fvvoDukWV7Du2A==
dependencies:
amp-toolbox-optimizer "1.2.0-alpha.1"
content-type "1.0.4"
Expand All @@ -4446,10 +4446,10 @@ next-server@9.0.1:
styled-jsx "3.2.1"
url "0.11.0"

next@9.0.1:
version "9.0.1"
resolved "https://registry.yarnpkg.com/next/-/next-9.0.1.tgz#a1f45114db771659b2444758431d58e13f8cb914"
integrity sha512-4VQ85H/2V3E4wdIxsZIFrcuWozNFLj/RVpotfe7QDG+cPX/j13l1dfu0REF3tQ/eb/FV5QAeFq+4dUcqY3oxFA==
next@9.0.2:
version "9.0.2"
resolved "https://registry.yarnpkg.com/next/-/next-9.0.2.tgz#4de9da7ca64d89dd1759ad2b5d9d23a9dc3ca63b"
integrity sha512-ICZWI4a7oqjGIf3qoq8amCSeF+mP00azqODqFWSwFGCxm3SnBZu4xqNr5QmeOMFCML8J/eRlI6o8vE7aE0yTTw==
dependencies:
"@babel/core" "7.4.5"
"@babel/plugin-proposal-class-properties" "7.4.4"
Expand Down Expand Up @@ -4477,7 +4477,7 @@ next@9.0.1:
launch-editor "2.2.1"
loader-utils "1.2.3"
mkdirp "0.5.1"
next-server "9.0.1"
next-server "9.0.2"
prop-types "15.7.2"
prop-types-exact "1.2.0"
react-error-overlay "5.1.6"
Expand Down

0 comments on commit 09947fb

Please sign in to comment.