Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Dec 24, 2020
1 parent 5630d13 commit 48f4351
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -18,7 +18,7 @@
]
},
"dependencies": {
"boolean": "^3.0.1",
"boolean": "^3.0.2",
"detect-node": "^2.0.4",
"globalthis": "^1.0.1",
"is-circular": "^1.0.2",
Expand All @@ -29,26 +29,26 @@
"description": "JSON logger for Node.js and browser.",
"devDependencies": {
"@ava/babel": "^1.0.1",
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/node": "^7.10.5",
"@babel/plugin-transform-flow-strip-types": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@babel/register": "^7.11.5",
"ava": "^3.12.1",
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/node": "^7.12.10",
"@babel/plugin-transform-flow-strip-types": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.12.10",
"ava": "^3.14.0",
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-transform-export-default-name": "^2.0.4",
"babel-plugin-transform-export-default-name": "^2.1.0",
"benchmark": "^2.1.4",
"coveralls": "^3.1.0",
"domain-parent": "^1.0.0",
"eslint": "^7.9.0",
"eslint-config-canonical": "^24.1.1",
"flow-bin": "^0.133.0",
"eslint": "^7.16.0",
"eslint-config-canonical": "^24.4.4",
"flow-bin": "^0.141.0",
"flow-copy-source": "^2.0.9",
"gitdown": "^3.1.3",
"husky": "^4.3.0",
"husky": "^4.3.6",
"nyc": "^15.1.0",
"semantic-release": "^17.1.1"
"semantic-release": "^17.3.0"
},
"engines": {
"node": ">=8.0"
Expand Down

0 comments on commit 48f4351

Please sign in to comment.