Merge branch 'chore/dependency-bump-3-24' into 'main'
chore: dependency update 3/24 See merge request !54
Showing
- package-lock.json 5463 additions, 2703 deletionspackage-lock.json
- package.json 10 additions, 11 deletionspackage.json
- src/components/AccordionWrapper.tsx 1 addition, 1 deletionsrc/components/AccordionWrapper.tsx
- src/components/ButtonWrapper.tsx 1 addition, 1 deletionsrc/components/ButtonWrapper.tsx
- src/components/ContentWrapper.tsx 1 addition, 1 deletionsrc/components/ContentWrapper.tsx
- src/components/FooterNewsletterWrapper.tsx 1 addition, 1 deletionsrc/components/FooterNewsletterWrapper.tsx
- src/components/GridCardIconWrapper.tsx 1 addition, 1 deletionsrc/components/GridCardIconWrapper.tsx
- src/components/Icon.tsx 4 additions, 3 deletionssrc/components/Icon.tsx
- src/components/NewsletterForm.tsx 1 addition, 1 deletionsrc/components/NewsletterForm.tsx
- src/components/NewsletterFullWidth.tsx 1 addition, 1 deletionsrc/components/NewsletterFullWidth.tsx
- src/components/PillWrapper.tsx 1 addition, 1 deletionsrc/components/PillWrapper.tsx
- src/pages/de/dokumentation/beispiele.mdx 1 addition, 1 deletionsrc/pages/de/dokumentation/beispiele.mdx
- src/pages/de/index.mdx 2 additions, 2 deletionssrc/pages/de/index.mdx
- src/pages/en/index.mdx 22 additions, 8 deletionssrc/pages/en/index.mdx
This diff is collapsed.
... | ... | @@ -24,20 +24,19 @@ |
"astro": "astro" | ||
}, | ||
"devDependencies": { | ||
"@astrojs/mdx": "^0.19.7", | ||
"@astrojs/react": "^2.2.1", | ||
"@astrojs/tailwind": "^4.0.0", | ||
"@carbon/icons-react": "^11.23.1", | ||
"@astrojs/mdx": "^2.2.2", | ||
"@astrojs/react": "^3.1.0", | ||
"@astrojs/tailwind": "^5.1.0", | ||
"@carbon/icons-react": "^11.39.0", | ||
"@fchh/fcos-suite-map": "^0.1.4", | ||
"@fchh/fcos-suite-ui": "^0.2.16", | ||
"@types/carbon__icons-react": "^11.20.0", | ||
"@types/react": "^18.2.17", | ||
"@types/react-dom": "^18.2.7", | ||
"astro": "^2.9.6", | ||
"astro-auto-import": "^0.3.0", | ||
"@fchh/fcos-suite-ui": "^0.2.18", | ||
"@types/react": "^18.2.73", | ||
"@types/react-dom": "^18.2.23", | ||
"astro": "^4.5.12", | ||
"astro-auto-import": "^0.4.2", | ||
"keen-slider": "^6.8.6", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-lite-youtube-embed": "^2.3.52" | ||
"react-lite-youtube-embed": "^2.4.0" | ||
} | ||
} |
Please register or sign in to comment