Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
enableGlobalCache: false

nodeLinker: node-modules

logFilters:
- pattern: "* doesn't provide react (*)*"
level: "discard"
- pattern: "* doesn't provide react-dom (*)*"
level: "discard"
- pattern: "* doesn't provide @react-spring/web (*)*"
level: "discard"
- pattern: "* doesn't provide webpack (*)*"
level: "discard"
- pattern: "Some peer dependencies are incorrectly met*"
level: "discard"
2 changes: 2 additions & 0 deletions packages/visx-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@
],
"license": "MIT",
"dependencies": {
"@babel/core": "^7.26.0",
"@react-spring/web": "^9.7.5",
"@types/d3-scale-chromatic": "^1.3.1",
"@types/nprogress": "^0.2.0",
"@types/prismjs": "^1.16.0",
"@types/react": "^18.3.26",
"@visx/annotation": "workspace:*",
"@visx/axis": "workspace:*",
"@visx/bounds": "workspace:*",
Expand Down
1 change: 1 addition & 0 deletions packages/visx-vendor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"internmap": "2.0.3"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/plugin-transform-modules-commonjs": "^7.22.5",
"@types/rimraf": "^3.0.2",
"babel-plugin-module-resolver": "^5.0.0",
Expand Down
5 changes: 4 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/core@npm:^7.26.0":
"@babel/core@npm:^7.22.5, @babel/core@npm:^7.26.0":
version: 7.28.5
resolution: "@babel/core@npm:7.28.5"
dependencies:
Expand Down Expand Up @@ -3561,10 +3561,12 @@ __metadata:
version: 0.0.0-use.local
resolution: "@visx/demo@workspace:packages/visx-demo"
dependencies:
"@babel/core": "npm:^7.26.0"
"@react-spring/web": "npm:^9.7.5"
"@types/d3-scale-chromatic": "npm:^1.3.1"
"@types/nprogress": "npm:^0.2.0"
"@types/prismjs": "npm:^1.16.0"
"@types/react": "npm:^18.3.26"
"@visx/annotation": "workspace:*"
"@visx/axis": "workspace:*"
"@visx/bounds": "workspace:*"
Expand Down Expand Up @@ -3982,6 +3984,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@visx/vendor@workspace:packages/visx-vendor"
dependencies:
"@babel/core": "npm:^7.22.5"
"@babel/plugin-transform-modules-commonjs": "npm:^7.22.5"
"@types/d3-array": "npm:3.0.3"
"@types/d3-color": "npm:3.1.0"
Expand Down