diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b7894c043d..7c077f9db0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ * [#2829](https://github.com/rollup/rollup/pull/2829): Improve id resolution (@lukastaegert) * [#2831](https://github.com/rollup/rollup/pull/2831): Allow manualChunks to be a function (@lukastaegert) * [#2832](https://github.com/rollup/rollup/pull/2832): Improve `generateBundle` documentation (@lukastaegert) +* [#2833](https://github.com/rollup/rollup/pull/2833): Update dependencies (@lukastaegert) ## 1.10.1 *2019-04-19* diff --git a/package.json b/package.json index 757c9223931..3528ab5da97 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "build:bootstrap": "bin/rollup -c && shx cp src/rollup/types.d.ts dist/rollup.d.ts && shx chmod a+x bin/rollup", "ci:coverage": "npm run test:coverage", "ci:lint": "npm run lint:nofix && npm run security", - "ci:test": "npm run build:bootstrap && npm run test:all", + "ci:test": "npm run build:test && npm run build:bootstrap && npm run test:all", "lint": "npm run lint:ts -- --fix && npm run lint:js -- --fix && npm run lint:markdown", "lint:nofix": "npm run lint:ts && npm run lint:js && npm run lint:markdown", "lint:ts": "tslint --project .",