This commit is contained in:
Jaco
2022-08-21 08:00:39 +02:00
committed by GitHub
parent fda1826308
commit 4d73b5e9c2
13 changed files with 1168 additions and 843 deletions
+7 -10
View File
@@ -11,7 +11,7 @@
},
"sideEffects": false,
"type": "module",
"version": "2.9.5",
"version": "2.9.6",
"versions": {
"git": "2.9.5",
"npm": "2.9.5"
@@ -24,8 +24,8 @@
"build:release": "polkadot-ci-ghact-build",
"build:rollup": "polkadot-exec-rollup --config",
"clean": "polkadot-dev-clean-build",
"example:react": "yarn build && cd packages/example-react && webpack --config webpack.config.cjs",
"example:vue": "yarn build && cd packages/example-vue && webpack --config webpack.config.cjs",
"example:react": "yarn build && cd packages/example-react && yarn polkadot-exec-webpack --config webpack.config.cjs",
"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",
@@ -34,9 +34,9 @@
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/runtime": "^7.18.9",
"@polkadot/dev": "^0.67.94",
"@polkadot/x-bundle": "^10.1.4",
"@types/jest": "^28.1.6",
"@polkadot/dev": "^0.67.113",
"@polkadot/x-bundle": "^10.1.5",
"@types/jest": "^28.1.7",
"babel-loader": "^8.2.5",
"babel-plugin-transform-vue-template": "^0.4.2",
"empty": "^0.10.1",
@@ -46,10 +46,7 @@
"react-is": "^18.2.0",
"react-native": "^0.69.4",
"stream-browserify": "^3.0.0",
"vue-template-compiler": "^2.7.8",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-serve": "^4.0.0"
"vue-template-compiler": "^2.7.9"
},
"resolutions": {
"typescript": "^4.7.4"