Skip to content

Commit 90e2be5

Browse files
committed
chore: update dependency management
1 parent 36261e2 commit 90e2be5

File tree

4 files changed

+3567
-4937
lines changed

4 files changed

+3567
-4937
lines changed

packages/addons/sitemap/package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,22 @@
4343
},
4444
"peerDependencies": {
4545
"@pluginpal/webtools-core": "1.0.0-beta.15",
46-
"@strapi/strapi": "^4.0.0",
46+
"@strapi/design-system": "^2.0.0-rc.14",
47+
"@strapi/icons": "^2.0.0-rc.14",
48+
"@strapi/strapi": "^5.0.0",
49+
"@strapi/utils": "^5.0.0",
4750
"react": "^17.0.0 || ^18.0.0",
4851
"react-dom": "^17.0.0 || ^18.0.0",
4952
"react-router-dom": "^5.2.0",
5053
"redux": "*",
5154
"styled-components": "^5.2.1"
5255
},
5356
"devDependencies": {
54-
"@strapi/sdk-plugin": "^5.2.7",
57+
"@strapi/design-system": "^2.0.0-rc.14",
58+
"@strapi/icons": "^2.0.0-rc.14",
59+
"@strapi/sdk-plugin": "^5.0.0",
60+
"@strapi/strapi": "^5.0.0",
61+
"@strapi/utils": "^5.0.0",
5562
"@types/lodash": "^4",
5663
"copyfiles": "^2.4.1",
5764
"react": "^18.0.0",
@@ -61,10 +68,6 @@
6168
},
6269
"dependencies": {
6370
"@pluginpal/webtools-helper-plugin": "1.0.0-beta.4",
64-
"@strapi/design-system": "2.0.0-rc.12",
65-
"@strapi/icons": "2.0.0-rc.12",
66-
"@strapi/strapi": "5.3.0",
67-
"@strapi/utils": "5.3.0",
6871
"chalk": "^4.1.2",
6972
"commander": "^8.3.0",
7073
"immutable": "^3.8.2",

packages/core/package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,24 @@
4040
"eslint:fix": "../../node_modules/.bin/eslint --fix './**/*.{js,jsx,ts,tsx}'"
4141
},
4242
"peerDependencies": {
43+
"@strapi/admin": "^5.0.0",
44+
"@strapi/design-system": "^2.0.0-rc.14",
45+
"@strapi/icons": "^2.0.0-rc.14",
4346
"@strapi/strapi": "^5.0.0",
47+
"@strapi/utils": "5.0.0",
4448
"react": "^17.0.0 || ^18.0.0",
4549
"react-dom": "^17.0.0 || ^18.0.0",
4650
"react-router-dom": "^6.0.0",
4751
"styled-components": "^6.0.0"
4852
},
4953
"devDependencies": {
54+
"@strapi/admin": "^5.0.0",
55+
"@strapi/design-system": "^2.0.0-rc.14",
56+
"@strapi/icons": "^2.0.0-rc.14",
5057
"@strapi/pack-up": "^5.0.0",
51-
"@strapi/sdk-plugin": "^5.2.7",
58+
"@strapi/sdk-plugin": "^5.0.0",
5259
"@strapi/strapi": "^5.0.0",
60+
"@strapi/utils": "5.0.0",
5361
"@types/koa": "^2.15.0",
5462
"@types/lodash": "^4",
5563
"@types/react-copy-to-clipboard": "^5.0.7",
@@ -60,10 +68,6 @@
6068
},
6169
"dependencies": {
6270
"@pluginpal/webtools-helper-plugin": "^1.0.0-beta.4",
63-
"@strapi/admin": "^5.3.0",
64-
"@strapi/design-system": "2.0.0-rc.12",
65-
"@strapi/icons": "2.0.0-rc.12",
66-
"@strapi/utils": "5.3.0",
6771
"formik": "^2.4.0",
6872
"lodash": "^4.17.21",
6973
"react-copy-to-clipboard": "^5.1.0",

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
33
"globalDependencies": ["**/.env.*local"],
4-
"pipeline": {
4+
"tasks": {
55
"build": {
66
"dependsOn": ["^build"]
77
},

0 commit comments

Comments
 (0)