This repository was archived by the owner on Oct 29, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +23
-23
lines changed Expand file tree Collapse file tree 10 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " glimmer.js" ,
3- "version" : " 0.11.1 " ,
3+ "version" : " 0.12.0 " ,
44 "private" : true ,
55 "license" : " MIT" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @glimmer/app-compiler" ,
3- "version" : " 0.11.1 " ,
3+ "version" : " 0.12.0 " ,
44 "description" : " Broccoli tooling for Glimmer-VM based applications" ,
55 "repository" : " https://github.com/glimmerjs/glimmer.js" ,
66 "license" : " MIT" ,
1111 "module" : " dist/modules/es2017/index.js" ,
1212 "types" : " dist/types/index.d.ts" ,
1313 "dependencies" : {
14- "@glimmer/application" : " ^0.11.1 " ,
14+ "@glimmer/application" : " ^0.12.0 " ,
1515 "@glimmer/bundle-compiler" : " ^0.34.7" ,
16- "@glimmer/compiler-delegates" : " ^0.11.1 " ,
16+ "@glimmer/compiler-delegates" : " ^0.12.0 " ,
1717 "@glimmer/interfaces" : " ^0.34.7" ,
1818 "@glimmer/opcode-compiler" : " ^0.34.7" ,
1919 "broccoli-plugin" : " ^1.3.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @glimmer/application-test-helpers" ,
3- "version" : " 0.11.1 " ,
3+ "version" : " 0.12.0 " ,
44 "description" : " Test helpers for developing @glimmer/component and @glimmer/application" ,
55 "contributors" : [
66 " Dan Gebhardt <dan@cerebris.com>" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @glimmer/application" ,
3- "version" : " 0.11.1 " ,
3+ "version" : " 0.12.0 " ,
44 "description" : " Glimmer standalone applications" ,
55 "contributors" : [
66 " Dan Gebhardt <dan@cerebris.com>" ,
1717 "dependencies" : {
1818 "@glimmer/object-reference" : " ^0.34.7" ,
1919 "@glimmer/compiler" : " ^0.34.7" ,
20- "@glimmer/component" : " ^0.11.1 " ,
20+ "@glimmer/component" : " ^0.12.0 " ,
2121 "@glimmer/di" : " ^0.1.9" ,
2222 "@glimmer/env" : " ^0.1.7" ,
2323 "@glimmer/interfaces" : " ^0.34.7" ,
2828 "@glimmer/util" : " ^0.34.7"
2929 },
3030 "devDependencies" : {
31- "@glimmer/application-test-helpers" : " ^0.11.1 " ,
32- "@glimmer/compiler-delegates" : " ^0.11.1 " ,
33- "@glimmer/component" : " ^0.11.1 " ,
31+ "@glimmer/application-test-helpers" : " ^0.12.0 " ,
32+ "@glimmer/compiler-delegates" : " ^0.12.0 " ,
33+ "@glimmer/component" : " ^0.12.0 " ,
3434 "@glimmer/bundle-compiler" : " ^0.34.7" ,
3535 "@glimmer/wire-format" : " ^0.34.7" ,
3636 "simple-dom" : " ^1.2.0"
Original file line number Diff line number Diff line change 1313 "lint:ts" : " tslint -c tslint.json 'src/**/*.ts' -t codeFrame"
1414 },
1515 "devDependencies" : {
16- "@glimmer/application" : " ^0.11.1 " ,
16+ "@glimmer/application" : " ^0.12.0 " ,
1717 "@glimmer/application-pipeline" : " ^0.10.0" ,
1818 "@glimmer/blueprint" : " ~<%= blueprintVersion %>" ,
19- "@glimmer/component" : " ^0.11.1 " ,
19+ "@glimmer/component" : " ^0.12.0 " ,
2020 "@glimmer/inline-precompile" : " ^1.0.0" ,
2121 "@glimmer/resolver" : " ^0.4.1" ,
2222 "@glimmer/test-helpers" : " ^0.30.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @glimmer/blueprint" ,
3- "version" : " 0.11.1 " ,
3+ "version" : " 0.12.0 " ,
44 "description" : " Ember CLI blueprint for initializing a new Glimmer application." ,
55 "main" : " index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @glimmer/compiler-delegates" ,
3- "version" : " 0.11.1 " ,
3+ "version" : " 0.12.0 " ,
44 "description" : " Compiler delegates for @glimmer/bundle compiler" ,
55 "repository" : " https://github.com/glimmerjs/glimmer.js" ,
66 "license" : " MIT" ,
1111 "module" : " dist/modules/es2017/index.js" ,
1212 "types" : " dist/types/index.d.ts" ,
1313 "dependencies" : {
14- "@glimmer/application" : " ^0.11.1 " ,
14+ "@glimmer/application" : " ^0.12.0 " ,
1515 "@glimmer/bundle-compiler" : " ^0.34.7" ,
16- "@glimmer/component" : " ^0.11.1 " ,
16+ "@glimmer/component" : " ^0.12.0 " ,
1717 "@glimmer/interfaces" : " ^0.34.7" ,
1818 "@glimmer/opcode-compiler" : " ^0.34.7" ,
1919 "@glimmer/program" : " ^0.34.7" ,
2626 },
2727 "devDependencies" : {
2828 "babel-core" : " ^6.26.0" ,
29- "@glimmer/application-test-helpers" : " ^0.11.1 " ,
29+ "@glimmer/application-test-helpers" : " ^0.12.0 " ,
3030 "babel-plugin-transform-es2015-modules-commonjs" : " ^6.26.0" ,
3131 "@glimmer/resolver" : " ^0.4.1" ,
3232 "find-up" : " ^2.1.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @glimmer/component" ,
3- "version" : " 0.11.1 " ,
3+ "version" : " 0.12.0 " ,
44 "description" : " Glimmer component library" ,
55 "contributors" : [
66 " Dan Gebhardt <dan@cerebris.com>" ,
2222 "@glimmer/util" : " ^0.34.7"
2323 },
2424 "devDependencies" : {
25- "@glimmer/application-test-helpers" : " ^0.11.1 " ,
25+ "@glimmer/application-test-helpers" : " ^0.12.0 " ,
2626 "@glimmer/compiler" : " ^0.34.7" ,
2727 "@glimmer/interfaces" : " ^0.34.7" ,
2828 "@glimmer/resolver" : " ^0.3.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @glimmer/ssr" ,
3- "version" : " 0.11.1 " ,
3+ "version" : " 0.12.0 " ,
44 "description" : " Server-side rendering for Glimmer Applications" ,
55 "repository" : " https://github.com/glimmerjs/glimmer.js" ,
66 "license" : " MIT" ,
1111 "module" : " dist/modules/es2017/index.js" ,
1212 "types" : " dist/types/index.d.ts" ,
1313 "dependencies" : {
14- "@glimmer/application" : " ^0.11.1 " ,
14+ "@glimmer/application" : " ^0.12.0 " ,
1515 "@glimmer/node" : " ^0.34.7" ,
1616 "@glimmer/runtime" : " ^0.34.7"
1717 }
Original file line number Diff line number Diff line change 11{
22 "name" : " @glimmer/test-utils" ,
3- "version" : " 0.11.1 " ,
3+ "version" : " 0.12.0 " ,
44 "description" : " Helpers for tests in the glimmer.js mono repo" ,
55 "private" : true ,
66 "dependencies" : {
77 "@glimmer/di" : " ^0.2.0" ,
8- "@glimmer/application" : " ^0.11.1 "
8+ "@glimmer/application" : " ^0.12.0 "
99 }
1010}
You can’t perform that action at this time.
0 commit comments