From 5de1accc7725ac49c5f1f364d0f53f47f08d6ac1 Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Wed, 6 Nov 2024 12:29:16 +0100 Subject: [PATCH] refactor: updated dependency management --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 72fe421..d5c3944 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,10 @@ "playground:develop": "cd playground && yarn develop" }, "dependencies": { + "@strapi/design-system": "2.0.0-rc.11", + "@strapi/icons": "2.0.0-rc.11", + "@strapi/strapi": "5.2.0", + "@strapi/utils": "5.2.0", "chalk": "^4.1.2", "cli-table": "^0.3.6", "commander": "^8.3.0", @@ -50,10 +54,13 @@ "git-diff": "^2.0.6", "immutable": "^3.8.2", "inquirer": "^8.2.0", + "lodash": "^4.17.11", "react-diff-viewer-continued": "3.2.6", "react-intl": "6.6.2", "redux-immutable": "^4.0.0", - "redux-thunk": "^2.3.0" + "redux-thunk": "^2.3.0", + "react-redux": "^7.2.2", + "redux": "^4.0.5" }, "author": { "name": "Boaz Poolman", @@ -79,11 +86,7 @@ "styled-components": "^5.2.1" }, "devDependencies": { - "@strapi/design-system": "2.0.0-rc.11", - "@strapi/icons": "2.0.0-rc.11", "@strapi/sdk-plugin": "^5.2.7", - "@strapi/strapi": "5.2.0", - "@strapi/utils": "5.2.0", "babel-eslint": "9.0.0", "eslint": "^7.32.0", "eslint-config-airbnb": "^18.2.1", @@ -99,11 +102,8 @@ "jest": "^29.7.0", "jest-cli": "^29.3.1", "jest-styled-components": "^7.0.2", - "lodash": "^4.17.11", "nodemon": "^3.1.7", "react": "^17.0.2", - "react-redux": "^7.2.2", - "redux": "^4.0.5", "styled-components": "^5.2.3", "yalc": "^1.0.0-pre.53" },