@nlabs/lex 1.53.8 → 1.53.10
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 +22 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nlabs/lex",
|
|
3
|
-
"version": "1.53.
|
|
3
|
+
"version": "1.53.10",
|
|
4
4
|
"description": "Lex",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -83,32 +83,32 @@
|
|
|
83
83
|
"dependencies": {
|
|
84
84
|
"@mdx-js/loader": "^3.1.1",
|
|
85
85
|
"@nlabs/webpack-plugin-static-site": "*",
|
|
86
|
-
"@storybook/addon-docs": "^10.
|
|
87
|
-
"@storybook/addon-links": "^10.
|
|
86
|
+
"@storybook/addon-docs": "^10.2.0",
|
|
87
|
+
"@storybook/addon-links": "^10.2.0",
|
|
88
88
|
"@storybook/addon-postcss": "^2.0.0",
|
|
89
89
|
"@storybook/addon-styling-webpack": "^3.0.0",
|
|
90
|
-
"@storybook/addon-themes": "^10.
|
|
91
|
-
"@storybook/cli": "^10.
|
|
92
|
-
"@storybook/react": "^10.
|
|
93
|
-
"@storybook/react-webpack5": "^10.
|
|
90
|
+
"@storybook/addon-themes": "^10.2.0",
|
|
91
|
+
"@storybook/cli": "^10.2.0",
|
|
92
|
+
"@storybook/react": "^10.2.0",
|
|
93
|
+
"@storybook/react-webpack5": "^10.2.0",
|
|
94
94
|
"@swc/cli": "^0.7.10",
|
|
95
|
-
"@swc/core": "^1.15.
|
|
95
|
+
"@swc/core": "^1.15.10",
|
|
96
96
|
"@swc/jest": "^0.2.39",
|
|
97
97
|
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
|
|
98
98
|
"@tailwindcss/postcss": "4.1.18",
|
|
99
99
|
"@testing-library/jest-dom": "^6.9.1",
|
|
100
|
-
"@testing-library/react": "^16.3.
|
|
100
|
+
"@testing-library/react": "^16.3.2",
|
|
101
101
|
"assert": "^2.1.0",
|
|
102
102
|
"autoprefixer": "^10.4.23",
|
|
103
103
|
"boxen": "8.0.1",
|
|
104
104
|
"buffer": "^6.0.3",
|
|
105
|
-
"caniuse-lite": "1.0.
|
|
105
|
+
"caniuse-lite": "1.0.30001766",
|
|
106
106
|
"chalk": "^5.6.2",
|
|
107
107
|
"commander": "^14.0.2",
|
|
108
108
|
"compare-versions": "^6.1.1",
|
|
109
109
|
"compression-webpack-plugin": "^11.1.0",
|
|
110
110
|
"copy-webpack-plugin": "^13.0.1",
|
|
111
|
-
"core-js": "^3.
|
|
111
|
+
"core-js": "^3.48.0",
|
|
112
112
|
"crypto-js": "^4.2.0",
|
|
113
113
|
"css-loader": "^7.1.2",
|
|
114
114
|
"css-minimizer-webpack-plugin": "^7.0.4",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"dotenv-webpack": "^8.1.1",
|
|
117
117
|
"download-npm-package": "^3.1.12",
|
|
118
118
|
"eslint": "^9.39.2",
|
|
119
|
-
"eslint-config-styleguidejs": "^4.1.
|
|
119
|
+
"eslint-config-styleguidejs": "^4.1.17",
|
|
120
120
|
"execa": "9.6.1",
|
|
121
121
|
"expect": "^30.2.0",
|
|
122
122
|
"express": "^5.2.1",
|
|
@@ -137,13 +137,13 @@
|
|
|
137
137
|
"jest-transform-graphql": "2.1.0",
|
|
138
138
|
"jest-util": "^30.2.0",
|
|
139
139
|
"latest-version": "9.0.0",
|
|
140
|
-
"lodash": "^4.17.
|
|
140
|
+
"lodash": "^4.17.23",
|
|
141
141
|
"luxon": "^3.7.2",
|
|
142
142
|
"math-expression-evaluator": "^2.0.7",
|
|
143
143
|
"mini-css-extract-plugin": "^2.10.0",
|
|
144
144
|
"npm-check-updates": "^19.3.1",
|
|
145
145
|
"openai": "^6.16.0",
|
|
146
|
-
"ora": "9.
|
|
146
|
+
"ora": "9.1.0",
|
|
147
147
|
"os-browserify": "^0.3.0",
|
|
148
148
|
"path-browserify": "^1.0.1",
|
|
149
149
|
"postcss": "^8.5.6",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"rimraf": "^6.1.2",
|
|
172
172
|
"semver": "^7.7.3",
|
|
173
173
|
"source-map-loader": "^5.0.0",
|
|
174
|
-
"storybook": "^10.
|
|
174
|
+
"storybook": "^10.2.0",
|
|
175
175
|
"stream-browserify": "^3.0.0",
|
|
176
176
|
"stream-http": "^3.2.0",
|
|
177
177
|
"style-loader": "^4.0.0",
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"util": "^0.12.5",
|
|
186
186
|
"vm-browserify": "^1.1.2",
|
|
187
187
|
"webpack": "5.104.1",
|
|
188
|
-
"webpack-bundle-analyzer": "^5.
|
|
188
|
+
"webpack-bundle-analyzer": "^5.2.0",
|
|
189
189
|
"webpack-cli": "^6.0.1",
|
|
190
190
|
"webpack-merge": "^6.0.1",
|
|
191
191
|
"webpack-plugin-serve": "^1.6.0",
|
|
@@ -195,9 +195,9 @@
|
|
|
195
195
|
"@types/express": "^5.0.6",
|
|
196
196
|
"@types/jest": "^30.0.0",
|
|
197
197
|
"@types/luxon": "^3.7.1",
|
|
198
|
-
"@types/node": "^25.0.
|
|
198
|
+
"@types/node": "^25.0.10",
|
|
199
199
|
"@types/ora": "^3.2.0",
|
|
200
|
-
"@types/react": "^19.2.
|
|
200
|
+
"@types/react": "^19.2.9",
|
|
201
201
|
"@types/webpack": "^5.28.5"
|
|
202
202
|
},
|
|
203
203
|
"overrides": {
|
|
@@ -209,6 +209,10 @@
|
|
|
209
209
|
"http-cache-semantics": "^4.2.0",
|
|
210
210
|
"http-proxy-middleware": "^3.0.5",
|
|
211
211
|
"lodash.pick": "^4.4.0",
|
|
212
|
+
"querystring": false,
|
|
213
|
+
"gm": false,
|
|
214
|
+
"lodash-es": "^4.17.23",
|
|
215
|
+
"node-domexception": false,
|
|
212
216
|
"nth-check": "^2.1.1",
|
|
213
217
|
"postcss": "^8.5.6",
|
|
214
218
|
"qs": "^6.14.1",
|