Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik committed Apr 4, 2023
1 parent cce48cc commit 0954285
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 77 deletions.
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"extends": "@martin-kolarik/eslint-config",
"ignorePatterns": [
"coverage/**"
],
"globals": {
"_": false,
"db": false,
Expand Down
145 changes: 74 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@
"v-compare": "^1.0.0"
},
"devDependencies": {
"@martin-kolarik/eslint-config": "^7.0.0",
"@martin-kolarik/eslint-config": "^7.1.5",
"@sinonjs/fake-timers": "^10.0.2",
"@types/blocked": "^1.3.1",
"@types/bluebird": "^3.5.38",
"@types/chai": "^4.3.4",
"@types/config": "^3.3.0",
"@types/eslint": "^8.21.3",
"@types/eslint": "^8.37.0",
"@types/fs-extra": "^11.0.1",
"@types/http-link-header": "^1.0.3",
"@types/koa": "^2.13.5",
"@types/koa": "^2.13.6",
"@types/koa-compress": "^4.0.3",
"@types/koa-conditional-get": "^2.0.0",
"@types/koa-etag": "^3.0.0",
Expand All @@ -71,7 +71,7 @@
"@types/koa-logger": "^3.1.2",
"@types/koa-response-time": "^2.1.2",
"@types/koa-router": "^7.4.4",
"@types/lodash": "^4.14.191",
"@types/lodash": "^4.14.192",
"@types/micromatch": "^4.0.2",
"@types/mocha": "^10.0.1",
"@types/mysql": "^2.15.21",
Expand All @@ -85,7 +85,7 @@
"chai": "^4.3.7",
"chai-http": "^4.3.0",
"cross-env": "^7.0.3",
"eslint": "^8.36.0",
"eslint": "^8.37.0",
"eslint-plugin-chai-expect": "^3.0.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-jsonc": "^2.7.0",
Expand All @@ -103,7 +103,7 @@
"scripts": {
"coverage": "cross-env FORCE_SETUP=1 nyc mocha",
"knex": "knex",
"lint": "eslint --cache bin config migrations seeds src test *.js .*.js",
"lint": "eslint --cache .",
"lint:fix": "npm run lint -- --fix",
"migrate": "knex migrate:latest",
"mocha": "mocha",
Expand Down

0 comments on commit 0954285

Please sign in to comment.