Skip to content

Commit 7d54d78

Browse files
fix: refresh yarn lockfile
1 parent 2240519 commit 7d54d78

3 files changed

Lines changed: 13381 additions & 19137 deletions

File tree

admin/src/pages/HomePage/index.tsx

Lines changed: 1 addition & 7 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';
@@ -259,13 +257,9 @@ const Inner = () => {
259257
};
260258

261259
export default function HomePage() {
262-
const theme = usePluginTheme();
263-
264260
return (
265261
<QueryClientProvider client={queryClient}>
266-
<DesignSystemProvider theme={theme}>
267-
<Inner />
268-
</DesignSystemProvider>
262+
<Inner />
269263
</QueryClientProvider>
270264
);
271265
}

package.json

Lines changed: 7 additions & 5 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-beta.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",

0 commit comments

Comments
 (0)