Skip to content

Commit

Permalink
chore(package.json): update dependencies (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ComfortablyCoding authored Jan 3, 2021
1 parent 2c46499 commit 0c16590
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./src/index.js",
"dependencies": {
"form-data": "^3.0.0",
"got": "^11.6.2"
"got": "^11.8.1"
},
"keywords": [
"clickup",
Expand All @@ -19,14 +19,14 @@
"devDependencies": {
"chai": "^4.2.0",
"docdash": "^1.2.0",
"eslint": "^7.9.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^3.1.4",
"jsdoc": "^3.6.5",
"mocha": "^8.1.3",
"prettier": "^2.1.2"
"eslint": "^7.16.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.0",
"jsdoc": "^3.6.6",
"mocha": "^8.2.1",
"prettier": "^2.2.1"
},
"scripts": {
"test": "mocha",
Expand Down

0 comments on commit 0c16590

Please sign in to comment.