From e3b28122ecca6f9c807aedbe05c715be4eb90934 Mon Sep 17 00:00:00 2001 From: Obed Date: Mon, 3 Aug 2020 11:47:44 +0200 Subject: [PATCH] v2.2.0 --- lerna.json | 2 +- package.json | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lerna.json b/lerna.json index 5db6f667..8fef99ee 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.5.1", - "version": "2.1.8", + "version": "2.2.0", "packages": [ "./" ] diff --git a/package.json b/package.json index 579446fb..8ceb353d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@heetch/flamingo-react", - "version": "2.1.8", + "version": "2.2.0", "description": "Heetch Web Design System - Styled Components based", "author": "Heetch", "license": "MIT", @@ -50,7 +50,10 @@ "@storybook/preset-create-react-app": "^2.1.1", "@storybook/react": "^5.3.18", "@svgr/rollup": "^4.3.3", + "@testing-library/react": "^10.4.7", + "@testing-library/user-event": "^12.0.17", "babel-eslint": "^10.1.0", + "babel-jest": "^26.2.2", "babel-loader": "^8.1.0", "babel-plugin-styled-components": "1.10.5", "cross-env": "^6.0.3", @@ -58,10 +61,12 @@ "eslint-config-airbnb": "^18.0.1", "eslint-config-prettier": "^6.7.0", "eslint-plugin-import": "^2.18.2", + "eslint-plugin-jest": "^23.20.0", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-prettier": "^3.1.1", "eslint-plugin-react": "^7.16.0", "eslint-plugin-react-hooks": "^2.3.0", + "jest": "^26.2.2", "lerna": "^3.19.0", "npm-run-all": "^4.1.5", "postcss": "^7.0.23", @@ -81,12 +86,7 @@ "rollup-plugin-postcss": "^2.9.0", "rollup-plugin-url": "^3.0.1", "rollup-plugin-visualizer": "^4.0.4", - "svgo": "^1.3.2", - "@testing-library/react": "^10.4.7", - "@testing-library/user-event": "^12.0.17", - "babel-jest": "^26.2.2", - "eslint-plugin-jest": "^23.20.0", - "jest": "^26.2.2" + "svgo": "^1.3.2" }, "files": [ "dist"