additions and corrections for
deployment instructions
This commit is contained in:
@@ -11,6 +11,18 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@syncfusion/ej2-base": "^30.2.6",
|
||||
"@syncfusion/ej2-buttons": "^30.2.4",
|
||||
"@syncfusion/ej2-calendars": "^30.2.4",
|
||||
"@syncfusion/ej2-dropdowns": "^30.2.6",
|
||||
"@syncfusion/ej2-grids": "^30.2.6",
|
||||
"@syncfusion/ej2-icons": "^30.2.4",
|
||||
"@syncfusion/ej2-inputs": "^30.2.6",
|
||||
"@syncfusion/ej2-kanban": "^30.2.4",
|
||||
"@syncfusion/ej2-layouts": "^30.2.4",
|
||||
"@syncfusion/ej2-lists": "^30.2.4",
|
||||
"@syncfusion/ej2-navigations": "^30.2.7",
|
||||
"@syncfusion/ej2-notifications": "^30.2.4",
|
||||
"@syncfusion/ej2-popups": "^30.2.4",
|
||||
"@syncfusion/ej2-react-buttons": "^30.1.37",
|
||||
"@syncfusion/ej2-react-calendars": "^30.1.37",
|
||||
"@syncfusion/ej2-react-dropdowns": "^30.1.37",
|
||||
@@ -23,6 +35,7 @@
|
||||
"@syncfusion/ej2-react-notifications": "^30.1.37",
|
||||
"@syncfusion/ej2-react-popups": "^30.1.37",
|
||||
"@syncfusion/ej2-react-schedule": "^30.1.37",
|
||||
"@syncfusion/ej2-splitbuttons": "^30.2.4",
|
||||
"cldr-data": "^36.0.4",
|
||||
"lucide-react": "^0.522.0",
|
||||
"react": "^19.1.0",
|
||||
|
||||
39
dashboard/pnpm-lock.yaml
generated
39
dashboard/pnpm-lock.yaml
generated
@@ -11,6 +11,42 @@ importers:
|
||||
'@syncfusion/ej2-base':
|
||||
specifier: ^30.2.6
|
||||
version: 30.2.6
|
||||
'@syncfusion/ej2-buttons':
|
||||
specifier: ^30.2.4
|
||||
version: 30.2.4
|
||||
'@syncfusion/ej2-calendars':
|
||||
specifier: ^30.2.4
|
||||
version: 30.2.4
|
||||
'@syncfusion/ej2-dropdowns':
|
||||
specifier: ^30.2.6
|
||||
version: 30.2.6
|
||||
'@syncfusion/ej2-grids':
|
||||
specifier: ^30.2.6
|
||||
version: 30.2.6
|
||||
'@syncfusion/ej2-icons':
|
||||
specifier: ^30.2.4
|
||||
version: 30.2.4
|
||||
'@syncfusion/ej2-inputs':
|
||||
specifier: ^30.2.6
|
||||
version: 30.2.6
|
||||
'@syncfusion/ej2-kanban':
|
||||
specifier: ^30.2.4
|
||||
version: 30.2.4
|
||||
'@syncfusion/ej2-layouts':
|
||||
specifier: ^30.2.4
|
||||
version: 30.2.4
|
||||
'@syncfusion/ej2-lists':
|
||||
specifier: ^30.2.4
|
||||
version: 30.2.4
|
||||
'@syncfusion/ej2-navigations':
|
||||
specifier: ^30.2.7
|
||||
version: 30.2.7
|
||||
'@syncfusion/ej2-notifications':
|
||||
specifier: ^30.2.4
|
||||
version: 30.2.4
|
||||
'@syncfusion/ej2-popups':
|
||||
specifier: ^30.2.4
|
||||
version: 30.2.4
|
||||
'@syncfusion/ej2-react-buttons':
|
||||
specifier: ^30.1.37
|
||||
version: 30.2.4
|
||||
@@ -47,6 +83,9 @@ importers:
|
||||
'@syncfusion/ej2-react-schedule':
|
||||
specifier: ^30.1.37
|
||||
version: 30.2.7
|
||||
'@syncfusion/ej2-splitbuttons':
|
||||
specifier: ^30.2.4
|
||||
version: 30.2.4
|
||||
cldr-data:
|
||||
specifier: ^36.0.4
|
||||
version: 36.0.4
|
||||
|
||||
@@ -25,10 +25,10 @@ import CustomEventModal from './components/CustomEventModal';
|
||||
import { fetchMediaById } from './apiClients';
|
||||
import { Presentation, Globe, Video, MessageSquare, School } from 'lucide-react';
|
||||
import { renderToStaticMarkup } from 'react-dom/server';
|
||||
import caGregorian from './cldr-data/ca-gregorian.json';
|
||||
import numbers from './cldr-data/numbers.json';
|
||||
import timeZoneNames from './cldr-data/timeZoneNames.json';
|
||||
import numberingSystems from './cldr-data/numberingSystems.json';
|
||||
import caGregorian from './cldr/ca-gregorian.json';
|
||||
import numbers from './cldr/numbers.json';
|
||||
import timeZoneNames from './cldr/timeZoneNames.json';
|
||||
import numberingSystems from './cldr/numberingSystems.json';
|
||||
|
||||
// Typ für Gruppe ergänzen
|
||||
type Group = {
|
||||
|
||||
Reference in New Issue
Block a user