Skip to content
Snippets Groups Projects
Commit 07e76079 authored by Fabian Waszkiewicz's avatar Fabian Waszkiewicz
Browse files

Bump parcel and add all required polyfill dependencies

parent b4aa5789
No related branches found
No related tags found
1 merge request!294Bump parcel and add all required polyfill dependencies
Pipeline #118661 failed
......@@ -228,6 +228,9 @@ storage_root-node
/examples/ts/yarn.lock
/examples/ts/**/test-results
# Ignore lock files in examples
/examples/ts/**/pnpm-lock.yaml
# Ignore directory holding browser extention binaries to verify external signers (like Hive Keychain)
/examples/ts/signature-extension/__tests__/extensions
......
......@@ -8,19 +8,21 @@
"test:manual": "rm -rf ./.parcel-cache && parcel test/index.html"
},
"dependencies": {
"@hiveio/beekeeper": "1.27.10-stable.250305202831",
"@hiveio/wax": "file:../../../ts",
"@hiveio/wax-signers-keychain": "file:../../../ts/packages/signers-keychain",
"@hiveio/wax-signers-peakvault": "file:../../../ts/packages/signers-peakvault",
"@hiveio/beekeeper": "1.27.10-stable.250305202831"
"@hiveio/wax-signers-peakvault": "file:../../../ts/packages/signers-peakvault"
},
"devDependencies": {
"@parcel/config-default": "^2.13.3",
"@parcel/transformer-typescript-tsc": "^2.13.3",
"@parcel/config-default": "^2.14.2",
"@parcel/transformer-typescript-tsc": "^2.14.2",
"@playwright/test": "1.50.1",
"@types/node": "^22.13.9",
"buffer": "^5.5.0||^6.0.0",
"parcel": "^2.13.3",
"process": "^0.11.10"
"parcel": "^2.14.2",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"string_decoder": "^1.3.0"
},
"packageManager": "pnpm@10.0.0+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b"
}
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment