We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b8b65 commit 56ef76eCopy full SHA for 56ef76e
pubspec.yaml
@@ -1,5 +1,5 @@
1
name: over_react
2
-version: 5.4.1
+version: 5.4.2
3
description: A library for building statically-typed React UI components using Dart.
4
homepage: https://github.com/Workiva/over_react/
5
environment:
tools/analyzer_plugin/pubspec.yaml
@@ -13,7 +13,7 @@ dependencies:
13
# Upon release, this should be pinned to the over_react version from ../../pubspec.yaml
14
# so that it always resolves to the same version of over_react that the user has pulled in,
15
# and thus has the same boilerplate parsing code that's running in the builder.
16
- over_react: 5.4.1
+ over_react: 5.4.2
17
path: ^1.5.1
18
source_span: ^1.7.0
19
yaml: ^3.0.0
0 commit comments