Skip to content

Commit

Permalink
chore: upgrade to yarn latest (v4) to support 'yarn dlx' in order to …
Browse files Browse the repository at this point in the history
…use next-codemod
  • Loading branch information
robp committed Nov 7, 2024
1 parent ae2411d commit b1af618
Show file tree
Hide file tree
Showing 4 changed files with 19,605 additions and 14,072 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
/.pnp
.pnp.js

# yarn v2+ files (not using zero-installs)
# @see https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# testing
/coverage

Expand Down
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,5 @@
"jackspeak": "2.1.1",
"@storybook/manager-webpack5/html-webpack-plugin": "^5.0.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
"packageManager": "yarn@4.5.1"
}
Loading

0 comments on commit b1af618

Please sign in to comment.