@ilo-org/twig 1.11.0 → 1.11.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ilo-org/twig",
3
- "version": "1.11.0",
3
+ "version": "1.11.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist/**/*"
@@ -45,23 +45,24 @@
45
45
  }
46
46
  ],
47
47
  "devDependencies": {
48
- "@chromatic-com/storybook": "^1.5.0",
48
+ "@chromatic-com/storybook": "3.2.7",
49
49
  "@modyfi/vite-plugin-yaml": "^1.1.0",
50
50
  "@rollup/plugin-commonjs": "^23.0.2",
51
51
  "@rollup/plugin-node-resolve": "^15.0.1",
52
52
  "@rollup/plugin-swc": "^0.3.1",
53
- "@storybook/addon-docs": "^8.6.4",
54
- "@storybook/addon-essentials": "^8.6.4",
55
- "@storybook/addon-interactions": "^8.6.4",
56
- "@storybook/addon-links": "^8.6.4",
57
- "@storybook/blocks": "^8.6.4",
58
- "@storybook/builder-vite": "^8.6.4",
59
- "@storybook/html": "^8.6.4",
60
- "@storybook/html-vite": "^8.6.4",
61
- "@storybook/manager-api": "^8.6.4",
62
- "@storybook/test": "^8.6.4",
63
- "@storybook/theming": "^8.6.4",
53
+ "@storybook/addon-docs": "^8.6.11",
54
+ "@storybook/addon-essentials": "^8.6.11",
55
+ "@storybook/addon-interactions": "^8.6.11",
56
+ "@storybook/addon-links": "^8.6.11",
57
+ "@storybook/blocks": "^8.6.11",
58
+ "@storybook/builder-vite": "^8.6.11",
59
+ "@storybook/html": "^8.6.11",
60
+ "@storybook/html-vite": "^8.6.11",
61
+ "@storybook/manager-api": "^8.6.11",
62
+ "@storybook/test": "^8.6.11",
63
+ "@storybook/theming": "^8.6.11",
64
64
  "@swc/core": "^1.7.1",
65
+ "chromatic": "^13.3.4",
65
66
  "drupal-attribute": "^1.0.2",
66
67
  "drupal-twig-extensions": "^1.0.0-beta.5",
67
68
  "eslint-plugin-cypress": "^3.5.0",
@@ -69,7 +70,7 @@
69
70
  "react": "^18.3.1",
70
71
  "react-dom": "^18.3.1",
71
72
  "rollup-plugin-copy": "^3.4.0",
72
- "storybook": "^8.6.4",
73
+ "storybook": "^8.6.11",
73
74
  "twig": "^1.16.0",
74
75
  "vite": "^5.3.6",
75
76
  "zod": "^3.23.8",
@@ -81,11 +82,11 @@
81
82
  "embla-carousel": "^8.6.0",
82
83
  "video.js": "^7.21.2",
83
84
  "videojs-youtube": "^3.0.1",
84
- "@ilo-org/brand-assets": "1.0.1",
85
- "@ilo-org/styles": "1.10.1",
86
85
  "@ilo-org/fonts": "2.0.0",
87
86
  "@ilo-org/icons": "2.4.0",
88
87
  "@ilo-org/maestro": "1.0.1",
88
+ "@ilo-org/brand-assets": "1.0.1",
89
+ "@ilo-org/styles": "1.10.2",
89
90
  "@ilo-org/themes": "0.9.1"
90
91
  },
91
92
  "scripts": {
@@ -97,6 +98,7 @@
97
98
  "cy:open": "cypress open",
98
99
  "test": "cypress run",
99
100
  "lint": "eslint .",
100
- "lint:fix": "eslint . --fix"
101
+ "lint:fix": "eslint . --fix",
102
+ "chromatic": "npx chromatic --build-script-name build:docs"
101
103
  }
102
104
  }