Skip to content

Commit 86d4e71

Browse files
chore: upgrade deps
1 parent 4ecbcfe commit 86d4e71

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Diff for: configurator/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: configurator
22
description: A new Flutter package project.
3-
version: 0.0.46
3+
version: 1.0.0
44
homepage:
55

66
environment:
@@ -16,7 +16,7 @@ dependencies:
1616
slang: 3.0.0
1717
rxdart: ^0.27.7
1818

19-
i18n_extension: ^9.0.2
19+
i18n_extension: ^11.0.11
2020

2121
source_gen: ^1.4.0
2222
code_builder: ^4.5.0

Diff for: configurator_flutter/.flutter-plugins

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a generated file; do not edit or check into version control.
2-
path_provider=/Users/cgiuliani/.pub-cache/hosted/pub.dev/path_provider-2.1.1/
3-
path_provider_android=/Users/cgiuliani/.pub-cache/hosted/pub.dev/path_provider_android-2.2.0/
4-
path_provider_foundation=/Users/cgiuliani/.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.1/
2+
path_provider=/Users/cgiuliani/.pub-cache/hosted/pub.dev/path_provider-2.1.2/
3+
path_provider_android=/Users/cgiuliani/.pub-cache/hosted/pub.dev/path_provider_android-2.2.2/
4+
path_provider_foundation=/Users/cgiuliani/.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.2/
55
path_provider_linux=/Users/cgiuliani/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/
66
path_provider_windows=/Users/cgiuliani/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/

Diff for: configurator_flutter/.flutter-plugins-dependencies

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"path_provider_foundation","path":"/Users/cgiuliani/.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.1/","shared_darwin_source":true,"native_build":true,"dependencies":[]}],"android":[{"name":"path_provider_android","path":"/Users/cgiuliani/.pub-cache/hosted/pub.dev/path_provider_android-2.2.0/","native_build":true,"dependencies":[]}],"macos":[{"name":"path_provider_foundation","path":"/Users/cgiuliani/.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.1/","shared_darwin_source":true,"native_build":true,"dependencies":[]}],"linux":[{"name":"path_provider_linux","path":"/Users/cgiuliani/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/","native_build":false,"dependencies":[]}],"windows":[{"name":"path_provider_windows","path":"/Users/cgiuliani/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/","native_build":false,"dependencies":[]}],"web":[]},"dependencyGraph":[{"name":"path_provider","dependencies":["path_provider_android","path_provider_foundation","path_provider_linux","path_provider_windows"]},{"name":"path_provider_android","dependencies":[]},{"name":"path_provider_foundation","dependencies":[]},{"name":"path_provider_linux","dependencies":[]},{"name":"path_provider_windows","dependencies":[]}],"date_created":"2023-09-19 20:49:00.973727","version":"3.13.1"}
1+
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"path_provider_foundation","path":"/Users/cgiuliani/.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.2/","shared_darwin_source":true,"native_build":true,"dependencies":[]}],"android":[{"name":"path_provider_android","path":"/Users/cgiuliani/.pub-cache/hosted/pub.dev/path_provider_android-2.2.2/","native_build":true,"dependencies":[]}],"macos":[{"name":"path_provider_foundation","path":"/Users/cgiuliani/.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.2/","shared_darwin_source":true,"native_build":true,"dependencies":[]}],"linux":[{"name":"path_provider_linux","path":"/Users/cgiuliani/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/","native_build":false,"dependencies":[]}],"windows":[{"name":"path_provider_windows","path":"/Users/cgiuliani/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/","native_build":false,"dependencies":[]}],"web":[]},"dependencyGraph":[{"name":"path_provider","dependencies":["path_provider_android","path_provider_foundation","path_provider_linux","path_provider_windows"]},{"name":"path_provider_android","dependencies":[]},{"name":"path_provider_foundation","dependencies":[]},{"name":"path_provider_linux","dependencies":[]},{"name":"path_provider_windows","dependencies":[]}],"date_created":"2024-02-19 12:49:01.583410","version":"3.19.0"}

Diff for: configurator_flutter/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: configurator_flutter
22
description: A new Flutter package project.
3-
version: 0.0.46
3+
version: 1.0.0
44
homepage:
55

66
environment:
@@ -17,7 +17,7 @@ dependencies:
1717
flutter_localizations:
1818
sdk: flutter
1919

20-
i18n_extension: ^9.0.2
20+
i18n_extension: ^11.0.11
2121
google_fonts: ^5.1.0
2222

2323
parse_color: ^0.0.1

0 commit comments

Comments
 (0)