@gmb/bitmark-parser-generator 5.26.0 → 5.28.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gmb/bitmark-parser-generator",
3
- "version": "5.26.0",
3
+ "version": "5.28.0",
4
4
  "description": "A bitmark parser and generator using Peggy.js",
5
5
  "author": "Get More Brain Ltd",
6
6
  "license": "ISC",
@@ -152,38 +152,38 @@
152
152
  "dependencies": {
153
153
  "@ncoderz/superenum": "^1.0.0",
154
154
  "@types/fs-extra": "^11.0.4",
155
- "commander": "^14.0.3",
156
- "fs-extra": "^11.3.4"
155
+ "commander": "^15.0.0",
156
+ "fs-extra": "^11.3.5"
157
157
  },
158
158
  "devDependencies": {
159
159
  "@eslint/js": "^10.0.1",
160
- "@eslint/json": "^1.2.0",
161
- "@eslint/markdown": "^8.0.1",
162
- "@swc/core": "^1.15.30",
160
+ "@eslint/json": "^2.0.0",
161
+ "@eslint/markdown": "^8.0.2",
162
+ "@swc/core": "^1.15.43",
163
163
  "@types/ungap__structured-clone": "^1.2.0",
164
164
  "@types/webpack-bundle-analyzer": "^4.7.0",
165
- "@typescript-eslint/eslint-plugin": "^8.58.2",
166
- "@typescript-eslint/parser": "^8.58.2",
165
+ "@typescript-eslint/eslint-plugin": "^8.62.0",
166
+ "@typescript-eslint/parser": "^8.62.0",
167
167
  "diff": "^9.0.0",
168
- "eslint": "^10.2.1",
169
- "eslint-plugin-prettier": "^5.5.5",
168
+ "eslint": "^10.6.0",
169
+ "eslint-plugin-prettier": "^5.5.6",
170
170
  "eslint-plugin-simple-import-sort": "^13.0.0",
171
171
  "execa": "^9.6.1",
172
- "jsdom": "^29.0.2",
172
+ "jsdom": "^29.1.1",
173
173
  "node-polyfill-webpack-plugin": "^4.1.0",
174
174
  "os-browserify": "^0.3.0",
175
175
  "peggy": "^5.1.0",
176
- "prettier": "^3.8.3",
177
- "terser-webpack-plugin": "^5.4.0",
176
+ "prettier": "^3.9.1",
177
+ "terser-webpack-plugin": "^5.6.1",
178
178
  "tsup": "^8.5.1",
179
- "tsx": "^4.21.0",
179
+ "tsx": "^4.22.4",
180
180
  "typedoc": "^0.28.19",
181
- "typedoc-plugin-markdown": "^4.11.0",
181
+ "typedoc-plugin-markdown": "^4.12.0",
182
182
  "typescript": "^6.0.3",
183
- "typescript-eslint": "^8.58.2",
184
- "vitest": "^4.1.4",
185
- "webpack": "^5.106.2",
183
+ "typescript-eslint": "^8.62.0",
184
+ "vitest": "^4.1.9",
185
+ "webpack": "^5.108.1",
186
186
  "webpack-bundle-analyzer": "^5.3.0",
187
- "webpack-cli": "^7.0.2"
187
+ "webpack-cli": "^7.1.0"
188
188
  }
189
189
  }