Skip to content

Commit cf2d400

Browse files
Merge pull request #634 from VirtusLab-Open-Source/fix/version-of-design-system
fix: version of design system
2 parents 2240519 + c2dfe56 commit cf2d400

3 files changed

Lines changed: 13383 additions & 19133 deletions

File tree

admin/src/pages/HomePage/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
import { DesignSystemProvider } from '@strapi/design-system';
21
import { Data } from '@strapi/strapi';
32
import { Layouts, Page, useNotification } from '@strapi/strapi/admin';
43
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
54
import { first } from 'lodash';
65
import { SyntheticEvent, useEffect, useState } from 'react';
76
import { useIntl } from 'react-intl';
87

9-
import { usePluginTheme } from '@sensinum/strapi-utils';
108
import { NavigationSchema } from '../../api/validators';
119
import { getTrad } from '../../translations';
1210
import { NavigationHeader } from './components';
@@ -31,6 +29,8 @@ import { ManageNavigationItems } from './components/NavigationContentHeader/Mana
3129
import { NavigationEmptyState } from './components/NavigationEmptyState';
3230
import { appendViewId } from './utils/appendViewId';
3331
import { type NavigationItemFormSchema } from './components/NavigationItemForm';
32+
import { usePluginTheme } from '@sensinum/strapi-utils';
33+
import { DesignSystemProvider } from '@strapi/design-system';
3434

3535
const queryClient = new QueryClient();
3636

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-plugin-navigation",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "Strapi - Navigation plugin",
55
"strapi": {
66
"name": "navigation",
@@ -60,11 +60,11 @@
6060
"@jest/types": "29.5.x",
6161
"@koa/router": "^12.0.1",
6262
"@strapi-community/plugin-rest-cache": "^5.0.1",
63-
"@strapi/plugin-graphql": "^5.14.0",
63+
"@strapi/plugin-graphql": "^5.33.4",
6464
"@strapi/sdk-plugin": "^5.3.2",
65-
"@strapi/strapi": "^5.14.0",
66-
"@strapi/types": "^5.14.0",
67-
"@strapi/typescript-utils": "^5.14.0",
65+
"@strapi/strapi": "^5.33.4",
66+
"@strapi/types": "^5.33.4",
67+
"@strapi/typescript-utils": "^5.33.4",
6868
"@types/jest": "^29.5.12",
6969
"@types/koa": "^2.15.0",
7070
"@types/koa-bodyparser": "^4.3.12",
@@ -96,6 +96,8 @@
9696
"typescript": "^5.6.2"
9797
},
9898
"peerDependencies": {
99+
"@strapi/design-system": "^2.0.0",
100+
"@strapi/icons": "^2.0.0",
99101
"@strapi/sdk-plugin": "^5.0.0",
100102
"@strapi/strapi": "^5.0.0",
101103
"lodash": "^4.17.21",
@@ -158,7 +160,7 @@
158160
"navigation"
159161
],
160162
"engines": {
161-
"node": ">=18.0.0 <=22.x.x",
163+
"node": ">=18.0.0 <=24.x.x",
162164
"npm": ">=6.0.0"
163165
},
164166
"license": "MIT",

0 commit comments

Comments
 (0)