Skip to content

Commit

Permalink
⬆️ Upgrade dependencies (#82)
Browse files Browse the repository at this point in the history
* ⬆️ Upgrade dependencies

* 🔧 Specify minimum node engine version as 12.0.0
  • Loading branch information
dongskyler committed Jan 8, 2021
1 parent 52c7709 commit 7ae1e7a
Show file tree
Hide file tree
Showing 2 changed files with 211 additions and 192 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,43 +8,43 @@
"license": "BSD-3-Clause",
"scripts": {
"format": "prettier --config '.prettierrc.yml' --write '**/*.{js,json,md,yaml,yml}'",
"f": "yarn format",
"lint": "eslint --config '.eslintrc.yml' --no-eslintrc '**/*.js' --cache --fix",
"ln": "yarn lint",
"test": "mocha --config '.mocharc.yml'",
"t": "yarn test",
"coverage": "nyc yarn test",
"c": "yarn coverage",
"show-coverage-report": "serve coverage/lcov-report",
"scr": "yarn show-coverage-report",
"refresh": "rm -rf node_modules && yarn --frozen-lockfile"
"refresh": "rimraf node_modules && yarn --frozen-lockfile"
},
"engines": {
"node": ">=12.0.0"
},
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.12.10",
"@istanbuljs/nyc-config-babel": "^3.0.0",
"babel-plugin-istanbul": "^6.0.0",
"chai": "^4.2.0",
"dotenv": "^8.2.0",
"eslint": "^7.15.0",
"eslint": "^7.17.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^7.0.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-chai-friendly": "^0.6.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-prettier": "^3.2.0",
"husky": "^4.3.5",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^4.3.7",
"lint-staged": "^10.5.3",
"mocha": "^8.2.1",
"nock": "^13.0.5",
"node-fetch": "^2.6.1",
"nyc": "^15.1.0",
"prettier": "^2.2.1",
"regenerator-runtime": "^0.13.7",
"rimraf": "^3.0.2",
"serve": "^11.3.2",
"sinon": "^9.2.2"
"sinon": "^9.2.3"
}
}
Loading

0 comments on commit 7ae1e7a

Please sign in to comment.