chore: migrate Regex Tools to LocalToolBox
This commit is contained in:
14
package.json
14
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user