File tree Expand file tree Collapse file tree 15 files changed +27
-27
lines changed
environment-ember-template-imports Expand file tree Collapse file tree 15 files changed +27
-27
lines changed Original file line number Diff line number Diff line change 3737 "@types/yargs" : " 17.0.13" ,
3838 "ember-cli-htmlbars" : " ^6.0.1"
3939 },
40- "version" : " 1.0.2 "
40+ "version" : " 1.1.0 "
4141}
Original file line number Diff line number Diff line change 11{
22 "name" : " @glint/core" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.1.0 " ,
44 "repository" : " typed-ember/glint" ,
55 "description" : " A CLI for performing typechecking on Glimmer templates" ,
66 "license" : " MIT" ,
4343 "yargs" : " ^17.5.1"
4444 },
4545 "devDependencies" : {
46- "glint-monorepo-test-utils" : " ^1.0.2 " ,
46+ "glint-monorepo-test-utils" : " ^1.1.0 " ,
4747 "@types/common-tags" : " ^1.8.0" ,
4848 "@types/node" : " ^18.11.5" ,
4949 "@types/semver" : " ^7.3.13" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @glint/environment-ember-loose" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.1.0 " ,
44 "repository" : " typed-ember/glint" ,
55 "description" : " A Glint environment to support loose-mode Ember.js projects" ,
66 "license" : " MIT" ,
2828 ],
2929 "peerDependencies" : {
3030 "@glimmer/component" : " ^1.1.2" ,
31- "@glint/template" : " ^1.0.2 " ,
31+ "@glint/template" : " ^1.1.0 " ,
3232 "@types/ember__array" : " ^4.0.2" ,
3333 "@types/ember__component" : " ^4.0.10" ,
3434 "@types/ember__controller" : " ^4.0.2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @glint/environment-ember-template-imports" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.1.0 " ,
44 "repository" : " typed-ember/glint" ,
55 "description" : " A Glint environment to support ember-template-imports projects" ,
66 "license" : " MIT" ,
2727 " globals/index.d.ts"
2828 ],
2929 "peerDependencies" : {
30- "@glint/environment-ember-loose" : " ^1.0.2 " ,
31- "@glint/template" : " ^1.0.2 " ,
30+ "@glint/environment-ember-loose" : " ^1.1.0 " ,
31+ "@glint/template" : " ^1.1.0 " ,
3232 "@types/ember__component" : " ^4.0.10" ,
3333 "@types/ember__helper" : " ^4.0.1" ,
3434 "@types/ember__modifier" : " ^4.0.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @glint/environment-glimmerx" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.1.0 " ,
44 "repository" : " typed-ember/glint" ,
55 "description" : " A Glint environment to support GlimmerX projects" ,
66 "license" : " MIT" ,
3030 " component/**/*.{js,d.ts}"
3131 ],
3232 "peerDependencies" : {
33- "@glint/template" : " ^1.0.2 " ,
33+ "@glint/template" : " ^1.1.0 " ,
3434 "@glimmerx/component" : " ^0.6.7" ,
3535 "@glimmerx/modifier" : " ^0.6.7" ,
3636 "@glimmerx/helper" : " ^0.6.7"
Original file line number Diff line number Diff line change 11{
22 "name" : " @glint/scripts" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.1.0 " ,
44 "type" : " module" ,
55 "repository" : " typed-ember/glint" ,
66 "description" : " Scripts for working with Glint" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @glint/template" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.1.0 " ,
44 "repository" : " typed-ember/glint" ,
55 "description" : " Type definitions to back typechecking for Glimmer templates" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @glint/type-test" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.1.0 " ,
44 "repository" : " typed-ember/glint" ,
55 "description" : " Tools for testing inferred types in Glint-enabled templates" ,
66 "license" : " MIT" ,
2121 "expect-type" : " ^0.15.0"
2222 },
2323 "peerDependencies" : {
24- "@glint/template" : " ^1.0.2 "
24+ "@glint/template" : " ^1.1.0 "
2525 },
2626 "publishConfig" : {
2727 "access" : " public"
Original file line number Diff line number Diff line change 22 "name" : " glint-vscode" ,
33 "displayName" : " Glint" ,
44 "description" : " Glint language server integration for VS Code" ,
5- "version" : " 1.0.2 " ,
5+ "version" : " 1.1.0 " ,
66 "publisher" : " typed-ember" ,
77 "private" : true ,
88 "author" : " James C. Davis (https://github.com/jamescdavis)" ,
9292 "@vscode/test-electron" : " Dropped support for Node < 16 in the 2.2.1 patch release, so locking to 2.2.0 while we still support Node 14."
9393 },
9494 "devDependencies" : {
95- "@glint/core" : " ^1.0.2 " ,
95+ "@glint/core" : " ^1.1.0 " ,
9696 "@types/mocha" : " ^10.0.1" ,
9797 "@types/vscode" : " ^1.68.1" ,
9898 "@vscode/test-electron" : " 2.2.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " js-glimmerx-app" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.1.0 " ,
44 "description" : " A brand new Glimmer app." ,
55 "directories" : {
66 "doc" : " doc" ,
2323 "@glimmerx/eslint-plugin" : " ^0.6.7" ,
2424 "@glimmerx/helper" : " ^0.6.7" ,
2525 "@glimmerx/modifier" : " ^0.6.7" ,
26- "@glint/core" : " ^1.0.2 " ,
26+ "@glint/core" : " ^1.1.0 " ,
2727 "babel-loader" : " ^8.1.0" ,
2828 "clean-webpack-plugin" : " ^3.0.0" ,
2929 "copy-webpack-plugin" : " ^5.1.1" ,
You can’t perform that action at this time.
0 commit comments