Skip to content

Commit

Permalink
Bump date-fns from 2.11.0 to 2.14.0 in /client (#486)
Browse files Browse the repository at this point in the history
* Bump date-fns from 2.11.0 to 2.14.0 in /client

Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.11.0 to 2.14.0.
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md)
- [Commits](date-fns/date-fns@v2.11.0...v2.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Purge cache

* Revert "Bump @vue/cli-plugin-babel from 4.2.2 to 4.2.3 in /client (#391)"

This reverts commit b61f66e.

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Moshe Zada <moshe.zada@armis.com>
  • Loading branch information
dependabot-preview[bot] and moshe authored May 30, 2020
1 parent 8374e85 commit ba0a147
Show file tree
Hide file tree
Showing 3 changed files with 1,359 additions and 136 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- checkout
- restore_cache:
keys:
- client7-{{ checksum "client/package-lock.json" }}
- client8-{{ checksum "client/package-lock.json" }}
- run:
name: npm install
command: cd client ; npm install
Expand All @@ -17,7 +17,7 @@ jobs:
cd client
npm run build
- save_cache:
key: client7-{{ checksum "client/package-lock.json" }}
key: client8-{{ checksum "client/package-lock.json" }}
paths:
- client/node_modules/
- persist_to_workspace:
Expand Down
Loading

0 comments on commit ba0a147

Please sign in to comment.