Skip to content

Commit 1f95bec

Browse files
committed
chore: update dev dependencies
1 parent 7c1e8be commit 1f95bec

File tree

1 file changed

+28
-29
lines changed

1 file changed

+28
-29
lines changed

package.json

+28-29
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"sideEffects": false,
2121
"scripts": {
2222
"lint": "eslint .",
23+
"lint:fix": "eslint . --fix",
2324
"build": "npm run clean && npm run build:cjs && npm run build:dist",
2425
"build:bundle": "webpack",
2526
"build:cjs": "cross-env BABEL_ENV=cjs babel ./src -d dist/node",
@@ -36,46 +37,44 @@
3637
"doc": "documentation build src/index.js -f md -o API.md -g --markdown-toc"
3738
},
3839
"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",
4546
"@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",
5253
"ava": "^3.15.0",
5354
"babel-loader": "^8.2.2",
55+
"buffer": "^6.0.3",
5456
"codecov": "^3.8.1",
5557
"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",
6264
"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",
6567
"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"
7374
},
7475
"dependencies": {
7576
"@babel/runtime-corejs3": "^7.13.9",
76-
"browser-resolve": "^1.11.3",
7777
"bs58": "^4.0.1",
78-
"buffer": "^6.0.3",
7978
"clone": "^2.1.2",
8079
"core-js": "^3.9.1",
8180
"crypto-conditions": "2.1.2",

0 commit comments

Comments
 (0)