Skip to content

Commit

Permalink
Update to yarn v3 (jimmychu0807#203)
Browse files Browse the repository at this point in the history
Co-authored-by: Jimmy Chu <[email protected]>
  • Loading branch information
nuke-web3 and jimmychu0807 authored Oct 5, 2021
1 parent 4c7b909 commit 8f409d5
Show file tree
Hide file tree
Showing 6 changed files with 18,400 additions and 13,094 deletions.
7 changes: 7 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
arrowParens: 'avoid',
endOfLine: 'lf',
semi: false,
singleQuote: true,
trailingComma: 'es5',
}
363 changes: 363 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

631 changes: 631 additions & 0 deletions .yarn/releases/yarn-berry.cjs

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-berry.cjs
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@polkadot/ui-settings": "^0.85.4",
"@polkadot/util": "^7.4.1",
"@polkadot/util-crypto": "^7.4.1",
"eslint-config-react-app": "^6.0.0",
"prop-types": "^15.7.2",
"query-string": "^6.13.5",
"react": "^17.0.2",
Expand Down Expand Up @@ -58,8 +59,8 @@
]
},
"engines": {
"node": ">=12",
"npm": ">=6"
"node": ">=14",
"npm": ">=7"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 8f409d5

Please sign in to comment.