mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 02:08:03 +00:00
Swap to yarn 2 (#287)
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
||||
${{ runner.os }}-yarn-
|
||||
- name: lint
|
||||
run: |
|
||||
yarn install --frozen-lockfile
|
||||
yarn install | grep -v 'YN0013'
|
||||
yarn lint
|
||||
|
||||
test:
|
||||
@@ -53,7 +53,7 @@ jobs:
|
||||
${{ runner.os }}-yarn-
|
||||
- name: test
|
||||
run: |
|
||||
yarn install --frozen-lockfile
|
||||
yarn install | grep -v 'YN0013'
|
||||
yarn test
|
||||
|
||||
build_code:
|
||||
@@ -80,7 +80,7 @@ jobs:
|
||||
${{ runner.os }}-yarn-
|
||||
- name: build
|
||||
run: |
|
||||
yarn install --frozen-lockfile
|
||||
yarn install | grep -v 'YN0013'
|
||||
yarn build
|
||||
|
||||
build_docs:
|
||||
@@ -107,5 +107,5 @@ jobs:
|
||||
${{ runner.os }}-yarn-
|
||||
- name: build
|
||||
run: |
|
||||
yarn install --frozen-lockfile
|
||||
yarn install | grep -v 'YN0013'
|
||||
yarn docs
|
||||
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
run: |
|
||||
yarn install --frozen-lockfile
|
||||
yarn install | grep -v 'YN0013'
|
||||
yarn polkadot-ci-ghact-build
|
||||
|
||||
build_docs:
|
||||
@@ -71,7 +71,7 @@ jobs:
|
||||
GH_PAGES_SRC: build-docs
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
yarn install --frozen-lockfile
|
||||
yarn install | grep -v 'YN0013'
|
||||
yarn polkadot-ci-ghact-docs
|
||||
|
||||
dummy:
|
||||
|
||||
@@ -9,6 +9,10 @@ tmp/
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
.npmrc
|
||||
.yarn/*
|
||||
!.yarn/releases
|
||||
!.yarn/plugins
|
||||
.pnp.*
|
||||
cc-test-reporter
|
||||
package-lock.json
|
||||
npm-debug.log*
|
||||
|
||||
+36640
File diff suppressed because one or more lines are too long
+34806
File diff suppressed because one or more lines are too long
+58
File diff suppressed because one or more lines are too long
+12
@@ -0,0 +1,12 @@
|
||||
enableImmutableInstalls: false
|
||||
enableProgressBars: false
|
||||
|
||||
nodeLinker: node-modules
|
||||
|
||||
plugins:
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-version.js
|
||||
spec: "@yarnpkg/plugin-version"
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.js
|
||||
spec: "@yarnpkg/plugin-interactive-tools"
|
||||
|
||||
yarnPath: .yarn/releases/yarn-berry.js
|
||||
@@ -1,7 +1,11 @@
|
||||
# 0.52.0-beta.x
|
||||
|
||||
- **Breaking change** (TypeScript only) The `*.d.ts` files now contain TypeScript 3.8 features, `#private`, which is not usable in older versions
|
||||
- Remove internal ui-keyring ss58Format mapping, rather set it directly on internal keyring
|
||||
- Add logo for Centrifuge to ui-assets
|
||||
- Bump to `@polkadot/api` 1.4.1
|
||||
- Bump to `@polkadot/util` 2.5.1
|
||||
- Convert `private <field>` to `#<field>`
|
||||
|
||||
# 0.51.1 Feb 18, 2020
|
||||
|
||||
|
||||
+2
-2
@@ -31,8 +31,8 @@
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.8.4",
|
||||
"@babel/runtime": "^7.8.4",
|
||||
"@polkadot/dev": "^0.41.3",
|
||||
"@polkadot/ts": "^0.2.3",
|
||||
"@polkadot/dev": "^0.50.9",
|
||||
"@polkadot/ts": "^0.3.1",
|
||||
"babel-plugin-transform-vue-template": "^0.4.2",
|
||||
"empty": "^0.10.1",
|
||||
"react": "^16.12.0",
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^2.5.1",
|
||||
"@polkadot/types": "^1.4.0-beta.30",
|
||||
"@polkadot/types": "^1.5.0-beta.12",
|
||||
"@polkadot/util": "^2.5.1",
|
||||
"@types/ledgerhq__hw-transport-node-hid": "^4.21.1",
|
||||
"@types/ledgerhq__hw-transport-u2f": "^4.21.1",
|
||||
|
||||
Reference in New Issue
Block a user