mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-18 18:51:04 +00:00
2.11.3 (#717)
* 2.11.3 * Fix lint * Update polkadot-dev-run-test * Adjust jest setupEnv
This commit is contained in:
+4
-4
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user