From ec5bc7d3c18e32fa1cdbb7963ad57b59d502ca1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Banno-Cloutier?= <leo.banno-cloutier@savoirfairelinux.com> Date: Tue, 20 Jun 2023 17:12:55 -0400 Subject: [PATCH] jams-react-client: upgrade some dependencies Change-Id: I86e040219da61f7943291356e72374289783ab78 --- jams-react-client/package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/jams-react-client/package.json b/jams-react-client/package.json index a1e773da..f098febf 100644 --- a/jams-react-client/package.json +++ b/jams-react-client/package.json @@ -5,11 +5,11 @@ "private": false, "main": "dist/index.js", "dependencies": { - "@material-ui/core": "4.12.1", - "@material-ui/icons": "4.9.1", + "@material-ui/core": "4.12.4", + "@material-ui/icons": "4.11.3", "@material-ui/lab": "^4.0.0-alpha.56", - "axios": "^0.19.2", - "classnames": "2.2.6", + "axios": "^1.4.0", + "classnames": "2.3.2", "formik": "^2.1.5", "fuctbase64": "^1.4.0", "generate-password": "^1.5.1", @@ -19,8 +19,8 @@ "i18next-http-backend": "^1.0.21", "lodash": "^4.17.19", "material-ui-popup-state": "^1.6.1", - "perfect-scrollbar": "1.5.0", - "prop-types": "15.7.2", + "perfect-scrollbar": "1.5.5", + "prop-types": "15.8.1", "react": "^16.13.1", "react-color": "^2.19.3", "react-copy-to-clipboard": "^5.0.2", @@ -31,7 +31,7 @@ "react-image-file-resizer": "^0.3.8", "react-router-dom": "5.2.0", "react-scripts": "^3.4.3", - "yup": "^0.29.3" + "yup": "^1.2.0" }, "scripts": { "start": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts start", @@ -65,10 +65,10 @@ "eslint-config-prettier": "6.11.0", "eslint-plugin-prettier": "3.1.3", "gulp": "^4.0.2", - "gulp-append-prepend": "1.0.8", + "gulp-append-prepend": "1.0.9", "i18next-parser": "^3.3.0", "i18next-scanner": "^2.11.0", - "prettier": "2.0.5", + "prettier": "2.8.8", "react-error-overlay": "^6.0.9" }, "browserslist": { -- GitLab