|
65 | 65 | "test": "ava"
|
66 | 66 | },
|
67 | 67 | "dependencies": {
|
68 |
| - "@functional-abstraction/predicate": "^3.0.2", |
69 |
| - "@iterable-iterator/slice": "^0.0.1" |
| 68 | + "@functional-abstraction/predicate": "^4.0.0", |
| 69 | + "@iterable-iterator/slice": "^1.0.1" |
70 | 70 | },
|
71 | 71 | "devDependencies": {
|
72 |
| - "@babel/core": "7.14.3", |
73 |
| - "@babel/preset-env": "7.14.2", |
74 |
| - "@babel/register": "7.13.16", |
75 |
| - "@commitlint/cli": "12.1.4", |
76 |
| - "@iterable-iterator/list": "^0.0.2", |
77 |
| - "@iterable-iterator/map": "^0.1.0", |
78 |
| - "@iterable-iterator/range": "^1.0.0", |
79 |
| - "@iterable-iterator/select": "^0.0.1", |
80 |
| - "@iterable-iterator/zip": "^0.0.2", |
| 72 | + "@babel/core": "7.14.8", |
| 73 | + "@babel/preset-env": "7.14.9", |
| 74 | + "@babel/register": "7.14.5", |
| 75 | + "@commitlint/cli": "13.1.0", |
| 76 | + "@iterable-iterator/list": "^1.0.1", |
| 77 | + "@iterable-iterator/map": "^1.0.1", |
| 78 | + "@iterable-iterator/range": "^2.1.0", |
| 79 | + "@iterable-iterator/select": "^1.0.0", |
| 80 | + "@iterable-iterator/zip": "^1.0.1", |
81 | 81 | "@js-library/commitlint-config": "0.0.4",
|
82 | 82 | "ava": "3.15.0",
|
83 | 83 | "babel-plugin-transform-remove-console": "6.9.4",
|
84 | 84 | "babel-plugin-unassert": "3.1.0",
|
85 | 85 | "babel-preset-power-assert": "3.0.0",
|
86 |
| - "c8": "7.7.2", |
| 86 | + "c8": "7.8.0", |
87 | 87 | "esdoc": "1.1.0",
|
88 | 88 | "esdoc-ecmascript-proposal-plugin": "1.0.0",
|
89 | 89 | "esdoc-inject-script-plugin": "1.0.0",
|
90 | 90 | "esdoc-inject-style-plugin": "1.0.0",
|
91 | 91 | "esdoc-standard-plugin": "1.0.0",
|
92 | 92 | "fixpack": "4.0.0",
|
93 |
| - "husky": "6.0.0", |
94 |
| - "lint-staged": "11.0.0", |
| 93 | + "husky": "7.0.1", |
| 94 | + "lint-staged": "11.1.1", |
95 | 95 | "microbundle": "0.13.1",
|
96 | 96 | "np": "7.5.0",
|
97 | 97 | "pinst": "2.1.6",
|
98 | 98 | "power-assert": "1.6.1",
|
99 |
| - "regenerator-runtime": "0.13.7", |
| 99 | + "regenerator-runtime": "0.13.9", |
100 | 100 | "xo": "0.40.1"
|
101 | 101 | },
|
102 | 102 | "ava": {
|
|
0 commit comments