Compare commits

..
4 Commits
Author SHA1 Message Date
Chris Troutner 313df177e9 Merge pull request #80 from Permissionless-Software-Foundation/ct-unstable
Dependency Overrides
2025-11-20 05:48:03 -08:00
Chris Troutner 2c34ea5c2e fixing merge conflicts 2025-11-20 05:29:59 -08:00
Chris Troutner e9e9982de0 Updated package-lock 2025-11-19 19:10:26 -08:00
Chris Troutner 5a3010ffce fix(deps): Fixing dependency conflicts 2025-11-19 19:05:04 -08:00
2 changed files with 1664 additions and 6440 deletions
+1652 -6439
View File
File diff suppressed because it is too large Load Diff
+12 -1
View File
@@ -40,7 +40,8 @@
"eject": "react-app-rewired eject",
"lint": "standard --env mocha --fix",
"pub": "node deploy/publish-main.js",
"pub:ghp": "./deploy/publish-gh-pages.sh"
"pub:ghp": "./deploy/publish-gh-pages.sh",
"postinstall": "rm -rf node_modules/fork-ts-checker-webpack-plugin/node_modules 2>/dev/null || true && (cd node_modules/@eslint/eslintrc && npm install ajv@^6.12.6 --no-save 2>/dev/null || true) && (cd node_modules/eslint && npm install ajv@^6.12.6 --no-save 2>/dev/null || true)"
},
"eslintConfig": {
"extends": "react-app"
@@ -66,6 +67,16 @@
"standard": "17.0.0",
"web3.storage": "4.3.0"
},
"overrides": {
"ajv": "^8.17.1",
"ajv-keywords": "^5.1.0",
"ajv-formats": "^2.1.1",
"babel-loader": {
"schema-utils": "^2.7.1",
"ajv-keywords": "^3.5.2",
"ajv": "^6.12.6"
}
},
"release": {
"publish": [
{