Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
fix(deps): update dependency next to v9.0.5 (#2789)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and samouss committed Aug 27, 2019
1 parent 624534e commit c3ef3a7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/react/next/package.json
Expand Up @@ -18,7 +18,7 @@
"style-loader": "1.0.0"
},
"dependencies": {
"next": "9.0.4",
"next": "9.0.5",
"prop-types": "15.6.2",
"qs": "6.8.0",
"react": "16.8.6",
Expand Down
25 changes: 16 additions & 9 deletions examples/react/next/yarn.lock
Expand Up @@ -2401,6 +2401,11 @@ detect-newline@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2"

devalue@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/devalue/-/devalue-2.0.0.tgz#2afa0b7c1bb35bebbef792498150663fdcd33c68"
integrity sha512-6H2FBD5DPnQS75UWJtQjoVeKZlmXoa765UgYS5RQnx6Ay9LUhUld0w1/D6cYdrY+wnu6XQNlpEBfnJUZK0YyPQ==

diff@^3.2.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/diff/-/diff-3.4.0.tgz#b1d85507daf3964828de54b37d0d73ba67dda56c"
Expand Down Expand Up @@ -4551,10 +4556,10 @@ neo-async@^2.6.1:
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c"
integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==

next-server@9.0.4:
version "9.0.4"
resolved "https://registry.yarnpkg.com/next-server/-/next-server-9.0.4.tgz#648d6a6fc553cf9daa87a9cc7c879478eacaa0a6"
integrity sha512-dnHOBTQSuGukkOPtJDRtcQX75LDNOcXH71hWOICPUtIh91QIt/MSZguIR/Uv8QFBNHoYTUe47rXHjx/+uy872g==
next-server@9.0.5:
version "9.0.5"
resolved "https://registry.yarnpkg.com/next-server/-/next-server-9.0.5.tgz#4b7fe976d0900dd865b3c5777287ccd4df200794"
integrity sha512-99+2QXbB0WDw0Oec1LQRVMAsnqcPR7UdJgcMMGrxql/o9w/E4i0lQu7ucEU7ageVnyVqzfjfoNJNhyODyRyOJA==
dependencies:
"@ampproject/toolbox-optimizer" "1.0.1"
compression "1.7.4"
Expand All @@ -4571,10 +4576,10 @@ next-server@9.0.4:
styled-jsx "3.2.1"
url "0.11.0"

next@9.0.4:
version "9.0.4"
resolved "https://registry.yarnpkg.com/next/-/next-9.0.4.tgz#d073e26b2b0a706dd502fb090529bdafcd45e504"
integrity sha512-lH4Dz9ravRS0y+0iY97Iij7btVSz53tidd0Nx4YiQSU8c2+ZArZlFPBkfOhg6Ai5nSWemUGmzICwIoJ1OMclLA==
next@9.0.5:
version "9.0.5"
resolved "https://registry.yarnpkg.com/next/-/next-9.0.5.tgz#854db5c485d81857f69eb3cfd076fc1bd8ef7fc3"
integrity sha512-DpG6SSzZkREPW6pZhuJOXzR6XY5XOfFOiwVBhOXzmlSifJviHpmkGRsMlJxP3WejfKH/Gzhjs2Ar+//EGRQtGA==
dependencies:
"@babel/core" "7.4.5"
"@babel/plugin-proposal-class-properties" "7.4.4"
Expand All @@ -4592,16 +4597,18 @@ next@9.0.4:
autodll-webpack-plugin "0.4.2"
babel-core "7.0.0-bridge.0"
babel-loader "8.0.6"
babel-plugin-syntax-jsx "6.18.0"
babel-plugin-transform-define "1.3.1"
babel-plugin-transform-react-remove-prop-types "0.4.24"
chalk "2.4.2"
devalue "2.0.0"
find-up "4.0.0"
fork-ts-checker-webpack-plugin "1.3.4"
fresh "0.5.2"
launch-editor "2.2.1"
loader-utils "1.2.3"
mkdirp "0.5.1"
next-server "9.0.4"
next-server "9.0.5"
prop-types "15.7.2"
prop-types-exact "1.2.0"
react-error-overlay "5.1.6"
Expand Down

0 comments on commit c3ef3a7

Please sign in to comment.