Skip to content

Commit

Permalink
Merge pull request #1002 from Lyokone/fix_location_web_web_dep
Browse files Browse the repository at this point in the history
location_web: bump dependency on package:web to ^1.0.0
  • Loading branch information
bartekpacia authored Oct 13, 2024
2 parents c5b523c + e3d8e3a commit 341e25e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
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

0 comments on commit 341e25e

Please sign in to comment.