@nlabs/lex 1.53.5 → 1.53.6

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 CHANGED
@@ -1,7 +1,9 @@
1
- import styleguideConfig from 'eslint-config-styleguidejs';
1
+ import {config, typescriptConfig} from 'eslint-config-styleguidejs';
2
+
3
+ export {config, typescriptConfig};
2
4
 
3
5
  export default [
4
- ...styleguideConfig,
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.5",
3
+ "version": "1.53.6",
4
4
  "description": "Lex",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -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.12",
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",
@@ -127,7 +127,7 @@
127
127
  "graphql": "^16.12.0",
128
128
  "graphql-tag": "^2.12.6",
129
129
  "html-loader": "^5.1.0",
130
- "html-webpack-plugin": "^5.6.5",
130
+ "html-webpack-plugin": "^5.6.6",
131
131
  "https-browserify": "^1.0.0",
132
132
  "image-webpack-loader": "^8.1.0",
133
133
  "jest": "^30.2.0",
@@ -140,7 +140,7 @@
140
140
  "lodash": "^4.17.21",
141
141
  "luxon": "^3.7.2",
142
142
  "math-expression-evaluator": "^2.0.7",
143
- "mini-css-extract-plugin": "^2.9.4",
143
+ "mini-css-extract-plugin": "^2.10.0",
144
144
  "npm-check-updates": "^19.3.1",
145
145
  "openai": "^6.16.0",
146
146
  "ora": "9.0.0",
@@ -195,7 +195,7 @@
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.8",
198
+ "@types/node": "^25.0.9",
199
199
  "@types/ora": "^3.2.0",
200
200
  "@types/react": "^19.2.8",
201
201
  "@types/webpack": "^5.28.5"