File tree Expand file tree Collapse file tree 3 files changed +2102
-1334
lines changed
Expand file tree Collapse file tree 3 files changed +2102
-1334
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ version: 2
22jobs :
33 build :
44 docker :
5- - image : circleci/node:8 -browsers
5+ - image : circleci/node:14 -browsers
66
77 working_directory : ~/intercom-node
88
99 environment :
10- - YARN_VERSION : 1.7.0
10+ - YARN_VERSION : 1.22.10
1111
1212 steps :
1313 - checkout
Original file line number Diff line number Diff line change 1818 " api"
1919 ],
2020 "dependencies" : {
21- "bluebird" : " ^3.3.4 " ,
21+ "bluebird" : " ^3.7.2 " ,
2222 "htmlencode" : " ^0.0.4" ,
23- "lodash" : " ^4.17.15 " ,
23+ "lodash" : " ^4.17.19 " ,
2424 "request" : " ^2.88.0"
2525 },
2626 "devDependencies" : {
27- "@babel/core" : " ^7.4.5 " ,
28- "@babel/preset-env" : " ^7.4.5 " ,
29- "@babel/register" : " ^7.4.4 " ,
27+ "@babel/core" : " ^7.13.16 " ,
28+ "@babel/preset-env" : " ^7.13.15 " ,
29+ "@babel/register" : " ^7.13.16 " ,
3030 "babel-eslint" : " ^10.0.2" ,
31- "eslint" : " ^6.0.1 " ,
31+ "eslint" : " ^6.8.0 " ,
3232 "gulp" : " ^4.0.2" ,
3333 "gulp-babel" : " ^8.0.0" ,
3434 "gulp-eslint" : " 4.0.2" ,
3535 "gulp-exclude-gitignore" : " ^1.0.0" ,
3636 "gulp-istanbul" : " ^1.1.3" ,
3737 "gulp-mocha" : " ^6.0.0" ,
3838 "gulp-plumber" : " ^1.2.1" ,
39- "nock" : " 7.5.0 " ,
39+ "nock" : " ^13.0.11 " ,
4040 "sinon" : " ^7.3.2"
4141 },
4242 "scripts" : {
You can’t perform that action at this time.
0 commit comments