Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 66bc437

Browse files
chore(deps): remove dependency on dart:profiler
1 parent d5f45a6 commit 66bc437

File tree

4 files changed

+31
-31
lines changed

4 files changed

+31
-31
lines changed

lib/core_dom/directive_injector.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ library angular.node_injector;
22

33
import 'dart:collection';
44
import 'dart:html' show Node, Element, ShadowRoot;
5-
import 'dart:profiler';
5+
import 'dart:developer';
66

77
import 'package:di/di.dart';
88
import 'package:di/annotations.dart';

lib/tracing.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
library angular.tracing;
88

9-
import "dart:profiler";
9+
import "dart:developer";
1010

1111
bool traceEnabled = false;
1212
dynamic /* JsObject */ _trace;

pubspec.lock

+27-27
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ packages:
1212
barback:
1313
description: barback
1414
source: hosted
15-
version: "0.15.2+4"
15+
version: "0.15.2+7"
1616
benchmark_harness:
1717
description: benchmark_harness
1818
source: hosted
@@ -25,50 +25,54 @@ packages:
2525
description: browser_detect
2626
source: hosted
2727
version: "1.0.3"
28+
charcode:
29+
description: charcode
30+
source: hosted
31+
version: "1.1.0"
2832
cli_util:
2933
description: cli_util
3034
source: hosted
31-
version: "0.0.1+1"
35+
version: "0.0.1+2"
3236
code_transformers:
3337
description: code_transformers
3438
source: hosted
35-
version: "0.2.8"
39+
version: "0.2.9+3"
3640
collection:
3741
description: collection
3842
source: hosted
39-
version: "1.1.0"
43+
version: "1.1.3"
4044
csslib:
4145
description: csslib
4246
source: hosted
43-
version: "0.12.0"
47+
version: "0.12.1"
4448
dart_style:
4549
description: dart_style
4650
source: hosted
47-
version: "0.1.8"
51+
version: "0.1.8+2"
4852
di:
4953
description: di
5054
source: hosted
5155
version: "3.3.4"
5256
glob:
5357
description: glob
5458
source: hosted
55-
version: "1.0.4"
59+
version: "1.0.5"
5660
guinness:
5761
description: guinness
5862
source: hosted
5963
version: "0.1.17"
6064
html:
6165
description: html
6266
source: hosted
63-
version: "0.12.1+1"
67+
version: "0.12.2"
6468
html5lib:
6569
description: html5lib
6670
source: hosted
6771
version: "0.12.1"
6872
initialize:
6973
description: initialize
7074
source: hosted
71-
version: "0.6.0+5"
75+
version: "0.6.1+2"
7276
intl:
7377
description: intl
7478
source: hosted
@@ -80,79 +84,75 @@ packages:
8084
logging:
8185
description: logging
8286
source: hosted
83-
version: "0.9.3"
84-
matcher:
85-
description: matcher
86-
source: hosted
87-
version: "0.11.4+4"
87+
version: "0.11.2"
8888
meta:
8989
description: meta
9090
source: hosted
9191
version: "0.8.8"
9292
mock:
9393
description: mock
9494
source: hosted
95-
version: "0.11.0+2"
95+
version: "0.11.0+4"
9696
observe:
9797
description: observe
9898
source: hosted
99-
version: "0.13.0+2"
99+
version: "0.13.1+2"
100100
path:
101101
description: path
102102
source: hosted
103-
version: "1.3.5"
103+
version: "1.3.6"
104104
perf_api:
105105
description: perf_api
106106
source: hosted
107107
version: "0.0.9"
108108
pool:
109109
description: pool
110110
source: hosted
111-
version: "1.0.1"
111+
version: "1.1.0"
112112
protractor:
113113
description: protractor
114114
source: hosted
115115
version: "0.0.5"
116116
route_hierarchical:
117117
description: route_hierarchical
118118
source: hosted
119-
version: "0.6.1+1"
119+
version: "0.6.2"
120120
smoke:
121121
description: smoke
122122
source: hosted
123-
version: "0.3.2"
123+
version: "0.3.5"
124124
source_maps:
125125
description: source_maps
126126
source: hosted
127-
version: "0.10.0+2"
127+
version: "0.10.1"
128128
source_span:
129129
description: source_span
130130
source: hosted
131-
version: "1.1.2"
131+
version: "1.2.1"
132132
stack_trace:
133133
description: stack_trace
134134
source: hosted
135-
version: "1.3.1"
135+
version: "1.4.2"
136136
string_scanner:
137137
description: string_scanner
138138
source: hosted
139-
version: "0.1.3+1"
139+
version: "0.1.4"
140140
unittest:
141141
description: unittest
142142
source: hosted
143-
version: "0.11.5+4"
143+
version: "0.11.6+1"
144144
utf:
145145
description: utf
146146
source: hosted
147147
version: "0.9.0+2"
148148
watcher:
149149
description: watcher
150150
source: hosted
151-
version: "0.9.5"
151+
version: "0.9.7"
152152
web_components:
153153
description: web_components
154154
source: hosted
155-
version: "0.11.3+1"
155+
version: "0.11.4+2"
156156
when:
157157
description: when
158158
source: hosted

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: angular
2-
version: '1.1.2'
2+
version: '1.1.2+1'
33
authors:
44
- Misko Hevery <[email protected]>
55
- Pavel Jbanov <[email protected]>
@@ -14,7 +14,7 @@ homepage: https://angulardart.org
1414
environment:
1515
sdk: '>=1.4.0'
1616
dependencies:
17-
analyzer: '>=0.24.0 <0.25.0'
17+
analyzer: '>=0.24.0 <0.27.0'
1818
args: '>=0.12.0 <0.13.0'
1919
barback: '>=0.13.0 <0.17.0'
2020
browser: '>=0.10.0 <0.11.0'

0 commit comments

Comments
 (0)