Update dependency next-remote-watch to v2 - autoclosed #8

Closed
kjuulh wants to merge 1 commits from renovate/next-remote-watch-2.x into main
2 changed files with 6 additions and 7 deletions

View File

@ -10,7 +10,7 @@
"gray-matter": "^4.0.2",
"next": "latest",
"next-mdx-remote": "^3.0.1",
"next-remote-watch": "1.0.0",
"next-remote-watch": "2.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},

View File

@ -461,7 +461,7 @@ binary-extensions@^2.0.0:
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d"
integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==
body-parser@1.20.1, body-parser@^1.19.0:
body-parser@1.20.1:
version "1.20.1"
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.1.tgz#b1812a8912c195cd371a3ee5e66faa2338a5c668"
integrity sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==
@ -1195,12 +1195,11 @@ next-mdx-remote@^3.0.1:
esbuild "^0.12.9"
pkg-dir "^5.0.0"
next-remote-watch@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/next-remote-watch/-/next-remote-watch-1.0.0.tgz#34c5a015b1bd191f906479c00baabd1a33cf04f5"
integrity sha512-kV+pglCwcnKyqJIXPHUUrnZr9d3rCqCIEQWBkFYC02GDXHyKVmcFytoY6q0+wMIQqh/izIAQL1x6OKXZhksjLA==
next-remote-watch@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/next-remote-watch/-/next-remote-watch-2.0.0.tgz#416af12af6abc7633429d2c0e09d27a522d4d06d"
integrity sha512-FyKDFMwbjKCPdu8ypZ8WTkDBzuxnH6rgfR89vgQwsND4ErrfXnDFZcZJAmSpwND6QA7G9f0DRzYMSdspY6t8Uw==
dependencies:
body-parser "^1.19.0"
chalk "^4.0.0"
chokidar "^3.4.0"
commander "^5.0.0"