Nuxt/package.json
renovate[bot] 4935017f94 chore(deps): update all non-major dependencies (#4267)
This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| eslint-plugin-jest | devDependencies | patch | `^21.27.0` -> `^21.27.1` | [source](https://renovatebot.com/gh/jest-community/eslint-plugin-jest) |
| rollup | devDependencies | minor | `^0.66.6` -> `^0.67.0` | [source](https://renovatebot.com/gh/rollup/rollup) |

---

### Release Notes

<details>
<summary>jest-community/eslint-plugin-jest</summary>

### [`v21.27.1`](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/releases/v21.27.1)

[Compare Source](https://renovatebot.com/gh/jest-community/eslint-plugin-jest/compare/v21.27.0...v21.27.1)

##### Bug Fixes

-   **prefer-spy-on:** fix Cannot read property 'type' of undefined ([#&#8203;199](https://renovatebot.com/gh/jest-community/eslint-plugin-jes/issues/199)) ([02cd21a](https://renovatebot.com/gh/jest-community/eslint-plugin-jes/commit/02cd21a)), closes [#&#8203;198](https://renovatebot.com/gh/jest-community/eslint-plugin-jes/issues/198)

</details>

<details>
<summary>rollup/rollup</summary>

### [`v0.67.0`](https://renovatebot.com/gh/rollup/rollup/blob/master/CHANGELOG.md#&#8203;0670)

[Compare Source](https://renovatebot.com/gh/rollup/rollup/compare/v0.66.6...v0.67.0)

_2018-11-04_

-   add `sourcemapExcludeSources` option to exclude the source content from sourcemaps ([#&#8203;2531](https://renovatebot.com/gh/rollup/rollup/pull/2531))
-   Create chunks for virtual modules when preserving modules ([#&#8203;2511](https://renovatebot.com/gh/rollup/rollup/pull/2511))
-   Improve execution order of chunks and externals ([#&#8203;2508](https://renovatebot.com/gh/rollup/rollup/pull/2508))
-   Do not resolve external dynamic imports via plugins ([#&#8203;2505](https://renovatebot.com/gh/rollup/rollup/pull/2505))
-   Do not tree-shake children of unknown nodes to e.g. properly handle do-expressions via acorn plugin ([#&#8203;2510](https://renovatebot.com/gh/rollup/rollup/pull/2510))
-   Fix mis-placed semicolons for certain SystemJS exports ([#&#8203;2529](https://renovatebot.com/gh/rollup/rollup/pull/2529))
-   Prevent memory leak when using the bundle as cache ([#&#8203;2522](https://renovatebot.com/gh/rollup/rollup/pull/2522))
-   Fix public sourcemap type ([#&#8203;2507](https://renovatebot.com/gh/rollup/rollup/pull/2507))

</details>

---

### Renovate configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻️ **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://renovatebot.com/gh/renovatebot/config-help/issues) if that's undesired.

---

This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#nuxt/nuxt.js).
2018-11-04 17:52:41 +00:00

80 lines
2.6 KiB
JSON

{
"private": true,
"workspaces": [
"packages/*",
"distributions/*"
],
"scripts": {
"build": "yarn clean && node -r esm ./scripts/package",
"clean": "yarn clean:build && yarn clean:examples && yarn clean:test",
"clean:build": "rimraf distributions/*/dist packages/*/dist",
"clean:examples": "rimraf examples/*/dist examples/*/.nuxt",
"clean:test": "rimraf test/fixtures/*/dist test/fixtures/*/.nuxt*",
"dev": "node -r esm ./scripts/dev",
"coverage": "codecov",
"lint": "eslint --ext .js,.mjs,.vue .",
"lint:app": "eslint-multiplexer eslint --ignore-path packages/app/template/.eslintignore 'test/fixtures/!(missing-plugin)/.nuxt!(-dev)/**' | eslint-multiplexer -b",
"nuxt": "node -r esm ./packages/cli/bin/nuxt.js",
"test": "yarn test:fixtures && yarn test:unit",
"test:fixtures": "jest test/fixtures",
"test:e2e": "jest -i test/e2e",
"test:lint": "yarn lint",
"test:unit": "jest test/unit",
"postinstall": "lerna link && yarn dev"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@nuxtjs/eslint-config": "^0.0.1",
"babel-core": "^7.0.0-bridge",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-plugin-dynamic-import-node": "^2.2.0",
"codecov": "^3.1.0",
"consola": "^2.1.1",
"cross-env": "^5.2.0",
"cross-spawn": "^6.0.5",
"eslint": "^5.8.0",
"eslint-config-standard": "^12.0.0",
"eslint-multiplexer": "^1.0.2",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^21.27.1",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.0.0-beta.3",
"esm": "^3.0.84",
"express": "^4.16.4",
"finalhandler": "^1.1.1",
"fs-extra": "^7.0.0",
"get-port": "^4.0.0",
"glob": "^7.1.3",
"jest": "^23.6.0",
"jest-junit": "^5.2.0",
"jsdom": "^13.0.0",
"klaw-sync": "^6.0.0",
"lerna": "^3.4.3",
"lodash": "^4.17.11",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"puppeteer": "^1.10.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"rimraf": "^2.6.2",
"rollup": "^0.67.0",
"rollup-plugin-alias": "^1.4.0",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-license": "^0.7.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-replace": "^2.1.0",
"sort-package-json": "^1.16.0",
"vue-jest": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
}
}