Skip to content

Commit

Permalink
chore(greenkeeper): add greenkeeper lockfile
Browse files Browse the repository at this point in the history
Signed-off-by: Will Soto <will.soto9@gmail.com>
  • Loading branch information
willsoto committed Feb 25, 2018
1 parent a343884 commit 5d84a6f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Expand Up @@ -9,11 +9,6 @@ jobs:
# specify the version you desire here
- image: circleci/node:9-browsers

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
# - image: circleci/mongo:3.4.4

working_directory: ~/repo

steps:
Expand All @@ -26,12 +21,17 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v1-dependencies-

- run: yarn install --frozen-lockfile
- run: yarn install

- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}

# https://github.com/greenkeeperio/greenkeeper-lockfile#setup
- run: npx greenkeeper-lockfile-update

# run tests!
- run: yarn test

- run: npx greenkeeper-lockfile-upload
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -66,6 +66,7 @@
"core-js": "^2.5.3",
"es6-shim": "^0.35.3",
"eslint": "^4.17.0",
"greenkeeper-lockfile": "1",
"husky": "^0.14.3",
"istanbul-instrumenter-loader": "^3.0.0",
"jasmine-core": "^2.99.1",
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Expand Up @@ -2920,6 +2920,14 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.6:
version "4.1.11"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"

greenkeeper-lockfile@1:
version "1.13.2"
resolved "https://registry.yarnpkg.com/greenkeeper-lockfile/-/greenkeeper-lockfile-1.13.2.tgz#3a225f6fef967fc558adf60f5ebfd192fe7d4618"
dependencies:
lodash "^4.17.4"
require-relative "^0.8.7"
semver "^5.3.0"

handle-thing@^1.2.5:
version "1.2.5"
resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-1.2.5.tgz#fd7aad726bf1a5fd16dfc29b2f7a6601d27139c4"
Expand Down Expand Up @@ -5507,6 +5515,10 @@ require-main-filename@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1"

require-relative@^0.8.7:
version "0.8.7"
resolved "https://registry.yarnpkg.com/require-relative/-/require-relative-0.8.7.tgz#7999539fc9e047a37928fa196f8e1563dabd36de"

require-uncached@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/require-uncached/-/require-uncached-1.0.3.tgz#4e0d56d6c9662fd31e43011c4b95aa49955421d3"
Expand Down

0 comments on commit 5d84a6f

Please sign in to comment.