-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2ca4d76
commit 6a0c48f
Showing
80 changed files
with
1,311 additions
and
1,276 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,14 +11,14 @@ approvedList.set('webpack', [ | |
'Jack-Works/webpack#528c91e564d5756e21c9c462b607d913452af770', | ||
]) | ||
|
||
approvedList.set('@types/react', ['npm:types-react@beta']) | ||
approvedList.set('@types/react-dom', ['npm:types-react-dom@beta']) | ||
|
||
// glob -> jackspeak -> @isaacs/cliui -> ... | ||
approvedList.set('string-width-cjs', 'npm:string-width@^4.2.0') | ||
approvedList.set('strip-ansi-cjs', 'npm:strip-ansi@^6.0.1') | ||
approvedList.set('wrap-ansi-cjs', ['npm:wrap-ansi@^6.0.1', 'npm:wrap-ansi@^7.0.0']) | ||
|
||
// knip -> @pnpm/* -> ... | ||
approvedList.set('ramda', 'npm:@pnpm/[email protected]') | ||
|
||
// @magic-works/i18n-codegen -> i18next-translation-parser | ||
// https://github.com/i18next/i18next-translation-parser/issues/11 | ||
approvedList.set('html-parse-stringify2', [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,14 +42,14 @@ | |
"@mui/system": "5.15.12", | ||
"@tanstack/react-query": "^5.29.2", | ||
"@types/masknet__global-types": "workspace:^", | ||
"@types/react": "18.2.48", | ||
"@types/react-dom": "^18.2.18", | ||
"@types/react": "npm:types-react@beta", | ||
"@types/react-dom": "npm:types-react-dom@beta", | ||
"@typescript/lib-dom": "npm:@types/web@^0.0.143", | ||
"i18next": "^23.2.11", | ||
"knip": "^5.11.0", | ||
"lodash-es": "^4.17.21", | ||
"react": "0.0.0-experimental-8039e6d0b-20231026", | ||
"react-dom": "0.0.0-experimental-8039e6d0b-20231026", | ||
"react": "0.0.0-experimental-26f2496093-20240514", | ||
"react-dom": "0.0.0-experimental-26f2496093-20240514", | ||
"react-i18next": "^13.0.2", | ||
"ses": "1.5.0", | ||
"ts-results-es": "^4.0.0" | ||
|
@@ -58,7 +58,7 @@ | |
"@changesets/cli": "^2.26.2", | ||
"@commitlint/cli": "^17.7.1", | ||
"@commitlint/config-conventional": "^17.7.0", | ||
"@magic-works/i18n-codegen": "^0.5.0", | ||
"@magic-works/i18n-codegen": "^0.6.0", | ||
"@masknet/cli": "workspace:^", | ||
"@masknet/config": "workspace:^", | ||
"@masknet/eslint-plugin": "^0.2.0", | ||
|
@@ -92,10 +92,13 @@ | |
"pnpm": { | ||
"overrides": { | ||
"@lifi/widget": "^2.10.1", | ||
"@lifi/wallet-management": "2.6.0", | ||
"@protobufjs/inquire": "1.1.0", | ||
"@splinetool/runtime": "0.9.342", | ||
"@tanstack/react-query": "^5.29.2", | ||
"@types/node": "20.12.7", | ||
"@types/react": "$@types/react", | ||
"@types/react-dom": "$@types/react-dom", | ||
"i18next-translation-parser>html-parse-stringify2": "github:locize/html-parse-stringify2#d463109433b2c49c74a081044f54b2a6a1ccad7c", | ||
"react": "$react", | ||
"react-dom": "$react-dom", | ||
|
@@ -104,9 +107,12 @@ | |
}, | ||
"override reason": { | ||
"@lifi/widget": "Patching this", | ||
"@lifi/wallet-management": "Patching this", | ||
"@protobufjs/inquire": "Patching this", | ||
"@splinetool/runtime": "Patching this", | ||
"@types/node": "Singleton package", | ||
"@types/react": "Singleton package", | ||
"@types/react-dom": "Singleton package", | ||
"react": "Singleton package", | ||
"react-dom": "Singleton package", | ||
"i18next-translation-parser": "see https://github.com/i18next/i18next-translation-parser/issues/11 manually pin the commit", | ||
|
@@ -116,13 +122,16 @@ | |
"onlyBuiltDependencies": [], | ||
"peerDependencyRules": { | ||
"ignoreMissing": [], | ||
"allowAny": ["webpack"], | ||
"allowAny": [ | ||
"webpack", | ||
"react", | ||
"react-dom", | ||
"@types/react" | ||
], | ||
"allowedVersions": {} | ||
}, | ||
"patchedDependencies": { | ||
"@ceramicnetwork/[email protected]": "patches/@[email protected]", | ||
"[email protected]": "patches/[email protected]", | ||
"[email protected]": "patches/[email protected]", | ||
"@types/[email protected]": "patches/@[email protected]", | ||
"[email protected]": "patches/[email protected]", | ||
"@project-serum/[email protected]": "patches/@[email protected]", | ||
|
@@ -136,14 +145,14 @@ | |
"@protobufjs/[email protected]": "patches/@[email protected]", | ||
"@splinetool/[email protected]": "patches/@[email protected]", | ||
"[email protected]": "patches/[email protected]", | ||
"[email protected]": "patches/[email protected]", | ||
"[email protected]": "patches/[email protected]", | ||
"@mui/[email protected]": "patches/@[email protected]", | ||
"@lifi/[email protected]": "patches/@[email protected]", | ||
"@mui/[email protected]": "patches/@[email protected]", | ||
"@lifi/[email protected]": "patches/@[email protected]", | ||
"[email protected]": "patches/[email protected]", | ||
"[email protected]": "patches/[email protected]" | ||
"[email protected]": "patches/[email protected]", | ||
"[email protected]": "patches/[email protected]" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/mask/content-script/components/InjectedComponents/PostDialogHint.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/mask/dashboard/components/RegisterFrame/ColumnContentLayout.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.