@nlabs/lex 1.56.0 → 1.56.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.
@@ -2,7 +2,6 @@ const config = {
2
2
  addons: [
3
3
  '@storybook/addon-docs',
4
4
  '@storybook/addon-links',
5
- '@storybook/addon-postcss',
6
5
  {
7
6
  name: '@storybook/addon-styling-webpack',
8
7
  options: {
@@ -56,4 +55,4 @@ const config = {
56
55
  }
57
56
  };
58
57
 
59
- export default config;
58
+ export default config;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nlabs/lex",
3
- "version": "1.56.0",
3
+ "version": "1.56.1",
4
4
  "description": "Lex",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -85,7 +85,6 @@
85
85
  "@nlabs/webpack-plugin-static-site": "*",
86
86
  "@storybook/addon-docs": "^10.3.4",
87
87
  "@storybook/addon-links": "^10.3.4",
88
- "@storybook/addon-postcss": "^2.0.0",
89
88
  "@storybook/addon-styling-webpack": "^3.0.2",
90
89
  "@storybook/addon-themes": "^10.3.4",
91
90
  "@storybook/cli": "^10.3.4",
@@ -147,12 +146,10 @@
147
146
  "postcss-cli": "^11.0.1",
148
147
  "postcss-custom-properties": "^15.0.1",
149
148
  "postcss-flexbugs-fixes": "^5.0.2",
150
- "postcss-for": "^2.1.1",
151
149
  "postcss-hash": "^3.0.0",
152
150
  "postcss-import": "16.1.1",
153
151
  "postcss-loader": "^8.2.1",
154
152
  "postcss-nesting": "^14.0.0",
155
- "postcss-percentage": "^0.0.0",
156
153
  "postcss-preset-env": "^11.2.0",
157
154
  "postcss-simple-vars": "^7.0.1",
158
155
  "postcss-svgo": "7.1.1",
@@ -197,6 +194,7 @@
197
194
  },
198
195
  "overrides": {
199
196
  "cross-spawn": "^7.0.6",
197
+ "fast-xml-parser": "^5.5.10",
200
198
  "got": "^14.6.6",
201
199
  "http-proxy-middleware": "^3.0.5",
202
200
  "minimatch": ">=10.2.4",