Skip to content

Commit

Permalink
Upgrade yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-markl committed Mar 24, 2022
1 parent 92eb248 commit 0994b06
Show file tree
Hide file tree
Showing 5 changed files with 788 additions and 772 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
!.yarn/sdks
!.yarn/versions


# Created by .ignore support plugin (hsz.mobi)
### Project specific stuff
index.js
Expand Down
768 changes: 0 additions & 768 deletions .yarn/releases/yarn-3.1.0.cjs

This file was deleted.

785 changes: 785 additions & 0 deletions .yarn/releases/yarn-3.2.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.1.0.cjs
yarnPath: .yarn/releases/yarn-3.2.0.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@integreat-app/react-sticky-headroom",
"version": "1.2.1",
"version": "1.2.2",
"engines": {
"node": ">=6.9",
"npm": ">=3.8"
Expand Down Expand Up @@ -109,5 +109,5 @@
"stylelint-processor-styled-components": "^1.10.0",
"webpack": "^5.70.0"
},
"packageManager": "yarn@3.1.0"
"packageManager": "yarn@3.2.0"
}

0 comments on commit 0994b06

Please sign in to comment.