Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
cb07292f
Unverified
Commit
cb07292f
authored
Jan 02, 2024
by
Elliott Brooks
Committed by
GitHub
Jan 02, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update dependencies with `flutter update-packages --force-upgrade` (#140810)
parent
babf0865
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
update_packages.dart
packages/flutter_tools/lib/src/commands/update_packages.dart
+2
-0
devfs_web.dart
packages/flutter_tools/lib/src/isolated/devfs_web.dart
+5
-3
pubspec.yaml
packages/flutter_tools/pubspec.yaml
+2
-2
No files found.
packages/flutter_tools/lib/src/commands/update_packages.dart
View file @
cb07292f
...
...
@@ -34,6 +34,8 @@ const Map<String, String> kManuallyPinnedDependencies = <String, String>{
'material_color_utilities'
:
'0.8.0'
,
// Keep pinned to latest until 1.0.0.
'archive'
:
'3.3.2'
,
// https://github.com/flutter/flutter/issues/115660
'leak_tracker_flutter_testing'
:
'2.0.0'
,
// https://github.com/flutter/devtools/issues/3951
'path_provider_android'
:
'2.2.1'
,
// https://github.com/flutter/flutter/issues/140796
'test_api'
:
'0.6.1'
,
// https://github.com/flutter/flutter/issues/140169
'test_core'
:
'0.5.9'
,
// https://github.com/flutter/flutter/issues/140169
'test'
:
'1.24.9'
,
// https://github.com/flutter/flutter/issues/140169
...
...
packages/flutter_tools/lib/src/isolated/devfs_web.dart
View file @
cb07292f
...
...
@@ -99,7 +99,7 @@ class WebExpressionCompiler implements ExpressionCompiler {
}
@override
Future
<
void
>
initialize
(
{
String
?
moduleFormat
,
bool
?
soundNullSafety
}
)
async
{}
Future
<
void
>
initialize
(
CompilerOptions
options
)
async
{}
@override
Future
<
bool
>
updateDependencies
(
Map
<
String
,
ModuleInfo
>
modules
)
async
=>
true
;
...
...
@@ -286,9 +286,11 @@ class WebAssetServer implements AssetReader {
server
,
PackageUriMapper
(
packageConfig
),
digestProvider
,
packageConfig
.
toPackageUri
(
BuildSettings
(
appEntrypoint:
packageConfig
.
toPackageUri
(
globals
.
fs
.
file
(
entrypoint
).
absolute
.
uri
,
),
),
).
strategy
,
debugSettings:
DebugSettings
(
enableDebugExtension:
true
,
...
...
packages/flutter_tools/pubspec.yaml
View file @
cb07292f
...
...
@@ -11,7 +11,7 @@ dependencies:
args
:
2.4.2
browser_launcher
:
1.1.1
dds
:
3.1.0
dwds
:
2
2.1
.0
dwds
:
2
3.0
.0
completion
:
1.0.1
coverage
:
1.7.2
crypto
:
3.0.3
...
...
@@ -115,4 +115,4 @@ dartdoc:
# Exclude this package from the hosted API docs.
nodoc
:
true
# PUBSPEC CHECKSUM: 5
b
04
# PUBSPEC CHECKSUM: 5
f
04
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment