* Bump deps

* map.json

* Rebump

* Adjust locations
This commit is contained in:
Jaco
2022-07-08 06:44:58 +02:00
committed by GitHub
parent 5909b52872
commit fa7477ddaf
6 changed files with 69 additions and 106 deletions
+2 -4
View File
@@ -21,9 +21,7 @@
"build:release:ipfs": "node scripts/ipfsUpload.mjs",
"build:rollup": "polkadot-exec-rollup --config",
"clean": "polkadot-dev-clean-build",
"deno": "yarn build && yarn deno:setup && yarn deno:check",
"deno:check": "deno check --import-map=deno/import_map.json deno/check.ts",
"deno:setup": "deno run --import-map=deno/import_map.json --allow-read --allow-write deno/setup.ts",
"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 --runInBand --detectOpenHandles packages/phishing/src/addrcheck",
"phishing:crosscheck": "polkadot-dev-run-test --runInBand --detectOpenHandles packages/phishing/src/crosscheck",
@@ -36,7 +34,7 @@
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@polkadot/dev": "^0.67.50",
"@polkadot/dev": "^0.67.63",
"@types/jest": "^28.1.4"
},
"resolutions": {