Skip to content

Commit

Permalink
chore: Upgrade to yarn4
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed May 3, 2024
1 parent 8ec0b10 commit 043a0cb
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 11 deletions.
4 changes: 0 additions & 4 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules
4 changes: 2 additions & 2 deletions modules/arrow-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"@math.gl/polygon": "^4.0.0",
"apache-arrow": ">=15",
"threads": "^1.7.0"
},
},
"peerDependencies": {
"@deck.gl/core": "^9.0.12",
"@deck.gl/aggregation-layers": "^9.0.12",
"@deck.gl/core": "^9.0.12",
"@deck.gl/geo-layers": "^9.0.12",
"@deck.gl/layers": "^9.0.12"
},
Expand Down
6 changes: 5 additions & 1 deletion modules/react-graph-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,9 @@
"react": ">=18.2.0",
"react-dom": ">=18.2.0"
},
"eslintIgnore": ["**/*.md", "dist", "node_modules"]
"eslintIgnore": [
"**/*.md",
"dist",
"node_modules"
]
}
10 changes: 8 additions & 2 deletions modules/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"publishConfig": {
"access": "public"
},
"keywords": ["webgl", "visualization"],
"keywords": [
"webgl",
"visualization"
],
"repository": {
"type": "git",
"url": "https://github.com/visgl/deck.gl-community.gl.git"
Expand All @@ -24,7 +27,10 @@
"import": "./dist/index.js"
}
},
"files": ["dist", "src"],
"files": [
"dist",
"src"
],
"scripts": {
"test": "vitest run",
"test-watch": "vitest"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@
},
"volta": {
"node": "18.18.2",
"yarn": "1.22.0"
"yarn": "4.1.1"
}
}
Binary file removed website/.yarn/install-state.gz
Binary file not shown.
5 changes: 4 additions & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,8 @@
"browserslist": [
">0.2% and supports async-functions",
"not dead"
]
],
"volta": {
"extends": "../package.json"
}
}
5 changes: 5 additions & 0 deletions website/src/examples/editable-layers-advanced.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Advanced

import Demo from './editable-layers-advanced';

<Demo />
5 changes: 5 additions & 0 deletions website/src/examples/editable-layers-editor.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Editor

import Demo from './editable-layers-editor';

<Demo />

0 comments on commit 043a0cb

Please sign in to comment.