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
080dfb5e
Unverified
Commit
080dfb5e
authored
Feb 27, 2020
by
Jonah Williams
Committed by
GitHub
Feb 27, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[flutter_tools] swap mustache dependency for mustache_template (#51578)
parent
1cdf701e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
8 deletions
+9
-8
pubspec.yaml
packages/_flutter_web_build_script/pubspec.yaml
+2
-2
BUILD.gn
packages/flutter_tools/BUILD.gn
+1
-1
mustache_template.dart
...flutter_tools/lib/src/build_runner/mustache_template.dart
+1
-1
update_packages.dart
packages/flutter_tools/lib/src/commands/update_packages.dart
+1
-0
pubspec.yaml
packages/flutter_tools/pubspec.yaml
+4
-4
No files found.
packages/_flutter_web_build_script/pubspec.yaml
View file @
080dfb5e
...
...
@@ -79,7 +79,7 @@ dependencies:
source_span
:
1.5.5
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
stack_trace
:
1.9.3
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
stream_channel
:
2.0.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
stream_transform
:
1.
1
.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
stream_transform
:
1.
2
.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
string_scanner
:
1.0.5
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
term_glyph
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
test
:
1.12.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -95,4 +95,4 @@ dartdoc:
# Exclude this package from the hosted API docs.
nodoc
:
true
# PUBSPEC CHECKSUM:
5b8f
# PUBSPEC CHECKSUM:
1490
packages/flutter_tools/BUILD.gn
View file @
080dfb5e
...
...
@@ -32,7 +32,7 @@ dart_library("flutter_tools") {
"//third_party/dart-pkg/pub/mime",
"//third_party/dart-pkg/pub/multi_server_socket",
"//third_party/dart-pkg/pub/multicast_dns",
"//third_party/dart-pkg/pub/mustache",
"//third_party/dart-pkg/pub/mustache
_template
",
"//third_party/dart-pkg/pub/native_stack_traces",
"//third_party/dart-pkg/pub/node_preamble",
"//third_party/dart-pkg/pub/package_config",
...
...
packages/flutter_tools/lib/src/build_runner/mustache_template.dart
View file @
080dfb5e
...
...
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:mustache
/mustach
e.dart'
;
import
'package:mustache
_template/mustache_templat
e.dart'
;
import
'../base/template.dart'
;
...
...
packages/flutter_tools/lib/src/commands/update_packages.dart
View file @
080dfb5e
...
...
@@ -26,6 +26,7 @@ const Map<String, String> _kManuallyPinnedDependencies = <String, String>{
'mockito'
:
'^4.1.0'
,
// Prevent mockito from downgrading to 4.0.0
'vm_service_client'
:
'0.2.6+2'
,
// Final version before being marked deprecated.
'video_player'
:
'0.10.6'
,
// 0.10.7 fails a gallery smoke test for toString.
'package_config'
:
'1.1.0'
};
class
UpdatePackagesCommand
extends
FlutterCommand
{
...
...
packages/flutter_tools/pubspec.yaml
View file @
080dfb5e
...
...
@@ -21,7 +21,7 @@ dependencies:
json_rpc_2
:
2.1.0
meta
:
1.1.8
multicast_dns
:
0.2.2
mustache
:
1.1.
1
mustache
_template
:
1.0.0+
1
package_config
:
1.1.0
platform
:
2.2.1
process
:
3.0.12
...
...
@@ -83,8 +83,8 @@ dependencies:
source_map_stack_trace
:
1.1.5
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
source_maps
:
0.10.9
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
source_span
:
1.5.5
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
sse
:
3.
1.2
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
stream_transform
:
1.
1
.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
sse
:
3.
2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
stream_transform
:
1.
2
.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
string_scanner
:
1.0.5
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
sync_http
:
0.2.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
term_glyph
:
1.1.0
# THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...
...
@@ -124,4 +124,4 @@ dartdoc:
# Exclude this package from the hosted API docs.
nodoc
:
true
# PUBSPEC CHECKSUM:
3cb8
# PUBSPEC CHECKSUM:
91d1
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