Skip to content

Commit

Permalink
update to yarn berry
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Aug 27, 2023
1 parent 01f49f5 commit d73dfe6
Show file tree
Hide file tree
Showing 5 changed files with 17,186 additions and 11,572 deletions.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,12 @@ yarn-error.log
.nyc_output
coverage
test-results.json
**/junit.xml
**/junit.xml


/**/.yarn/*
!/**/.yarn/releases
!/**/.yarn/plugins
!/**/.yarn/sdks
!/**/.yarn/versions
/**/.pnp.*
874 changes: 874 additions & 0 deletions .yarn/releases/yarn-3.6.3.cjs

Large diffs are not rendered by default.

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

yarnPath: .yarn/releases/yarn-3.6.3.cjs
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
"ts-jest": "^28.0.8",
"tsup": "^6.5.0",
"typescript": "~4.9.4",
"wait-on": "^6.0.0",
"vite": "^4.4.5"
"vite": "^4.4.5",
"wait-on": "^6.0.0"
},
"lint-staged": {
"*.{ts,js,tsx,jsx,css,md}": "prettier --write"
Expand All @@ -93,8 +93,8 @@
"dependencies": {
"@babel/core": "^7.22.5",
"@babel/generator": "^7.22.5",
"@babel/types": "^7.22.5",
"@babel/template": "^7.22.5",
"@babel/types": "^7.22.5",
"@storybook/core-common": "^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0",
"@storybook/csf": "^0.1.1",
"@storybook/csf-tools": "^7.0.0-beta.0 || ^7.0.0-rc.0 || ^7.0.0",
Expand Down
Loading

0 comments on commit d73dfe6

Please sign in to comment.