From 7b0ae72b05b91d4f1e8430c80c3135f8e8dce992 Mon Sep 17 00:00:00 2001 From: Jacob Wejendorp Date: Wed, 12 May 2021 17:26:17 -0700 Subject: [PATCH 1/6] fix(deps): bump doctoc from 1.4.0 to 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d58c05e..4670632 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "concurrently": "^5.0.0", "cross-env": "^7.0.2", "cross-spawn": "^7.0.1", - "doctoc": "^1.4.0", + "doctoc": "^2.0.0", "env-ci": "^5.0.2", "eslint": "^7.9.0", "eslint-config-tradeshift": "^7.0.0", From a8b8852dca6a4ec22ce2b179682e850f34aa80ab Mon Sep 17 00:00:00 2001 From: Jacob Wejendorp Date: Wed, 12 May 2021 17:39:58 -0700 Subject: [PATCH 2/6] fix(deps): bump concurrently to v6.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4670632..666df9e 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "babel-plugin-transform-inline-environment-variables": "^0.4.3", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "browserslist": "^4.7.2", - "concurrently": "^5.0.0", + "concurrently": "^6.1.0", "cross-env": "^7.0.2", "cross-spawn": "^7.0.1", "doctoc": "^2.0.0", From 53b24acc720f56c658632cc8bf02218d9c4c429e Mon Sep 17 00:00:00 2001 From: Jacob Wejendorp Date: Wed, 12 May 2021 17:43:19 -0700 Subject: [PATCH 3/6] fix(deps): bump execa to v5.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 666df9e..a16fa23 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "eslint": "^7.9.0", "eslint-config-tradeshift": "^7.0.0", "eslint-plugin-react": "^7.16.0", - "execa": "^4.0.3", + "execa": "^5.0.0", "glob": "^7.1.2", "husky": "^4.3.0", "jest": "^26.4.2", From fbd7035140ce7e653e078523ffcfde0e68b30e73 Mon Sep 17 00:00:00 2001 From: Jacob Wejendorp Date: Wed, 12 May 2021 17:47:41 -0700 Subject: [PATCH 4/6] fix(deps): bump jest-junit to v12.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a16fa23..c25661f 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "glob": "^7.1.2", "husky": "^4.3.0", "jest": "^26.4.2", - "jest-junit": "^11.1.0", + "jest-junit": "^12.0.0", "lint-staged": "^10.4.0", "lodash.camelcase": "^4.3.0", "lodash.has": "^4.5.2", From 97bb2ca287450bffb8b6eedd2ef138537be24931 Mon Sep 17 00:00:00 2001 From: Jacob Wejendorp Date: Wed, 12 May 2021 17:58:38 -0700 Subject: [PATCH 5/6] fix(deps): update lint-staged to v11.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c25661f..c133a83 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "husky": "^4.3.0", "jest": "^26.4.2", "jest-junit": "^12.0.0", - "lint-staged": "^10.4.0", + "lint-staged": "^11.0.0", "lodash.camelcase": "^4.3.0", "lodash.has": "^4.5.2", "lodash.merge": "^4.6.2", From beac8aa6d8dc94918c369d4ad1144f83cc117d9d Mon Sep 17 00:00:00 2001 From: Jacob Wejendorp Date: Wed, 12 May 2021 18:01:33 -0700 Subject: [PATCH 6/6] fix(deps): bump babel-plugin-macros to v3.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c133a83..017240d 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "arrify": "^2.0.1", "babel-jest": "^26.3.0", "babel-plugin-dynamic-import-node": "^2.3.0", - "babel-plugin-macros": "^2.6.1", + "babel-plugin-macros": "^3.1.0", "babel-plugin-minify-dead-code-elimination": "^0.5.1", "babel-plugin-module-resolver": "^4.0.0", "babel-plugin-transform-inline-environment-variables": "^0.4.3",