Skip to content

Commit

Permalink
nd
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed May 3, 2024
1 parent 043a0cb commit 1f50508
Show file tree
Hide file tree
Showing 8 changed files with 38,432 additions and 28,489 deletions.
8 changes: 4 additions & 4 deletions modules/layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"@deck.gl/layers": "^9.0.12",
"@deck.gl/mesh-layers": "^9.0.12",
"@deck.gl/react": "^9.0.12",
"@loaders.gl/core": "^4.1.4",
"@loaders.gl/i3s": "^4.1.4",
"@loaders.gl/loader-utils": "^4.1.4",
"@loaders.gl/schema": "^4.1.4"
"@loaders.gl/core": "^4.2.0",
"@loaders.gl/i3s": "^4.2.0",
"@loaders.gl/loader-utils": "^4.2.0",
"@loaders.gl/schema": "^4.2.0"
}
}
4 changes: 2 additions & 2 deletions modules/react-editable-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"dependencies": {
"@deck.gl-community/editable-layers": "^9.0.0-alpha.1",
"@deck.gl-community/react": "0.0.1",
"@loaders.gl/core": "^4.1.4",
"@loaders.gl/wkt": "^4.1.4",
"@loaders.gl/core": "^4.2.0",
"@loaders.gl/wkt": "^4.2.0",
"@maphubs/tokml": "^0.6.1",
"@tmcw/togeojson": "^3.2.0",
"@turf/helpers": "^6.5.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"modules/*"
],
"scripts": {
"bootstrap": "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true yarn && ocular-bootstrap",
"bootstrap": "ocular-bootstrap",
"build": "ocular-clean && ocular-build && lerna run build",
"lint": "ocular-lint",
"prepublishOnly": "ocular-build && node -e \"const fs = require('fs'); const pkg = JSON.parse(fs.readFileSync('./package.json', {encoding: 'utf8'})); delete pkg.engines; fs.writeFileSync('package.json', JSON.stringify(pkg, null, 2)); console.log(pkg)\"",
Expand Down
8 changes: 4 additions & 4 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"write-heading-ids": "ts-node ../scripts/write-heading-ids.ts"
},
"dependencies": {
"@loaders.gl/i3s": "^3.4.15",
"@loaders.gl/las": "^3.3.1",
"@loaders.gl/obj": "^3.3.1",
"@loaders.gl/ply": "^3.3.1",
"@loaders.gl/i3s": "^4.2.0",
"@loaders.gl/las": "^4.2.0",
"@loaders.gl/obj": "^4.2.0",
"@loaders.gl/ply": "^4.2.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
Expand Down
5 changes: 0 additions & 5 deletions website/src/examples/editable-layers-advanced.mdx

This file was deleted.

5 changes: 0 additions & 5 deletions website/src/examples/editable-layers-editor.mdx

This file was deleted.

26,245 changes: 15,180 additions & 11,065 deletions website/yarn.lock

Large diffs are not rendered by default.

40,644 changes: 23,241 additions & 17,403 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 1f50508

Please sign in to comment.