@marigold/theme-docs 4.1.0 → 4.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marigold/theme-docs",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "Marigold Docs Theme",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -56,8 +56,8 @@
56
56
  "tailwind-scrollbar": "4.0.2",
57
57
  "tailwindcss-animate": "1.0.7",
58
58
  "tailwindcss-react-aria-components": "2.0.1",
59
- "@marigold/system": "17.0.0",
60
- "@marigold/components": "17.0.0"
59
+ "@marigold/components": "17.0.1",
60
+ "@marigold/system": "17.0.1"
61
61
  },
62
62
  "scripts": {
63
63
  "build": "cross-env NODE_ENV=production tsdown && postcss -o dist/styles.css src/styles.css && shx cp src/theme.css dist/theme.css"