@nlabs/lex 1.52.4 → 1.52.5
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 +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nlabs/lex",
|
|
3
|
-
"version": "1.52.
|
|
3
|
+
"version": "1.52.5",
|
|
4
4
|
"description": "Lex",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -93,15 +93,15 @@
|
|
|
93
93
|
"@babel/runtime-corejs3": "^7.28.4",
|
|
94
94
|
"@mdx-js/loader": "^3.1.1",
|
|
95
95
|
"@nlabs/webpack-plugin-static-site": "*",
|
|
96
|
-
"@storybook/addon-docs": "^10.1.
|
|
97
|
-
"@storybook/addon-links": "^10.1.
|
|
96
|
+
"@storybook/addon-docs": "^10.1.6",
|
|
97
|
+
"@storybook/addon-links": "^10.1.6",
|
|
98
98
|
"@storybook/addon-postcss": "^2.0.0",
|
|
99
99
|
"@storybook/addon-styling-webpack": "^3.0.0",
|
|
100
|
-
"@storybook/addon-themes": "^10.1.
|
|
100
|
+
"@storybook/addon-themes": "^10.1.6",
|
|
101
101
|
"@storybook/addon-webpack5-compiler-babel": "^4.0.0",
|
|
102
|
-
"@storybook/cli": "^10.1.
|
|
103
|
-
"@storybook/react": "^10.1.
|
|
104
|
-
"@storybook/react-webpack5": "^10.1.
|
|
102
|
+
"@storybook/cli": "^10.1.6",
|
|
103
|
+
"@storybook/react": "^10.1.6",
|
|
104
|
+
"@storybook/react-webpack5": "^10.1.6",
|
|
105
105
|
"@swc/core": "^1.15.3",
|
|
106
106
|
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
|
|
107
107
|
"@tailwindcss/postcss": "4.1.17",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"babel-plugin-transform-import-meta": "^2.3.3",
|
|
118
118
|
"boxen": "8.0.1",
|
|
119
119
|
"buffer": "^6.0.3",
|
|
120
|
-
"caniuse-lite": "1.0.
|
|
120
|
+
"caniuse-lite": "1.0.30001760",
|
|
121
121
|
"chalk": "^5.6.2",
|
|
122
122
|
"commander": "^14.0.2",
|
|
123
123
|
"compare-versions": "^6.1.1",
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
"source-map-loader": "^5.0.0",
|
|
195
195
|
"speed-measure-webpack-plugin": "^1.5.0",
|
|
196
196
|
"static-site-generator-webpack-plugin": "3.4.2",
|
|
197
|
-
"storybook": "^10.1.
|
|
197
|
+
"storybook": "^10.1.6",
|
|
198
198
|
"stream-browserify": "^3.0.0",
|
|
199
199
|
"stream-http": "^3.2.0",
|
|
200
200
|
"style-loader": "^4.0.0",
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"util": "^0.12.5",
|
|
213
213
|
"vm-browserify": "^1.1.2",
|
|
214
214
|
"webpack": "5.103.0",
|
|
215
|
-
"webpack-bundle-analyzer": "^5.0
|
|
215
|
+
"webpack-bundle-analyzer": "^5.1.0",
|
|
216
216
|
"webpack-cli": "^6.0.1",
|
|
217
217
|
"webpack-merge": "^6.0.1",
|
|
218
218
|
"webpack-nano": "^1.1.1",
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
"@types/express": "^5.0.6",
|
|
225
225
|
"@types/jest": "^30.0.0",
|
|
226
226
|
"@types/luxon": "^3.7.1",
|
|
227
|
-
"@types/node": "^24.10.
|
|
227
|
+
"@types/node": "^24.10.2",
|
|
228
228
|
"@types/ora": "^3.2.0",
|
|
229
229
|
"@types/react": "^19.2.7",
|
|
230
230
|
"@types/webpack": "^5.28.5"
|