Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20
v22
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
},
"packageManager": "[email protected]",
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"lavamoat": {
"allowScripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-snap/src/cmds/init/initHandler.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ describe('initialize', () => {
};

await expect(initHandler({ ...getMockArgv() })).rejects.toThrow(
`Init Error: You are using an outdated version of Node (${process.version}). Please update to Node 18.16.0 or later.`,
`Init Error: You are using an outdated version of Node (${process.version}). Please update to Node 20.0.0 or later.`,
);
});

Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/bip32/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/bip44/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/client-status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/cronjobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/dialogs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/ethers-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"webpack": "^5.97.1"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/file-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/get-entropy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/get-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/home-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/images/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/interactive-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/invoke-snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/json-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/lifecycle-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/localization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/manage-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/name-lookup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/network-access/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/preferences/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/preinstalled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"yocto-spinner": "^0.1.0"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/rollup-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/send-flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"webpack-cli": "^5.1.4"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/snaps-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"typescript": "~5.3.3"
},
"engines": {
"node": "^18.16 || >=20"
"node": "^20 || >=22"
},
"publishConfig": {
"access": "public",
Expand Down
Loading
Loading