From 4b4a7759dfde8fb59223307bf08b4b32103294cf Mon Sep 17 00:00:00 2001 From: Osoian Marcel Date: Tue, 25 Jan 2022 17:17:30 +0200 Subject: [PATCH] upgrade all packages to latest version --- README.md | 2 +- package.json | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 3a23f04..df09f69 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Contributions to the package are always welcome! * You can grab the source code at the package's [Git repository]. ## Donation -Give me a Star if you like it! +Give me a Star if you like it. 😊 ## License diff --git a/package.json b/package.json index 1aec858..58ba235 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "erc20-contract-js", - "version": "1.3.1", + "version": "1.3.2", "description": "Simple JS library used to manipulate with ERC-20 token contracts", "keywords": [ "erc20", @@ -30,17 +30,17 @@ "web3": "^1.0.0-beta.30" }, "devDependencies": { - "@babel/core": "^7.4.3", - "@babel/preset-env": "^7.4.3", - "babel-loader": "^8.0.5", - "chai": "^4.1.2", + "@babel/core": "^7.16.12", + "@babel/preset-env": "^7.16.11", + "babel-loader": "^8.2.3", + "chai": "^4.3.5", "chai-as-promised": "^7.1.1", - "eslint": "^5.16.0", - "eslint-plugin-mocha": "^5.3.0", - "mocha": "^5.0.1", - "web3": "^1.0.0-beta.30", - "webpack": "^4.30.0", - "webpack-cli": "^3.3.0" + "eslint": "^8.7.0", + "eslint-plugin-mocha": "^10.0.3", + "mocha": "^9.2.0", + "web3": "^1.7.0", + "webpack": "^5.67.0", + "webpack-cli": "^4.9.2" }, "scripts": { "test": "mocha",