* 2.11.3

* Fix lint

* Update polkadot-dev-run-test

* Adjust jest setupEnv
This commit is contained in:
Jaco
2023-02-19 15:38:09 +02:00
committed by GitHub
parent 4d2fe495ed
commit 864efca1e6
15 changed files with 576 additions and 530 deletions
+4 -4
View File
@@ -11,7 +11,7 @@
},
"sideEffects": false,
"type": "module",
"version": "2.11.2",
"version": "2.11.3",
"versions": {
"git": "2.11.2",
"npm": "2.11.2"
@@ -28,14 +28,14 @@
"example:vue": "yarn build && cd packages/example-vue && yarn polkadot-exec-webpack --config webpack.config.cjs",
"lint": "polkadot-dev-run-lint",
"postinstall": "polkadot-dev-yarn-only",
"test": "polkadot-dev-run-test --coverage --runInBand",
"test": "polkadot-dev-run-test --env jest -- --coverage --runInBand",
"test:one": "polkadot-dev-run-test"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/runtime": "^7.20.13",
"@polkadot/dev": "^0.68.28",
"@polkadot/x-bundle": "^10.4.1",
"@polkadot/dev": "^0.68.38",
"@polkadot/x-bundle": "^10.4.2",
"@types/jest": "^29.4.0",
"babel-loader": "^8.3.0",
"babel-plugin-transform-vue-template": "^0.4.2",