From 58acc26812f1e8efb83a43ab5c801654609030b7 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Thu, 23 Apr 2020 22:06:03 +0530 Subject: [PATCH] update dependencies --- package-lock.json | 26 +++++++++++++------------- package.json | 6 +++--- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index b87843bb..4ed96e8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1704,9 +1704,9 @@ } }, "@testing-library/user-event": { - "version": "10.0.2", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-10.0.2.tgz", - "integrity": "sha512-fVeP4U37BIYdp9nBRKEITFSLPqgCSS7Og6LHvxoQ2JSOTJ1NJI4Dfesv4uNXxvNNcJgBS88V+Tc6h8vbDsa2iA==" + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-10.1.0.tgz", + "integrity": "sha512-qutUm/2lWAD8IiKrss2Cg6Hf8AkcMeylKm09bSMtYC39Ug68aXWkcbc0H/NVD5R1zOHguTjkR/Ppuns6bWksGQ==" }, "@types/babel__core": { "version": "7.1.6", @@ -6844,9 +6844,9 @@ } }, "eslint-config-prettier": { - "version": "6.10.1", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.10.1.tgz", - "integrity": "sha512-svTy6zh1ecQojvpbJSgH3aei/Rt7C6i090l5f2WQ4aB05lYHeZIR1qL4wZyyILTbtmnbHP5Yn8MrsOJMGa8RkQ==", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.11.0.tgz", + "integrity": "sha512-oB8cpLWSAjOVFEJhhyMZh6NOEOtBVziaqdDQ86+qhDHFbZXoRTM7pNSvFRfW/W/L/LrQ38C99J5CGuRBBzBsdA==", "dev": true, "requires": { "get-stdin": "^6.0.0" @@ -16082,13 +16082,13 @@ } }, "tailwindcss": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.2.0.tgz", - "integrity": "sha512-CKvY0ytB3ze5qvynG7qv4XSpQtFNGPbu9pUn8qFdkqgD8Yo/vGss8mhzbqls44YCXTl4G62p3qVZBj45qrd6FQ==", + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.3.5.tgz", + "integrity": "sha512-hHGShfHBj7tAQRobnsYckDySPpMDnPF4KejHYYRcZjZQvyRRnCSHi2S905icK24HrYadOq9pZKwENqg2axSviw==", "requires": { "autoprefixer": "^9.4.5", "bytes": "^3.0.0", - "chalk": "^3.0.0", + "chalk": "^4.0.0", "detective": "^5.2.0", "fs-extra": "^8.0.0", "lodash": "^4.17.15", @@ -16114,9 +16114,9 @@ } }, "chalk": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.0.0.tgz", + "integrity": "sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==", "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" diff --git a/package.json b/package.json index 72ac596a..f91bd8d3 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@fullhuman/postcss-purgecss": "^2.1.2", "@testing-library/jest-dom": "^5.5.0", "@testing-library/react": "^10.0.3", - "@testing-library/user-event": "^10.0.2", + "@testing-library/user-event": "^10.1.0", "@vuepress/plugin-google-analytics": "^1.4.1", "autoprefixer": "^9.7.6", "axios": "^0.19.2", @@ -28,7 +28,7 @@ "react-markdown": "^4.3.1", "react-scripts": "3.4.1", "react-toastify": "^5.5.0", - "tailwindcss": "^1.2.0", + "tailwindcss": "^1.3.5", "uuid": "^7.0.3", "vuepress": "^1.4.1" }, @@ -69,7 +69,7 @@ }, "devDependencies": { "eslint-config-airbnb": "^18.1.0", - "eslint-config-prettier": "^6.10.1", + "eslint-config-prettier": "^6.11.0", "eslint-plugin-import": "^2.20.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-prettier": "^3.1.3",