mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-25 15:18:00 +00:00
2.9.6 (#675)
This commit is contained in:
+7
-10
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user