diff --git a/benchmark/pubspec.lock b/benchmark/pubspec.lock index 9200d7875..cdf0619ed 100644 --- a/benchmark/pubspec.lock +++ b/benchmark/pubspec.lock @@ -10,7 +10,7 @@ packages: path: ".." relative: true source: path - version: "0.10.0" + version: "0.11.0" args: description: args source: hosted @@ -18,7 +18,7 @@ packages: barback: description: barback source: hosted - version: "0.12.0" + version: "0.13.0" benchmark_harness: description: benchmark_harness source: hosted @@ -34,7 +34,7 @@ packages: collection: description: collection source: hosted - version: "0.9.1" + version: "0.9.2" di: description: di source: hosted @@ -46,7 +46,7 @@ packages: intl: description: intl source: hosted - version: "0.9.8" + version: "0.9.9" logging: description: logging source: hosted @@ -70,11 +70,7 @@ packages: route_hierarchical: description: route_hierarchical source: hosted - version: "0.4.19" - shadow_dom: - description: shadow_dom - source: hosted - version: "0.9.2" + version: "0.4.20" source_maps: description: source_maps source: hosted @@ -91,3 +87,7 @@ packages: description: utf source: hosted version: "0.9.0" + web_components: + description: web_components + source: hosted + version: "0.3.3" diff --git a/benchmark/pubspec.yaml b/benchmark/pubspec.yaml index c43dc2732..ca22114fd 100644 --- a/benchmark/pubspec.yaml +++ b/benchmark/pubspec.yaml @@ -1,30 +1,9 @@ name: angular-perf -version: 0.9.10 -authors: -- Misko Hevery -- Pavel Jbanov -- James deBoer -- Chirayu Krishnappa -- Matias Niemela -- Paul Rohde -- Victor Berchet -description: Angular for dart. -homepage: https://angulardart.org -environment: - sdk: '>=1.2.0' +version: 0.10.0 +description: Angular benchmarks dependencies: angular: path: .. - analyzer: '>=0.13.0 <0.14.0' - browser: '>=0.10.0 <0.11.0' - code_transformers: '>=0.1.0 <0.2.0' - collection: '>=0.9.1 <1.0.0' - di: '>=0.0.37 <0.1.0' - html5lib: '>=0.10.0 <0.11.0' - intl: '>=0.8.7 <0.10.0' - perf_api: '>=0.0.8 <0.1.0' - route_hierarchical: '>=0.4.7 <0.5.0' - shadow_dom: '>=0.9.1 <1.0.0' dev_dependencies: benchmark_harness: '>=1.0.0' unittest: '>=0.10.1 <0.12.0' diff --git a/example/pubspec.lock b/example/pubspec.lock index f2692c5e6..0f7d672c3 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -10,7 +10,7 @@ packages: path: ".." relative: true source: path - version: "0.10.0" + version: "0.11.0" args: description: args source: hosted @@ -30,7 +30,7 @@ packages: collection: description: collection source: hosted - version: "0.9.1" + version: "0.9.2" di: description: di source: hosted @@ -38,11 +38,11 @@ packages: html5lib: description: html5lib source: hosted - version: "0.9.2" + version: "0.10.0" intl: description: intl source: hosted - version: "0.9.8" + version: "0.9.9" logging: description: logging source: hosted @@ -66,11 +66,7 @@ packages: route_hierarchical: description: route_hierarchical source: hosted - version: "0.4.19" - shadow_dom: - description: shadow_dom - source: hosted - version: "0.9.2" + version: "0.4.20" source_maps: description: source_maps source: hosted @@ -87,3 +83,7 @@ packages: description: utf source: hosted version: "0.9.0" + web_components: + description: web_components + source: hosted + version: "0.3.3" diff --git a/karma-perf.conf.js b/karma-perf.conf.js index c8461b003..174dee106 100644 --- a/karma-perf.conf.js +++ b/karma-perf.conf.js @@ -8,12 +8,13 @@ module.exports = function(config) { // all tests must be 'included', but all other libraries must be 'served' and // optionally 'watched' only. files: [ + 'packages/web_components/platform.js', + 'packages/web_components/dart_support.js', 'benchmark/dom/*.dart', 'benchmark/*_perf.dart', 'test/config/init_guinness.dart', {pattern: '**/*.dart', watched: true, included: false, served: true}, - 'packages/browser/dart.js', - 'packages/browser/interop.js' + 'packages/browser/dart.js' ], autoWatch: false, diff --git a/karma.conf.js b/karma.conf.js index 7888090db..7ebb473d6 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -8,13 +8,13 @@ module.exports = function(config) { // all tests must be 'included', but all other libraries must be 'served' and // optionally 'watched' only. files: [ + 'packages/web_components/platform.js', + 'packages/web_components/dart_support.js', 'test/*.dart', 'test/**/*_spec.dart', 'test/config/init_guinness.dart', {pattern: '**/*.dart', watched: true, included: false, served: true}, - 'packages/browser/dart.js', - 'packages/browser/interop.js', - 'packages/shadow_dom/shadow_dom.debug.js' + 'packages/browser/dart.js' ], exclude: [ diff --git a/pubspec.lock b/pubspec.lock index 7b9b7dee3..d7aab885b 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -69,10 +69,6 @@ packages: description: route_hierarchical source: hosted version: "0.4.20" - shadow_dom: - description: shadow_dom - source: hosted - version: "0.10.0" source_maps: description: source_maps source: hosted @@ -89,3 +85,7 @@ packages: description: utf source: hosted version: "0.9.0" + web_components: + description: web_components + source: hosted + version: "0.3.3" diff --git a/pubspec.yaml b/pubspec.yaml index f82f66ed7..0ec48ae0e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -24,9 +24,9 @@ dependencies: intl: '>=0.8.7 <0.10.0' perf_api: '>=0.0.8 <0.1.0' route_hierarchical: '>=0.4.18 <0.5.0' - shadow_dom: '>=0.9.1 <1.0.0' + web_components: '>=0.3.3 <0.4.0' dev_dependencies: benchmark_harness: '>=1.0.0' unittest: '>=0.10.1 <0.12.0' mock: '>=0.10.0 <0.12.0' - guinness: '>=0.1.3 <0.2.0' \ No newline at end of file + guinness: '>=0.1.3 <0.2.0'