@nlabs/lex 1.53.5 → 1.53.7
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/eslint.config.mjs +4 -2
- package/package.json +5 -7
package/eslint.config.mjs
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
import
|
|
1
|
+
import {config, typescriptConfig} from 'eslint-config-styleguidejs';
|
|
2
|
+
|
|
3
|
+
export {config, typescriptConfig};
|
|
2
4
|
|
|
3
5
|
export default [
|
|
4
|
-
...
|
|
6
|
+
...typescriptConfig,
|
|
5
7
|
{
|
|
6
8
|
ignores: ['*.md'],
|
|
7
9
|
rules: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nlabs/lex",
|
|
3
|
-
"version": "1.53.
|
|
3
|
+
"version": "1.53.7",
|
|
4
4
|
"description": "Lex",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -116,18 +116,17 @@
|
|
|
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.14",
|
|
120
120
|
"execa": "9.6.1",
|
|
121
121
|
"expect": "^30.2.0",
|
|
122
122
|
"express": "^5.2.1",
|
|
123
|
-
"favicons-webpack-plugin": "^6.0.1",
|
|
124
123
|
"find-file-up": "^2.0.1",
|
|
125
124
|
"glob": "^13.0.0",
|
|
126
125
|
"global": "^4.4.0",
|
|
127
126
|
"graphql": "^16.12.0",
|
|
128
127
|
"graphql-tag": "^2.12.6",
|
|
129
128
|
"html-loader": "^5.1.0",
|
|
130
|
-
"html-webpack-plugin": "^5.6.
|
|
129
|
+
"html-webpack-plugin": "^5.6.6",
|
|
131
130
|
"https-browserify": "^1.0.0",
|
|
132
131
|
"image-webpack-loader": "^8.1.0",
|
|
133
132
|
"jest": "^30.2.0",
|
|
@@ -140,7 +139,7 @@
|
|
|
140
139
|
"lodash": "^4.17.21",
|
|
141
140
|
"luxon": "^3.7.2",
|
|
142
141
|
"math-expression-evaluator": "^2.0.7",
|
|
143
|
-
"mini-css-extract-plugin": "^2.
|
|
142
|
+
"mini-css-extract-plugin": "^2.10.0",
|
|
144
143
|
"npm-check-updates": "^19.3.1",
|
|
145
144
|
"openai": "^6.16.0",
|
|
146
145
|
"ora": "9.0.0",
|
|
@@ -195,7 +194,7 @@
|
|
|
195
194
|
"@types/express": "^5.0.6",
|
|
196
195
|
"@types/jest": "^30.0.0",
|
|
197
196
|
"@types/luxon": "^3.7.1",
|
|
198
|
-
"@types/node": "^25.0.
|
|
197
|
+
"@types/node": "^25.0.9",
|
|
199
198
|
"@types/ora": "^3.2.0",
|
|
200
199
|
"@types/react": "^19.2.8",
|
|
201
200
|
"@types/webpack": "^5.28.5"
|
|
@@ -209,7 +208,6 @@
|
|
|
209
208
|
"http-cache-semantics": "^4.2.0",
|
|
210
209
|
"http-proxy-middleware": "^3.0.5",
|
|
211
210
|
"lodash.pick": "^4.4.0",
|
|
212
|
-
"node-domexception": "^2.0.2",
|
|
213
211
|
"nth-check": "^2.1.1",
|
|
214
212
|
"postcss": "^8.5.6",
|
|
215
213
|
"qs": "^6.14.1",
|