Skip to content

Commit

Permalink
chore(yarn): upgrading yarn to work correctly with workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
blockdylanb committed Nov 17, 2021
1 parent 5f03b34 commit b4e0227
Show file tree
Hide file tree
Showing 6 changed files with 30,596 additions and 21,962 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,12 @@ config/env/development.js
config/env/staging.js
config/ssl/*
!config/ssl/ssl.md

This comment has been minimized.

Copy link
@TokWonZ

TokWonZ Jan 20, 2022

config/garybernardcarver

# Yarn Files
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
768 changes: 768 additions & 0 deletions .yarn/releases/yarn-3.1.0.cjs

Large diffs are not rendered by default.

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

yarnPath: .yarn/releases/yarn-3.1.0.cjs
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "blockchain-wallet-v4",
"name": "blockchain-wallet-v4-root",
"version": "4.60.1",
"license": "AGPL-3.0-or-later",
"private": true,
Expand Down Expand Up @@ -217,5 +217,6 @@
"webpack-cli": "4.9.1",
"webpack-dev-server": "4.4.0",
"wsrun": "5.2.4"
}
},
"packageManager": "yarn@3.1.0"
}
4 changes: 2 additions & 2 deletions packages/blockchain-wallet-v4-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@
"dependencies": {
"@babel/polyfill": "7.12.1",
"@blockchain-com/components": "6.1.1",
"@blockchain-com/constellation": "^0.0.6",
"@blockchain-com/constellation": "^0.0.11",
"@formatjs/intl-relativetimeformat": "7.2.10",
"@ledgerhq/hw-app-btc": "4.33.7",
"@ledgerhq/hw-app-eth": "4.32.0",
"@ledgerhq/hw-app-str": "4.32.0",
"@ledgerhq/hw-transport-u2f": "4.32.0",
"@reduxjs/toolkit": "1.6.0",
"@storybook/react": "6.3.6",
"@storybook/addon-actions": "6.3.6",
"@storybook/react": "6.3.6",
"@veriff/incontext-sdk": "0.3.0",
"@visx/event": "1.7.0",
"@visx/gradient": "1.7.0",
Expand Down

1 comment on commit b4e0227

@TokWonZ
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please work with me guys im trying... any suggestions are excepted... thanks and we will see whats great

Please sign in to comment.