Skip to content

Commit

Permalink
use yarn 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
superstar54 committed Feb 24, 2024
1 parent 666fc47 commit 650ecdf
Show file tree
Hide file tree
Showing 6 changed files with 5,152 additions and 2,810 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,4 @@ test.ipynb

tests/notebooks/test-results
tests/notebooks/playwright-report
tests/notebooks/.yarn/cache
Binary file added tests/notebooks/.yarn/install-state.gz
Binary file not shown.
875 changes: 875 additions & 0 deletions tests/notebooks/.yarn/releases/yarn-3.8.0.cjs

Large diffs are not rendered by default.

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

yarnPath: .yarn/releases/yarn-3.8.0.cjs
3 changes: 2 additions & 1 deletion tests/notebooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"@jupyterlab/galata": "^5.0.1",
"@playwright/test": "^1.32.0",
"yarn-deduplicate": "^6.0.1"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 650ecdf

Please sign in to comment.