Skip to content

Commit

Permalink
atualizações
Browse files Browse the repository at this point in the history
  • Loading branch information
jeancarlopolo committed Mar 1, 2024
1 parent 5ad022f commit 9e059cc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ migrate_working_dir/
# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/
.vscode/

# Flutter/Dart/Pub related
**/doc/api/
Expand Down
2 changes: 0 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"macos": true,
"test": true,
"windows": true,
".gitignore": true,
".metadata": true,
"analysis_options.yaml": true,
"curriculo.iml": true,
Expand All @@ -36,7 +35,6 @@
"macos",
"test",
"windows",
".gitignore",
".metadata",
"analysis_options.yaml",
"curriculo.iml",
Expand Down
16 changes: 8 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -391,26 +391,26 @@ packages:
dependency: "direct main"
description:
name: signals
sha256: "0945e5e2d1b90fc12b26be329c216f3e820f409b6dc46dbc363c97c5fe0f5c3e"
sha256: a411a60a180570d23446ed233bbf7330384188d446302a47c032f3c14e4fc6cb
url: "https://pub.dev"
source: hosted
version: "4.4.0"
version: "4.5.1"
signals_core:
dependency: transitive
description:
name: signals_core
sha256: "7455e0cfb70801c7f1e6872e65282f5194688d211b80281868932fd2dbe22667"
sha256: "29258212f4e89297e7a6abbc0a000fda934bfa6d8b5634c30ce31ec1033bf9e4"
url: "https://pub.dev"
source: hosted
version: "4.4.0"
version: "4.5.0"
signals_flutter:
dependency: "direct main"
description:
name: signals_flutter
sha256: "4872f8c4d104464fe487f4b1964f352178f7cfb5d76e4119b0a7dcd4df9a08a0"
sha256: dd4971b2a0165d1ef8de1a45d59e89cdcdd5fc1c8f7fa180d55e6d049be89e92
url: "https://pub.dev"
source: hosted
version: "4.4.0"
version: "4.5.1"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -476,10 +476,10 @@ packages:
dependency: "direct main"
description:
name: typewritertext
sha256: d787ea210b4934f6bcb559018910a5d83e2eb2a5552ebf2549288f01cebc4ed3
sha256: b7989683e7abd7d3fb9f227a526dea665d464bc1c4f6386e32734173b6286ffe
url: "https://pub.dev"
source: hosted
version: "2.3.1"
version: "3.0.2"
universal_html:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies:
page_transition: ^2.1.0
signals: ^4.4.0
signals_flutter: ^4.4.0
typewritertext: ^2.3.1
typewritertext: ^3.0.2
universal_html: ^2.2.4

dev_dependencies:
Expand Down

0 comments on commit 9e059cc

Please sign in to comment.