mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 09:08:02 +00:00
Bump deps (#3029)
This commit is contained in:
+5
-5
@@ -28,18 +28,18 @@
|
||||
"clean": "polkadot-dev-clean-build",
|
||||
"deno": "yarn polkadot-dev-deno-map && yarn build && deno check --import-map=import_map.json mod.ts",
|
||||
"lint": "polkadot-dev-run-lint",
|
||||
"phishing:addrcheck": "polkadot-dev-run-test --env jest addrcheck -- --runInBand --detectOpenHandles",
|
||||
"phishing:crosscheck": "polkadot-dev-run-test --env jest crosscheck -- --runInBand --detectOpenHandles",
|
||||
"phishing:addrcheck": "polkadot-dev-run-test --env node addrcheck",
|
||||
"phishing:crosscheck": "polkadot-dev-run-test --env node crosscheck",
|
||||
"postinstall": "polkadot-dev-yarn-only",
|
||||
"test": "polkadot-dev-run-test --env jest ^addrcheck ^crosscheck -- --coverage"
|
||||
"test": "polkadot-dev-run-test --env node ^addrcheck ^crosscheck"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pinata/sdk": "^1.2.1",
|
||||
"dnslink-cloudflare": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.12",
|
||||
"@polkadot/dev": "^0.68.38",
|
||||
"@babel/core": "^7.21.0",
|
||||
"@polkadot/dev": "^0.69.5",
|
||||
"@types/jest": "^29.4.0",
|
||||
"mkdirp": "^2.1.3",
|
||||
"rimraf": "^4.1.2"
|
||||
|
||||
Reference in New Issue
Block a user