chore: migrate Regex Tools to LocalToolBox

This commit is contained in:
2026-07-27 15:55:58 +02:00
parent d2e9b3b569
commit d40af2e112
27 changed files with 201 additions and 87 deletions

View File

@@ -1,16 +1,16 @@
{
"name": "regex-tools",
"version": "0.4.1",
"version": "0.4.2",
"description": "Develop, explain, test and apply regular expressions locally in the browser.",
"license": "GPL-3.0-or-later",
"author": "Albrecht Degering",
"repository": {
"type": "git",
"url": "git+https://git.add-ideas.de/zemion/regex-tools.git"
"url": "git+https://git.add-ideas.de/lotobo/regex-tools.git"
},
"homepage": "https://git.add-ideas.de/zemion/regex-tools",
"homepage": "https://git.add-ideas.de/lotobo/regex-tools",
"bugs": {
"url": "https://git.add-ideas.de/zemion/regex-tools/issues"
"url": "https://git.add-ideas.de/lotobo/regex-tools/issues"
},
"private": true,
"type": "module",
@@ -72,8 +72,8 @@
"release:artifact": "npm run check && npm run test:browser && npm run package:release"
},
"dependencies": {
"@add-ideas/toolbox-contract": "0.2.2",
"@add-ideas/toolbox-shell-react": "0.2.2",
"@add-ideas/toolbox-contract": "0.2.3",
"@add-ideas/toolbox-shell-react": "0.2.3",
"@codemirror/commands": "6.10.4",
"@codemirror/language": "6.12.4",
"@codemirror/search": "6.7.1",
@@ -86,7 +86,7 @@
"react-dom": "19.2.7"
},
"devDependencies": {
"@add-ideas/toolbox-testkit": "0.2.2",
"@add-ideas/toolbox-testkit": "0.2.3",
"@bjorn3/browser_wasi_shim": "0.4.2",
"@eslint/js": "10.0.1",
"@php-wasm/universal": "3.1.46",