Skip to content

Commit

Permalink
no slate yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsingal committed Oct 20, 2023
1 parent 976d70f commit 2754b99
Show file tree
Hide file tree
Showing 5 changed files with 9,861 additions and 6,195 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ yarn-error.log*

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

# typescript
Expand Down
874 changes: 874 additions & 0 deletions .yarn/releases/yarn-3.6.4.cjs

Large diffs are not rendered by default.

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

yarnPath: .yarn/releases/yarn-3.6.4.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"engines": {
"node": "~18"
},
"packageManager": "yarn@3.5.0",
"packageManager": "yarn@3.6.4",
"dependencies": {
"@artsy/fresnel": "6.1.0",
"@dnd-kit/core": "6.0.8",
Expand Down
Loading

1 comment on commit 2754b99

@vercel
Copy link

@vercel vercel bot commented on 2754b99 Oct 20, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.