Skip to content

Commit

Permalink
build(yarn): upgrade Yarn
Browse files Browse the repository at this point in the history
switch to Yarn 2.x Berry
  • Loading branch information
NiccoMlt committed Feb 17, 2020
1 parent b5ddbce commit 2f61e05
Show file tree
Hide file tree
Showing 5 changed files with 16,279 additions and 12,095 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,17 @@ typings/
# Output of 'npm pack'
*.tgz

# Yarn: https://next.yarnpkg.com/advanced/qa#which-files-should-be-gitignored
!.yarn/plugins
!.yarn/releases
!.yarn/versions
## If you're using Zero-Installs:
.yarn/unplugged
.yarn/build-state.yml
## Also, if you're *not* using Zero-Installs:
.yarn/cache
.pnp.*

# Yarn Integrity file
.yarn-integrity

Expand Down
58 changes: 58 additions & 0 deletions .yarn/releases/yarn-berry.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yarnPath: ".yarn/releases/yarn-berry.js"
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
"@reduxjs/toolkit": "1.2.5",
"axios": "0.19.2",
"clsx": "1.1.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2",
"jest-enzyme": "7.1.2",
"konva": "4.1.5",
"monaco-editor": "0.19.3",
"prop-types": "15.7.2",
Expand Down Expand Up @@ -61,6 +58,8 @@
"codecov": "3.6.5",
"commitizen": "4.0.3",
"cz-conventional-changelog": "3.1.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2",
"eslint": "6.8.0",
"eslint-config-airbnb-typescript": "7.0.0",
"eslint-config-react-app": "5.2.0",
Expand All @@ -71,6 +70,7 @@
"eslint-plugin-react-hooks": "1.7.0",
"eslint-plugin-tsdoc": "0.2.1",
"jest": "24.9.0",
"jest-enzyme": "7.1.2",
"jest-junit": "10.0.0",
"now": "17.0.3",
"react-test-renderer": "16.12.0",
Expand Down
Loading

0 comments on commit 2f61e05

Please sign in to comment.