From 753aa35133aea2b592cd7488f72c637ecd47c07d Mon Sep 17 00:00:00 2001 From: evoluteur Date: Thu, 19 Dec 2019 23:44:10 -0800 Subject: [PATCH] Dependencies update. --- package.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 9daebb6..f646f59 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-crud-icons", "version": "0.1.1", - "description": "SVG iconset for CRUD applications packaged as a React component", + "description": "Set of SVG icons for CRUD applications packaged as a React component", "repository": { "type": "git", "url": "git://github.com/evoluteur/react-crud-icons.git" @@ -23,10 +23,10 @@ "devDependencies": { "react": "^16.12.0", "react-dom": "^16.12.0", - "@babel/cli": "^7.7.0", - "@babel/core": "^7.7.2", - "@babel/preset-env": "^7.7.1", - "@babel/preset-react": "^7.7.0", + "@babel/cli": "^7.7.7", + "@babel/core": "^7.7.7", + "@babel/preset-env": "^7.7.7", + "@babel/preset-react": "^7.7.4", "node-sass": "^4.13.0" }, "keywords": [ @@ -38,6 +38,7 @@ "component", "CRUD", "web", - "ui" + "ui", + "toolbar" ] }