Skip to content

Commit

Permalink
chore(deps): bump lit from 2.8.0 to 3.0.2
Browse files Browse the repository at this point in the history
Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 2.8.0 to 3.0.2.
- [Release notes](https://github.com/lit/lit/releases)
- [Changelog](https://github.com/lit/lit/blob/main/packages/lit/CHANGELOG.md)
- [Commits](https://github.com/lit/lit/commits/[email protected]/packages/lit)

---
updated-dependencies:
- dependency-name: lit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 8, 2023
1 parent 1ffffd6 commit 666741b
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 31 deletions.
2 changes: 1 addition & 1 deletion elements/drawtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"typecheck": "tsc"
},
"dependencies": {
"lit": "^2.7.4"
"lit": "^3.0.2"
}
}
2 changes: 1 addition & 1 deletion elements/itemfilter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@turf/boolean-intersects": "^6.5.0",
"@turf/boolean-within": "^6.5.0",
"fuse.js": "^7.0.0",
"lit": "^2.7.4",
"lit": "^3.0.2",
"lodash.debounce": "^4.0.8",
"toolcool-range-slider": "^4.0.27"
}
Expand Down
2 changes: 1 addition & 1 deletion elements/layercontrol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
},
"dependencies": {
"dayjs": "^1.11.8",
"lit": "^2.7.4"
"lit": "^3.0.2"
}
}
2 changes: 1 addition & 1 deletion elements/map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.8.3",
"type": "module",
"dependencies": {
"lit": "^2.7.4",
"lit": "^3.0.2",
"ol": "^8.1.0",
"ol-stac": "^1.0.0-beta.6",
"proj4": "^2.9.2"
Expand Down
2 changes: 1 addition & 1 deletion elements/stacinfo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
},
"dependencies": {
"@radiantearth/stac-fields": "^1.2.0",
"lit": "^2.7.4"
"lit": "^3.0.2"
}
}
2 changes: 1 addition & 1 deletion elements/timecontrol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"lint:fix": "eslint --ext .js,.ts . --fix"
},
"dependencies": {
"lit": "^2.7.4",
"lit": "^3.0.2",
"toolcool-range-slider": "^4.0.27"
}
}
56 changes: 31 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 666741b

Please sign in to comment.