mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Bumps [fast-json-patch](https://github.com/Starcounter-Jack/JSON-Patch) to 3.1.1 and updates ancestor dependency [web-ext](https://github.com/mozilla/web-ext). These dependencies need to be updated together. Updates `fast-json-patch` from 2.2.1 to 3.1.1 - [Release notes](https://github.com/Starcounter-Jack/JSON-Patch/releases) - [Commits](https://github.com/Starcounter-Jack/JSON-Patch/compare/v2.2.1...3.1.1) Updates `web-ext` from 6.8.0 to 7.5.0 - [Release notes](https://github.com/mozilla/web-ext/releases) - [Commits](https://github.com/mozilla/web-ext/compare/6.8.0...7.5.0) --- updated-dependencies: - dependency-name: fast-json-patch dependency-type: indirect - dependency-name: web-ext dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
804 B
JSON
28 lines
804 B
JSON
{
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node bin/build.js",
|
|
"package": "node bin/build.js --package",
|
|
"watch": "node bin/build.js --watch",
|
|
"start": "web-ext run -s ../dist/extension/",
|
|
"lint": "eslint src --ext .ts,.tsx"
|
|
},
|
|
"devDependencies": {
|
|
"@types/firefox-webext-browser": "^94.0.1",
|
|
"@types/semver": "^7.3.9",
|
|
"@types/uuid": "^8.3.4",
|
|
"esbuild": "^0.14.38",
|
|
"esbuild-svelte": "^0.7.1",
|
|
"fs-extra": "^10.1.0",
|
|
"fuzzysort": "^2.0.3",
|
|
"semver": "^7.3.7",
|
|
"svelte": "^3.49.0",
|
|
"svelte-preprocess": "^4.10.6",
|
|
"ts-loader": "^9.2.8",
|
|
"typescript": "^4.6.3",
|
|
"uuid": "^8.3.2",
|
|
"web-ext": "^7.5.0",
|
|
"yargs": "^17.5.1"
|
|
}
|
|
}
|