Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

location_web: bump dependency on package:web to ^1.0.0 #1002

Merged
merged 1 commit into from
Oct 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 4 additions & 0 deletions packages/location_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.0.4

- Bump dependency on `package: web` to `^1.0.0`

## 5.0.3

- Bump dependency on `location_platform_interface` to `^5.0.0`
Expand Down
6 changes: 3 additions & 3 deletions packages/location_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: location_web
description: The web implementation of the location plugin.
version: 5.0.3
version: 5.0.4
homepage: https://github.com/Lyokone/flutterlocation
repository: https://github.com/Lyokone/flutterlocation
issue_tracker: https://github.com/Lyokone/flutterlocation/issues
Expand All @@ -14,10 +14,10 @@ dependencies:
sdk: flutter
flutter_web_plugins:
sdk: flutter
http_parser: ^4.0.2
http_parser: ^4.0.0
js: ^0.6.3
location_platform_interface: ^5.0.0
web: ">=^0.5.1 <2.0.0"
web: ^1.0.0

dev_dependencies:
flutter_test:
Expand Down