Skip to content

Commit 46d1b69

Browse files
committed
chore: bump deps, updated project with lassify
1 parent 8751fba commit 46d1b69

File tree

6 files changed

+807
-1179
lines changed

6 files changed

+807
-1179
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ coverage
66
.nyc_output
77
locales
88
package-lock.json
9+
10+
11+
Thumbs.db
12+
tmp/
13+
temp/
14+
*.lcov

.husky/commit-msg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
yarn commitlint --edit $1

.husky/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
yarn lint-staged

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22
node_js:
3+
- '16'
4+
- '14'
35
- '12'
4-
- 'lts/*'
5-
- 'node'
66
services:
77
- redis-server
88
script:

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@ladjs/shared-config": "^6.0.0",
2727
"@ladjs/store-ip-address": "^0.0.7",
2828
"boolean": "^3.1.4",
29-
"cabin": "^9.0.4",
29+
"cabin": "^9.1.0",
3030
"express-request-id": "^1.4.1",
3131
"kcors": "^2.2.2",
3232
"koa": "^2.13.4",
@@ -48,17 +48,17 @@
4848
"response-time": "^2.3.2"
4949
},
5050
"devDependencies": {
51-
"@commitlint/cli": "^15.0.0",
52-
"@commitlint/config-conventional": "^15.0.0",
53-
"ava": "^3.15.0",
51+
"@commitlint/cli": "^16.0.1",
52+
"@commitlint/config-conventional": "^16.0.0",
53+
"ava": "^4.0.0",
5454
"codecov": "^3.8.3",
5555
"cross-env": "^7.0.3",
56-
"eslint": "^8.3.0",
56+
"eslint": "^8.6.0",
5757
"eslint-config-xo-lass": "^1.0.6",
5858
"fixpack": "^4.0.0",
5959
"husky": "^7.0.4",
60-
"lint-staged": "12.1.2",
61-
"mongoose": "^6.0.14",
60+
"lint-staged": "12.1.7",
61+
"mongoose": "^6.1.5",
6262
"nyc": "^15.1.0",
6363
"remark-cli": "^10.0.1",
6464
"remark-preset-github": "^4.0.1",

0 commit comments

Comments
 (0)