diff --git a/pubspec.yaml b/pubspec.yaml index c1814a0..9c27fd3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sockjs_client_wrapper -version: 1.1.0 +version: 2.0.0 description: A Dart wrapper for the `sockjs-client` JS library. authors: - Workiva Client Platform Team @@ -11,13 +11,23 @@ environment: dependencies: js: ^0.6.1 - w_common: ^1.20.1 + w_common: + git: + url: https://github.com/zmeggyesi/w_common.git + ref: flutter-2-migration + +dependency_overrides: + logging: ^1.0.1 + glob: ^2.0.1 + args: ^2.0.0 + watcher: ^1.0.0 + package_config: ^2.0.0 dev_dependencies: - build_runner: ^1.7.1 - build_test: ^0.10.9 - build_web_compilers: ^2.5.1 - dart_dev: ^3.0.0 - dependency_validator: ^2.0.1 + build_runner: any + build_test: any + build_web_compilers: any + dart_dev: ^3.6.4 +# dependency_validator: ^2.0.1 test: ^1.9.1 workiva_analysis_options: ^1.1.0