Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Feb 22, 2022
1 parent a98eedb commit 28b4bde
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,32 +31,33 @@
"check:lint": "eslint .",
"check:tsc": "tsc",
"check": "run-p check:*",
"light:mocha": "nyc --reporter=lcov --reporter text mocha test/*.spec.js",
"light:mocha": "c8 --reporter=lcov --reporter text mocha test/*.spec.js",
"prepare": "husky install",
"test-light": "run-s check light:*",
"test:mocha": "nyc --reporter=lcov --reporter text mocha 'test/**/*.spec.js' --exit",
"test:mocha": "c8 --reporter=lcov --reporter text mocha 'test/**/*.spec.js' --exit",
"test": "run-s check test:*"
},
"devDependencies": {
"@types/chai": "^4.2.21",
"@types/chai-as-promised": "^7.1.4",
"@types/chai": "^4.3.0",
"@types/chai-as-promised": "^7.1.5",
"@types/cookie-signature": "^1.0.3",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.4",
"@types/mocha": "^9.0.0",
"@types/node": "^12.20.23",
"@types/mocha": "^9.1.0",
"@types/node": "^14.18.12",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^10.0.2",
"@types/sinon-chai": "^3.2.5",
"@types/sinon": "^10.0.11",
"@types/sinon-chai": "^3.2.8",
"@types/supertest": "^2.0.11",
"@voxpelli/eslint-config": "^13.0.3",
"@voxpelli/eslint-config-jsdoc-ts": "^1.0.0",
"@voxpelli/tsconfig": "^3.0.0",
"chai": "^4.3.4",
"@voxpelli/tsconfig": "^3.1.0",
"c8": "^7.11.0",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"cookie-signature": "^1.1.0",
"cookiejar": "^2.1.2",
"dependency-check": "^4.1.0",
"dependency-check": "^5.0.0-4",
"dotenv": "^10.0.0",
"eslint": "^8.9.0",
"eslint-config-standard": "^17.0.0-1",
Expand All @@ -70,16 +71,15 @@
"eslint-plugin-unicorn": "^41.0.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"husky": "^7.0.2",
"husky": "^7.0.4",
"installed-check": "^5.0.0",
"mocha": "^9.1.1",
"mocha": "^9.2.1",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"pg-promise": "^10.11.0",
"proxyquire": "^2.1.3",
"sinon": "^11.1.2",
"sinon": "^13.0.1",
"sinon-chai": "^3.7.0",
"supertest": "^6.1.6",
"typescript": "^4.4.3"
"supertest": "^6.2.2",
"typescript": "^4.5.5"
}
}

0 comments on commit 28b4bde

Please sign in to comment.