Skip to content

Commit 478f83f

Browse files
committed
fix(Case Converter): option for a cleaning regex before casing
Cleaning regex before casing And update change-case npm Fix CorentinTh#1446
1 parent d80207b commit 478f83f

3 files changed

Lines changed: 520 additions & 446 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"bcryptjs": "^2.4.3",
8080
"big.js": "^6.2.2",
8181
"bwip-js": "^4.5.1",
82-
"change-case": "^4.1.2",
82+
"change-case": "^5.4.4",
8383
"chatgpt-prompt-splitter": "^1.0.5",
8484
"chinesegen": "^0.3.3",
8585
"cidr-tools": "^11.0.2",
@@ -313,7 +313,7 @@
313313
"eslint": "^8.47.0",
314314
"hygen": "^6.2.11",
315315
"jsdom": "^22.0.0",
316-
"less": "^4.1.3",
316+
"less": "^4.2.2",
317317
"prettier": "^3.0.0",
318318
"typescript": "~5.2.2",
319319
"unocss": "^0.57.1",

0 commit comments

Comments
 (0)