From 523051d0e1ff04fba7475e022755bf64f4568905 Mon Sep 17 00:00:00 2001 From: garronej Date: Wed, 23 Mar 2022 18:47:00 +0100 Subject: [PATCH] Fixes #1878 and #1842 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ccf29577..cbf01552c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "react-dnd-html5-backend": "^11.1.3", "react-sortable-tree-patch-react-17": "^2.9.0", "react-to-print": "^2.8.0", - "tss-react": "3.5.2" + "tss-react": "^3.6.0" }, "devDependencies": { "@babel/core": "^7.10.2", @@ -15397,9 +15397,9 @@ "dev": true }, "node_modules/tss-react": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/tss-react/-/tss-react-3.5.2.tgz", - "integrity": "sha512-IgGizaOhbntrWdh2EISJYnhYEEWXXWf3sn5aa8LYf7e59NCM5mg0PxJuEoLx9pLG5WlJF80zTRN/Y1Jnjw9LYA==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/tss-react/-/tss-react-3.6.0.tgz", + "integrity": "sha512-mtQ8VL0btMVZZtax5gwaGU+jSBdKtbYMLVCLGB26Bi+BcOI0GQ6GTn1EaeK1nSgN5qbe6FL0zEOC6qoY+8+MEg==", "dependencies": { "@emotion/cache": "*", "@emotion/serialize": "*", @@ -29416,9 +29416,9 @@ "dev": true }, "tss-react": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/tss-react/-/tss-react-3.5.2.tgz", - "integrity": "sha512-IgGizaOhbntrWdh2EISJYnhYEEWXXWf3sn5aa8LYf7e59NCM5mg0PxJuEoLx9pLG5WlJF80zTRN/Y1Jnjw9LYA==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/tss-react/-/tss-react-3.6.0.tgz", + "integrity": "sha512-mtQ8VL0btMVZZtax5gwaGU+jSBdKtbYMLVCLGB26Bi+BcOI0GQ6GTn1EaeK1nSgN5qbe6FL0zEOC6qoY+8+MEg==", "requires": { "@emotion/cache": "*", "@emotion/serialize": "*", diff --git a/package.json b/package.json index 020e90960..7a4aeb418 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "dependencies": { "@babel/runtime-corejs3": "^7.12.1", "@emotion/cache": "^11.7.1", - "tss-react": "3.5.2", + "tss-react": "^3.6.0", "clsx": "^1.1.1", "lodash.assignwith": "^4.2.0", "lodash.clonedeep": "^4.5.0",