From 371262d056316afc62ceda3df936652886160a8b Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Wed, 1 Apr 2020 13:18:28 +0200 Subject: [PATCH] Bump dev, apply JSX rules (#301) --- .github/workflows/push-master.yml | 2 +- package.json | 2 +- packages/example-react/src/index.tsx | 36 +- packages/exampleReactNative/App.tsx | 12 +- packages/exampleReactNative/package.json | 6 +- packages/react-identicon/package.json | 6 +- .../react-identicon/src/icons/Jdenticon.tsx | 6 +- .../react-identicon/src/icons/Polkadot.tsx | 10 +- packages/react-qr/src/DisplayAddress.tsx | 2 +- packages/react-qr/src/NetworkSpecs.tsx | 2 +- packages/reactnative-identicon/package.json | 2 +- .../reactnative-identicon/src/icons/Empty.tsx | 2 +- .../src/icons/Polkadot.tsx | 8 +- packages/ui-keyring/package.json | 6 +- packages/ui-settings/package.json | 2 +- packages/ui-shared/package.json | 4 +- packages/vue-identicon/package.json | 2 +- yarn.lock | 512 ++++++++++-------- 18 files changed, 344 insertions(+), 278 deletions(-) diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index c43b2a3e..cb2acc1e 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -10,7 +10,7 @@ jobs: matrix: step: ['build:release', 'docs:release'] name: ${{ matrix.step }} - if: "! contains(github.event.head_commit.message, '[CI Skip]')" + if: "! contains(github.event.head_commit.message, '[CI Skip]') && github.repository == 'polkadot-js/ui'" runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 diff --git a/package.json b/package.json index 444a1360..843748b1 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "devDependencies": { "@babel/core": "^7.9.0", "@babel/runtime": "^7.9.2", - "@polkadot/dev": "^0.51.9", + "@polkadot/dev": "^0.52.1", "@polkadot/ts": "^0.3.14", "@types/jest": "^25.1.4", "babel-plugin-transform-vue-template": "^0.4.2", diff --git a/packages/example-react/src/index.tsx b/packages/example-react/src/index.tsx index e7bc47e1..815a381d 100644 --- a/packages/example-react/src/index.tsx +++ b/packages/example-react/src/index.tsx @@ -58,13 +58,29 @@ function App ({ className }: Props): React.ReactElement | null {
-