Skip to content

Commit

Permalink
Library Update
Browse files Browse the repository at this point in the history
@babel/core        7.11.6  →  7.12.3
@babel/preset-env  7.11.5  →  7.12.1
@babel/register    7.11.5  →  7.12.1
axios              0.20.0  →  0.21.0
readdirp           3.4.0   →  3.5.0
eslint             7.10.0  →  7.12.1
mocha              8.1.3   →  8.2.0
  • Loading branch information
nsano-rururu committed Oct 31, 2020
1 parent 2a8dd26 commit 3dfe0e9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"test": "./test"
},
"dependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/register": "^7.11.5",
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/register": "^7.12.1",
"@hapi/joi": "^17.1.1",
"axios": "^0.20.0",
"axios": "^0.21.0",
"body-parser": "^1.19.0",
"bunyan": "^1.8.14",
"cors": "^2.8.5",
Expand All @@ -40,17 +40,17 @@
"object-resolve-path": "^1.1.1",
"randomstring": "^1.1.5",
"raven": "^2.6.4",
"readdirp": "^3.4.0",
"readdirp": "^3.5.0",
"recursive-readdir": "^2.2.2",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"tar": "^6.0.5",
"ws": "^7.3.1"
},
"devDependencies": {
"eslint": "^7.10.0",
"eslint": "^7.12.1",
"husky": "^4.3.0",
"mocha": "~8.1.3"
"mocha": "~8.2.0"
},
"scripts": {
"build": "babel src -d lib",
Expand Down

0 comments on commit 3dfe0e9

Please sign in to comment.