@emulsify/core 2.3.0 → 2.4.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 (2) hide show
  1. package/.storybook/main.js +1 -1
  2. package/package.json +29 -29
@@ -135,7 +135,7 @@ const config = {
135
135
 
136
136
  #panel-tab-content,
137
137
  #panel-tab-content>* {
138
- color: var(--colors-emulsify-blue-1000) !important;
138
+ color: var(--colors-emulsify-blue-100) !important;
139
139
  }
140
140
 
141
141
  #panel-tab-content a,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emulsify/core",
3
- "version": "2.3.0",
3
+ "version": "2.4.1",
4
4
  "description": "Bundled tooling for Storybook development + Webpack Build",
5
5
  "keywords": [
6
6
  "component library",
@@ -46,21 +46,21 @@
46
46
  "twatch": "jest --no-coverage --watch --verbose"
47
47
  },
48
48
  "dependencies": {
49
- "@babel/core": "^7.25.8",
50
- "@babel/eslint-parser": "^7.25.8",
51
- "@babel/preset-env": "^7.25.8",
52
- "@emulsify/cli": "^1.11.0",
53
- "@storybook/addon-a11y": "^8.3.5",
54
- "@storybook/addon-actions": "^8.3.5",
55
- "@storybook/addon-essentials": "^8.3.5",
56
- "@storybook/addon-links": "^8.3.5",
57
- "@storybook/addon-styling-webpack": "^1.0.0",
58
- "@storybook/addon-themes": "^8.3.5",
59
- "@storybook/html": "^8.3.5",
60
- "@storybook/html-webpack5": "^8.3.5",
61
- "@storybook/manager-api": "^8.3.5",
62
- "@storybook/preview-api": "^8.3.5",
63
- "@storybook/theming": "^8.3.5",
49
+ "@babel/core": "^7.25.9",
50
+ "@babel/eslint-parser": "^7.25.9",
51
+ "@babel/preset-env": "^7.25.9",
52
+ "@emulsify/cli": "^1.11.3",
53
+ "@storybook/addon-a11y": "^8.4.2",
54
+ "@storybook/addon-actions": "^8.4.2",
55
+ "@storybook/addon-essentials": "^8.4.2",
56
+ "@storybook/addon-links": "^8.4.2",
57
+ "@storybook/addon-styling-webpack": "^1.0.1",
58
+ "@storybook/addon-themes": "^8.4.2",
59
+ "@storybook/html": "^8.4.2",
60
+ "@storybook/html-webpack5": "^8.4.2",
61
+ "@storybook/manager-api": "^8.4.2",
62
+ "@storybook/preview-api": "^8.4.2",
63
+ "@storybook/theming": "^8.4.2",
64
64
  "add-attributes-twig-extension": "^0.1.0",
65
65
  "autoprefixer": "^10.4.20",
66
66
  "babel-loader": "^9.2.1",
@@ -69,22 +69,22 @@
69
69
  "breakpoint-sass": "^3.0.0",
70
70
  "chalk": "^5.2.0",
71
71
  "clean-webpack-plugin": "^4.0.0",
72
- "concurrently": "^9.0.1",
72
+ "concurrently": "^9.1.0",
73
73
  "copy-webpack-plugin": "^12.0.2",
74
74
  "css-loader": "^7.1.1",
75
75
  "eslint": "^8.57.0",
76
76
  "eslint-config-prettier": "^9.1.0",
77
- "eslint-plugin-import": "^2.29.1",
78
- "eslint-plugin-jest": "^28.8.0",
77
+ "eslint-plugin-import": "^2.31.0",
78
+ "eslint-plugin-jest": "^28.9.0",
79
79
  "eslint-plugin-prettier": "^5.1.3",
80
80
  "eslint-plugin-security": "^3.0.1",
81
- "eslint-plugin-storybook": "^0.8.0",
81
+ "eslint-plugin-storybook": "^0.11.0",
82
82
  "eslint-webpack-plugin": "^4.1.0",
83
83
  "file-loader": "^6.2.0",
84
84
  "fs-extra": "^11.2.0",
85
85
  "glob": "^11.0.0",
86
86
  "graceful-fs": "^4.2.11",
87
- "html-webpack-plugin": "^5.6.0",
87
+ "html-webpack-plugin": "^5.6.3",
88
88
  "image-minimizer-webpack-plugin": "^4.1.0",
89
89
  "imagemin": "^9.0.0",
90
90
  "imagemin-gifsicle": "^7.0.0",
@@ -94,7 +94,7 @@
94
94
  "jest-environment-jsdom": "^29.7.0",
95
95
  "js-yaml": "^4.1.0",
96
96
  "js-yaml-loader": "^1.2.2",
97
- "mini-css-extract-plugin": "^2.9.1",
97
+ "mini-css-extract-plugin": "^2.9.2",
98
98
  "node-sass-glob-importer": "^5.3.3",
99
99
  "normalize.css": "^8.0.1",
100
100
  "open-cli": "^8.0.0",
@@ -106,10 +106,10 @@
106
106
  "react": "^18.2.0",
107
107
  "react-dom": "^18.2.0",
108
108
  "regenerator-runtime": "^0.14.1",
109
- "sass": "^1.80.1",
110
- "sass-loader": "^16.0.1",
111
- "storybook": "^8.3.2",
112
- "style-dictionary": "^4.1.3",
109
+ "sass": "^1.80.6",
110
+ "sass-loader": "^16.0.3",
111
+ "storybook": "^8.4.2",
112
+ "style-dictionary": "^4.1.4",
113
113
  "stylelint": "^16.10.0",
114
114
  "stylelint-config-standard-scss": "^13.1.0",
115
115
  "stylelint-prettier": "^5.0.0",
@@ -120,7 +120,7 @@
120
120
  "twig-drupal-filters": "^3.2.0",
121
121
  "twig-testing-library": "^1.2.0",
122
122
  "twigjs-loader": "^1.0.3",
123
- "webpack": "^5.95.0",
123
+ "webpack": "^5.96.1",
124
124
  "webpack-cli": "^5.1.4",
125
125
  "webpack-merge": "^6.0.1",
126
126
  "yaml": "^2.5.0"
@@ -131,11 +131,11 @@
131
131
  "@semantic-release/changelog": "^6.0.2",
132
132
  "@semantic-release/commit-analyzer": "^13.0.0",
133
133
  "@semantic-release/git": "^10.0.1",
134
- "@semantic-release/github": "^11.0.0",
134
+ "@semantic-release/github": "^11.0.1",
135
135
  "@semantic-release/release-notes-generator": "^14.0.0",
136
136
  "husky": "^9.1.6",
137
137
  "lint-staged": "^15.2.10",
138
- "semantic-release": "^24.1.2"
138
+ "semantic-release": "^24.2.0"
139
139
  },
140
140
  "overrides": {
141
141
  "graceful-fs": "^4.2.11"