|
27 | 27 | "node": ">=14.16" |
28 | 28 | }, |
29 | 29 | "scripts": { |
30 | | - "eslint": "eslint --config .eslintrc.cjs --ext .js --ignore-path .gitignore .", |
| 30 | + "eslint": "eslint --config .eslintrc.yml --ext .js --ignore-path .gitignore .", |
31 | 31 | "pretest": "npm run eslint", |
32 | | - "test": "c8 --reporter=text --reporter=lcov ava" |
| 32 | + "test": "c8 --reporter=text --reporter=text-summary --reporter=lcov ava --tap" |
33 | 33 | }, |
34 | 34 | "dependencies": { |
35 | | - "@tadashi/connect-redis": "1.0.1", |
36 | | - "@tadashi/jsonb": "3.1.0" |
| 35 | + "@tadashi/connect-redis": "2.1.0", |
| 36 | + "@tadashi/jsonb": "4.0.0" |
37 | 37 | }, |
38 | 38 | "peerDependencies": { |
39 | 39 | "ioredis": ">= 4.19.4 < 5" |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | | - "@babel/core": "7.14.6", |
43 | | - "@babel/eslint-parser": "7.14.7", |
| 42 | + "@babel/core": "7.15.0", |
| 43 | + "@babel/eslint-parser": "7.15.0", |
44 | 44 | "@babel/plugin-syntax-top-level-await": "7.14.5", |
45 | | - "@babel/preset-env": "7.14.7", |
| 45 | + "@babel/preset-env": "7.15.0", |
46 | 46 | "@tadashi/sleep": "2.0.1", |
47 | 47 | "ava": "3.15.0", |
48 | | - "c8": "7.7.3", |
49 | | - "eslint": "7.29.0", |
50 | | - "eslint-config-xo": "0.37.0", |
51 | | - "eslint-plugin-unicorn": "33.0.1", |
52 | | - "ioredis": "4.27.6", |
53 | | - "p-event": "4.2.0" |
| 48 | + "c8": "7.8.0", |
| 49 | + "eslint": "7.32.0", |
| 50 | + "eslint-config-xo": "0.38.0", |
| 51 | + "eslint-plugin-unicorn": "35.0.0", |
| 52 | + "ioredis": "4.27.8" |
54 | 53 | }, |
55 | 54 | "babel": { |
56 | 55 | "presets": [ |
|
0 commit comments