Skip to content

Commit

Permalink
test(planner/node): A lot of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pan93412 committed Aug 7, 2023
1 parent 497b1ac commit d3e61da
Show file tree
Hide file tree
Showing 8 changed files with 11,409 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/node-a-lot-of-dependencies/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.{js,json,yml}]
charset = utf-8
indent_style = space
indent_size = 2
4 changes: 4 additions & 0 deletions tests/node-a-lot-of-dependencies/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/.yarn/** linguist-vendored
/.yarn/releases/* binary
/.yarn/plugins/**/* binary
/.pnp.* binary linguist-generated
11 changes: 11 additions & 0 deletions tests/node-a-lot-of-dependencies/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Swap the comments on the following lines if you don't wish to use zero-installs
# Documentation here: https://yarnpkg.com/features/zero-installs
# !.yarn/cache
.pnp.*
874 changes: 874 additions & 0 deletions tests/node-a-lot-of-dependencies/.yarn/releases/yarn-3.6.1.cjs

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tests/node-a-lot-of-dependencies/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yarnPath: .yarn/releases/yarn-3.6.1.cjs
1 change: 1 addition & 0 deletions tests/node-a-lot-of-dependencies/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# node-a-lot-of-dependencies
15 changes: 15 additions & 0 deletions tests/node-a-lot-of-dependencies/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "node-a-lot-of-dependencies",
"packageManager": "yarn@3.6.1",
"dependencies": {
"@mui/material": "^5.14.3",
"@mui/styled-engine-sc": "^5.12.0",
"antd": "^5.8.2",
"eslint": "^8.46.0",
"next": "^13.4.13",
"nuxt": "^3.6.5",
"nx": "^16.6.0",
"prettier": "^3.0.1",
"styled-components": "^6.0.7"
}
}
Loading

0 comments on commit d3e61da

Please sign in to comment.