forked from MetaMask/template-snap-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump
@metamask/snaps-*
packages (MetaMask#63)
Co-authored-by: Frederik Bolding <[email protected]>
- Loading branch information
1 parent
d17198f
commit 3c974e5
Showing
8 changed files
with
1,115 additions
and
803 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 |
---|---|---|
@@ -1 +1 @@ | ||
v16 | ||
v18.6 |
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 |
---|---|---|
|
@@ -46,6 +46,6 @@ | |
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": ">=16.0.0" | ||
"node": ">=18.6.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
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,14 +1,13 @@ | ||
{ | ||
"name": "snap", | ||
"version": "0.1.0", | ||
"private": true, | ||
"description": "The 'Hello, world!' of MetaMask Snaps, now written in TypeScript.", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/MetaMask/template-snap-monorepo.git" | ||
}, | ||
"license": "(MIT-0 OR Apache-2.0)", | ||
"main": "src/index.ts", | ||
"main": "./dist/bundle.js", | ||
"files": [ | ||
"dist/", | ||
"images/", | ||
|
@@ -27,8 +26,8 @@ | |
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"@metamask/snaps-types": "^0.32.2", | ||
"@metamask/snaps-ui": "^0.32.2", | ||
"@metamask/snaps-types": "^2.0.0", | ||
"@metamask/snaps-ui": "^2.0.0", | ||
"buffer": "^6.0.3" | ||
}, | ||
"devDependencies": { | ||
|
@@ -39,8 +38,8 @@ | |
"@metamask/eslint-config-jest": "^10.0.0", | ||
"@metamask/eslint-config-nodejs": "^10.0.0", | ||
"@metamask/eslint-config-typescript": "^10.0.0", | ||
"@metamask/snaps-cli": "^0.38.2-flask.1", | ||
"@metamask/snaps-jest": "^0.37.3-flask.1", | ||
"@metamask/snaps-cli": "^2.0.1", | ||
"@metamask/snaps-jest": "^1.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.33.0", | ||
"@typescript-eslint/parser": "^5.33.0", | ||
"eslint": "^8.21.0", | ||
|
@@ -60,7 +59,7 @@ | |
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": ">=16.0.0" | ||
"node": ">=18.6.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
|
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.