Skip to content

Commit e52a1d9

Browse files
committed
Update babel-jest, version CI yarn cache key
1 parent 754a756 commit e52a1d9

File tree

3 files changed

+263
-241
lines changed

3 files changed

+263
-241
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
name: Install apt Packages
1111
command: sudo apt-get --yes install libpcap-dev
1212
- restore_cache:
13-
key: yarn-cache
13+
key: v1-yarn-cache
1414
- run:
1515
name: Install npm Packages
1616
command: yarn --pure-lockfile
1717
- save_cache:
18-
key: yarn-cache
18+
key: v1-yarn-cache
1919
paths:
2020
- ~/.cache/yarn
2121
- run:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"devDependencies": {
5656
"babel-core": "^6.26.0",
5757
"babel-eslint": "^7.2.3",
58-
"babel-jest": "^20.0.3",
58+
"babel-jest": "^21.0.2",
5959
"babel-plugin-add-module-exports": "^0.2.1",
6060
"babel-plugin-transform-class-properties": "^6.24.1",
6161
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",

0 commit comments

Comments
 (0)