From 776b6a0f536b7322145cdd2b0fcf97ce96bc98fc Mon Sep 17 00:00:00 2001 From: "Dependencies.io Bot" Date: Fri, 29 Dec 2017 16:15:00 +0000 Subject: [PATCH] Update nodemon from 1.14.3 to 1.14.5 --- package.json | 41 ++++++++++++++++++++++------------------- yarn.lock | 6 +++--- 2 files changed, 25 insertions(+), 22 deletions(-) diff --git a/package.json b/package.json index 6e45b065..f5ce2495 100644 --- a/package.json +++ b/package.json @@ -5,28 +5,24 @@ "scripts": { "start": "node ./bin/www", "start:watch": "nodemon ./bin/www", - "build-client": - "parcel build src/views/index.html --out-dir dist/views/static --public-url ./", - "build-client:watch": - "parcel watch src/views/index.html --out-dir dist/views/static --public-url ./", + "build-client": "parcel build src/views/index.html --out-dir dist/views/static --public-url ./", + "build-client:watch": "parcel watch src/views/index.html --out-dir dist/views/static --public-url ./", "build-server": "tsc", "build-server:watch": "tsc -w", - "copy-static-files": - "cpx \"src/views/{login.{html,css},*.png}\" dist/views/static", - "copy-static-files:watch": - "cpx \"src/views/{login.{html,css},*.png}\" dist/views/static --watch", + "copy-static-files": "cpx \"src/views/{login.{html,css},*.png}\" dist/views/static", + "copy-static-files:watch": "cpx \"src/views/{login.{html,css},*.png}\" dist/views/static --watch", "copy-graphql-schema": "cpx src/routes/schema.graphql dist/routes", - "copy-graphql-schema:watch": - "cpx src/routes/schema.graphql dist/routes --watch", - "dev": - "concurrently \"yarn copy-graphql-schema:watch\" \"yarn build-client:watch\" \"yarn build-server:watch\" \"yarn start:watch\" \"yarn copy-static-files:watch\"", - "build": - "yarn build-client && yarn build-server && yarn copy-static-files && yarn copy-graphql-schema", + "copy-graphql-schema:watch": "cpx src/routes/schema.graphql dist/routes --watch", + "dev": "concurrently \"yarn copy-graphql-schema:watch\" \"yarn build-client:watch\" \"yarn build-server:watch\" \"yarn start:watch\" \"yarn copy-static-files:watch\"", + "build": "yarn build-client && yarn build-server && yarn copy-static-files && yarn copy-graphql-schema", "test": "jest --forceExit && codecov", "create-data": "ts-node ./scripts/create-data.ts" }, "nodemonConfig": { - "ignore": ["src/*", "dist/views/"], + "ignore": [ + "src/*", + "dist/views/" + ], "delay": "2500" }, "eslintConfig": { @@ -56,14 +52,21 @@ "tsConfigFile": "tsconfig.json" } }, - "moduleFileExtensions": ["js", "ts"], + "moduleFileExtensions": [ + "js", + "ts" + ], "transform": { "^.+\\.(ts|tsx)$": "/node_modules/ts-jest/preprocessor.js" }, - "testMatch": ["**/src/**/*.test.(js|ts)"], + "testMatch": [ + "**/src/**/*.test.(js|ts)" + ], "testEnvironment": "node", "collectCoverage": true, - "coverageReporters": ["json"] + "coverageReporters": [ + "json" + ] }, "dependencies": { "apollo-cache-inmemory": "^1.1.4", @@ -118,7 +121,7 @@ "jest": "^22.0.4", "lint-staged": "^6.0.0", "node-sass": "^4.7.2", - "nodemon": "^1.14.3", + "nodemon": "^1.14.5", "parcel-bundler": "~1.2.1", "prettier": "^1.9.2", "style-loader": "^0.19.1", diff --git a/yarn.lock b/yarn.lock index 8b60fd02..a4ab9e11 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4996,9 +4996,9 @@ node-sass@^4.7.2: stdout-stream "^1.4.0" "true-case-path" "^1.0.2" -nodemon@^1.14.3: - version "1.14.3" - resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.14.3.tgz#f08d66726fb9876d76956b57cc91624793de4dbb" +nodemon@^1.14.5: + version "1.14.5" + resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.14.5.tgz#0fc1ad9f325f7923d71c3f0ab0da1c6ba46822e5" dependencies: chokidar "^1.7.0" debug "^2.6.8"