|
70 | 70 | "test:src": "IMPORT_MAP_PATH=test/import-maps/src/index.json npm run test-cmd" |
71 | 71 | }, |
72 | 72 | "dependencies": { |
73 | | - "@codec-bytes/error": "^5.0.0", |
| 73 | + "@codec-bytes/error": "^5.0.1", |
74 | 74 | "@failure-abstraction/error": "^6.0.1", |
75 | 75 | "@iterable-iterator/iter": "^1.0.1", |
76 | 76 | "@iterable-iterator/mapping": "^9.0.0", |
77 | 77 | "@iterable-iterator/next": "^2.0.1", |
78 | 78 | "@iterable-iterator/zip": "^1.0.1" |
79 | 79 | }, |
80 | 80 | "devDependencies": { |
81 | | - "@babel/core": "7.13.10", |
| 81 | + "@babel/core": "7.19.3", |
82 | 82 | "@babel/plugin-transform-destructuring": "7.19.4", |
83 | 83 | "@babel/plugin-transform-for-of": "7.18.8", |
84 | | - "@babel/preset-env": "7.13.10", |
| 84 | + "@babel/preset-env": "7.19.4", |
85 | 85 | "@codec-bytes/ascii": "^3.0.0", |
86 | 86 | "@commitlint/cli": "17.1.2", |
87 | 87 | "@js-library/commitlint-config": "0.0.4", |
|
90 | 90 | "@node-loader/import-maps": "1.1.0", |
91 | 91 | "ava": "4.3.3", |
92 | 92 | "babel-plugin-transform-remove-console": "6.9.4", |
93 | | - "babel-plugin-unassert": "3.0.1", |
| 93 | + "babel-plugin-unassert": "3.2.0", |
94 | 94 | "babel-preset-power-assert": "3.0.0", |
95 | 95 | "c8": "7.12.0", |
96 | 96 | "esdoc": "1.1.0", |
|
101 | 101 | "husky": "8.0.1", |
102 | 102 | "lint-staged": "13.0.3", |
103 | 103 | "microbundle": "0.15.1", |
104 | | - "np": "7.4.0", |
| 104 | + "np": "7.6.2", |
105 | 105 | "pinst": "3.0.0", |
106 | 106 | "power-assert": "1.6.1", |
107 | | - "regenerator-runtime": "0.13.7", |
| 107 | + "regenerator-runtime": "0.13.10", |
108 | 108 | "xo": "0.52.4" |
109 | 109 | }, |
110 | 110 | "ava": { |
|
0 commit comments