Skip to content

Commit

Permalink
Update dependencies to latest (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsOnlyBinary authored Nov 21, 2021
1 parent a619aba commit 039859c
Show file tree
Hide file tree
Showing 2 changed files with 1,164 additions and 1,554 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,38 +6,38 @@
"browser": "dist/browser/src/",
"dependencies": {
"buffer": "^6.0.3",
"core-js": "^3.15.1",
"core-js": "^3.19.1",
"eventemitter3": "^4.0.7",
"grapheme-splitter": "^1.0.4",
"iconv-lite": "^0.6.3",
"isomorphic-textencoder": "^1.0.1",
"lodash": "^4.17.21",
"middleware-handler": "^0.2.0",
"regenerator-runtime": "^0.13.7",
"regenerator-runtime": "^0.13.9",
"socks": "^2.6.1",
"stream-browserify": "^3.0.0",
"util": "^0.12.4"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"chai": "^4.3.4",
"chai-subset": "^1.6.0",
"compression-webpack-plugin": "^8.0.0",
"eslint": "^7.29.0",
"compression-webpack-plugin": "^9.0.1",
"eslint": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"mocha": "^9.0.1",
"eslint-plugin-promise": "^5.1.1",
"mocha": "^9.1.3",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"shx": "^0.3.3",
"sinon": "^11.1.1",
"sinon": "^12.0.1",
"sinon-chai": "^3.7.0",
"webpack": "^5.40.0",
"webpack-cli": "^4.7.2"
"webpack": "^5.64.2",
"webpack-cli": "^4.9.1"
},
"scripts": {
"test": "npm-run-all lint coverage",
Expand Down
Loading

0 comments on commit 039859c

Please sign in to comment.