-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: implement custom snap UI with JSX (#655)
- Loading branch information
1 parent
7f9eb73
commit 1e8c6a9
Showing
14 changed files
with
5,723 additions
and
2,436 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@blockchain-lab-um/masca": minor | ||
--- | ||
|
||
Replace old UI with jsx UI |
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 |
---|---|---|
@@ -1 +1 @@ | ||
v20.13.1 | ||
v20.18.0 |
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 |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
"email": "[email protected]", | ||
"url": "https://blockchain-lab.um.si" | ||
}, | ||
"workspaces": ["packages/*", "apps/**/*", "libs/**/*"], | ||
|
||
"scripts": { | ||
"build": "pnpm nx run-many --target=build", | ||
"build:docker": "./scripts/build-docker.sh", | ||
|
@@ -61,13 +61,13 @@ | |
"ts-node": "^10.9.2", | ||
"typescript": "^5.4.5" | ||
}, | ||
"packageManager": "pnpm@9.1.1", | ||
"packageManager": "pnpm@9.12.2", | ||
"engines": { | ||
"node": ">=20.13.1" | ||
"node": ">=20.18.0" | ||
}, | ||
"volta": { | ||
"node": "20.13.1", | ||
"pnpm": "9.1.0" | ||
"node": "20.18.0", | ||
"pnpm": "9.12.2" | ||
}, | ||
"pnpm": { | ||
"patchedDependencies": { | ||
|
@@ -79,8 +79,8 @@ | |
"@changesets/[email protected]": "patches/@[email protected]", | ||
"[email protected]": "patches/[email protected]", | ||
"@iden3/[email protected]": "patches/@[email protected]", | ||
"@metamask/[email protected]": "patches/@[email protected].patch", | ||
"[email protected]": "patches/[email protected].patch" | ||
"[email protected]": "patches/[email protected].patch", | ||
"@metamask/snaps-sdk": "patches/@metamask__snaps-sdk.patch" | ||
}, | ||
"allowNonAppliedPatches": false | ||
} | ||
|
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.