|
20 | 20 | "sideEffects": false,
|
21 | 21 | "scripts": {
|
22 | 22 | "lint": "eslint .",
|
| 23 | + "lint:fix": "eslint . --fix", |
23 | 24 | "build": "npm run clean && npm run build:cjs && npm run build:dist",
|
24 | 25 | "build:bundle": "webpack",
|
25 | 26 | "build:cjs": "cross-env BABEL_ENV=cjs babel ./src -d dist/node",
|
|
36 | 37 | "doc": "documentation build src/index.js -f md -o API.md -g --markdown-toc"
|
37 | 38 | },
|
38 | 39 | "devDependencies": {
|
39 |
| - "@ava/babel": "^1.0.1", |
40 |
| - "@babel/cli": "^7.13.0", |
41 |
| - "@babel/core": "^7.13.8", |
42 |
| - "@babel/eslint-parser": "^7.13.8", |
43 |
| - "@babel/plugin-proposal-export-default-from": "^7.12.13", |
44 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.13.8", |
| 40 | + "@ava/babel": "^2.0.0", |
| 41 | + "@babel/cli": "^7.17.0", |
| 42 | + "@babel/core": "^7.17.2", |
| 43 | + "@babel/eslint-parser": "^7.17.0", |
| 44 | + "@babel/plugin-proposal-export-default-from": "^7.16.7", |
| 45 | + "@babel/plugin-proposal-object-rest-spread": "^7.16.7", |
45 | 46 | "@babel/plugin-syntax-async-generators": "^7.8.4",
|
46 |
| - "@babel/plugin-transform-async-to-generator": "^7.13.0", |
47 |
| - "@babel/plugin-transform-object-assign": "^7.12.13", |
48 |
| - "@babel/plugin-transform-regenerator": "^7.12.13", |
49 |
| - "@babel/plugin-transform-runtime": "^7.13.9", |
50 |
| - "@babel/preset-env": "^7.13.9", |
51 |
| - "@babel/register": "^7.13.8", |
| 47 | + "@babel/plugin-transform-async-to-generator": "^7.16.8", |
| 48 | + "@babel/plugin-transform-object-assign": "^7.16.7", |
| 49 | + "@babel/plugin-transform-regenerator": "^7.16.7", |
| 50 | + "@babel/plugin-transform-runtime": "^7.17.0", |
| 51 | + "@babel/preset-env": "^7.16.11", |
| 52 | + "@babel/register": "^7.17.0", |
52 | 53 | "ava": "^3.15.0",
|
53 | 54 | "babel-loader": "^8.2.2",
|
| 55 | + "buffer": "^6.0.3", |
54 | 56 | "codecov": "^3.8.1",
|
55 | 57 | "cross-env": "^7.0.3",
|
56 |
| - "documentation": "^13.1.1", |
57 |
| - "eslint": "^7.21.0", |
58 |
| - "eslint-config-airbnb-base": "^14.2.1", |
59 |
| - "eslint-plugin-import": "^2.22.1", |
60 |
| - "husky": "^5.1.3", |
61 |
| - "lint-staged": "^10.5.4", |
| 58 | + "documentation": "^13.2.5", |
| 59 | + "eslint": "^8.9.0", |
| 60 | + "eslint-config-airbnb-base": "^15.0.0", |
| 61 | + "eslint-plugin-import": "^2.25.4", |
| 62 | + "husky": "^7.0.4", |
| 63 | + "lint-staged": "^12.3.4", |
62 | 64 | "nyc": "^15.1.0",
|
63 |
| - "release-it": "^14.4.1", |
64 |
| - "rewire": "^4.0.1", |
| 65 | + "release-it": "^14.12.4", |
| 66 | + "rewire": "^6.0.0", |
65 | 67 | "rimraf": "^3.0.2",
|
66 |
| - "sinon": "^7.3.2", |
67 |
| - "terser-webpack-plugin": "^4.2.3", |
68 |
| - "webpack": "^4.46.0", |
69 |
| - "webpack-cli": "^4.5.0", |
70 |
| - "webpack-concat-plugin": "^3.0.0", |
71 |
| - "webpack-merge": "^5.7.3", |
72 |
| - "webpack-sources": "^2.2.0" |
| 68 | + "sinon": "^13.0.1", |
| 69 | + "terser-webpack-plugin": "^5.3.1", |
| 70 | + "webpack": "^5.68.0", |
| 71 | + "webpack-cli": "^4.9.2", |
| 72 | + "webpack-merge": "^5.8.0", |
| 73 | + "webpack-sources": "^3.2.3" |
73 | 74 | },
|
74 | 75 | "dependencies": {
|
75 | 76 | "@babel/runtime-corejs3": "^7.13.9",
|
76 |
| - "browser-resolve": "^1.11.3", |
77 | 77 | "bs58": "^4.0.1",
|
78 |
| - "buffer": "^6.0.3", |
79 | 78 | "clone": "^2.1.2",
|
80 | 79 | "core-js": "^3.9.1",
|
81 | 80 | "crypto-conditions": "2.1.2",
|
|
0 commit comments