Skip to content

Commit

Permalink
chore: bump yarn to berry
Browse files Browse the repository at this point in the history
  • Loading branch information
ilharp committed May 12, 2024
1 parent b086012 commit 2d77845
Show file tree
Hide file tree
Showing 4 changed files with 13,521 additions and 9,660 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
*.jpg -text
*.png -text
*.bmp -text

/.yarn/releases/** binary
/.yarn/plugins/** binary
56 changes: 56 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,62 @@ sw.*
# typescript
*.tsbuildinfo

# Optional stylelint cache
.stylelintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# parcel-bundler cache (https://parceljs.org/)
.parcel-cache

# Next.js build output
.next
out

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public

# vuepress v2.x temp and cache directory
.temp

# Docusaurus cache and generated files
.docusaurus

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port

# Stores VSCode versions used for testing VSCode extensions
.vscode-test

# yarn v2
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Prerequisites
*.d

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "koi-workspace",
"private": true,
"version": "0.1.0",
"packageManager": "yarn@1.22.19",
"packageManager": "yarn@4.2.2",
"workspaces": [
"packages/*"
],
Expand Down
Loading

0 comments on commit 2d77845

Please sign in to comment.