@nlabs/lex 1.53.3 → 1.53.4
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 +2 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nlabs/lex",
|
|
3
|
-
"version": "1.53.
|
|
3
|
+
"version": "1.53.4",
|
|
4
4
|
"description": "Lex",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -200,13 +200,11 @@
|
|
|
200
200
|
"@types/react": "^19.2.7",
|
|
201
201
|
"@types/webpack": "^5.28.5"
|
|
202
202
|
},
|
|
203
|
-
"resolutions": {
|
|
204
|
-
"css-loader": "7.1.2"
|
|
205
|
-
},
|
|
206
203
|
"overrides": {
|
|
207
204
|
"cheerio": "^1.1.2",
|
|
208
205
|
"cross-spawn": "^7.0.6",
|
|
209
206
|
"css-select": "^6.0.0",
|
|
207
|
+
"diff": "8.0.3",
|
|
210
208
|
"got": "^14.6.6",
|
|
211
209
|
"http-cache-semantics": "^4.2.0",
|
|
212
210
|
"http-proxy-middleware": "^3.0.5",
|