Skip to content

Commit

Permalink
chore: update glimmer stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
longlho committed May 19, 2024
1 parent 086d27c commit a841c6d
Show file tree
Hide file tree
Showing 12 changed files with 977 additions and 828 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"@commitlint/config-angular": "17",
"@glimmer/env": "^0.1.7",
"@glimmer/reference": "^0.92.0",
"@glimmer/syntax": "^0.91.1",
"@glimmer/validator": "^0.91.1",
"@glimmer/syntax": "^0.92.0",
"@glimmer/validator": "^0.92.0",
"@jest/transform": "29",
"@jest/types": "29",
"@lerna-lite/cli": "2",
Expand Down Expand Up @@ -148,7 +148,7 @@
"resolutions": {
"terser": "5.27.0",
"source-map-js": "1.0.2",
"@glimmer/syntax": "0.91.1",
"@glimmer/syntax": "0.92.0",
"@glimmer/interfaces": "0.92.0"
},
"pnpm": {
Expand Down Expand Up @@ -190,8 +190,8 @@
"@commitlint/rules@17.0.0": "patches/@commitlint__rules@17.0.0.patch",
"make-plural-compiler@5.1.0": "patches/make-plural-compiler@5.1.0.patch",
"content-tag@2.0.1": "patches/content-tag@2.0.1.patch",
"@glimmer/syntax@0.91.1": "patches/@glimmer__syntax@0.91.1.patch",
"@glimmer/interfaces@0.91.2": "patches/@glimmer__interfaces@0.91.2.patch"
"@glimmer/syntax@0.92.0": "patches/@glimmer__syntax@0.92.0.patch",
"@glimmer/interfaces@0.92.0": "patches/@glimmer__interfaces@0.92.0.patch"
}
},
"author": "Seth Bertalotto <sbertal@verizonmedia.com>"
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"peerDependencies": {
"@glimmer/env": "^0.1.7",
"@glimmer/reference": "^0.91.1 || ^0.92.0",
"@glimmer/syntax": "^0.91.1",
"@glimmer/validator": "^0.91.1",
"@glimmer/syntax": "^0.92.0",
"@glimmer/validator": "^0.92.0",
"@vue/compiler-core": "^3.4.0",
"content-tag": "^2.0.1",
"ember-template-recast": "^6.1.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"peerDependencies": {
"@glimmer/env": "^0.1.7",
"@glimmer/reference": "^0.91.1 || ^0.92.0",
"@glimmer/syntax": "^0.91.1",
"@glimmer/validator": "^0.91.1",
"@glimmer/syntax": "^0.92.0",
"@glimmer/validator": "^0.92.0",
"@vue/compiler-core": "^3.4.0",
"content-tag": "^2.0.1",
"ember-template-recast": "^6.1.4",
Expand Down
12 changes: 6 additions & 6 deletions packages/swc-plugin/tests/__snapshots__/ast.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ exports[`ast 2`] = `
{
type: 1,
value: "intl"
},
}
]
}, {
bar: "bar"
bar: 'bar'
});
this.props.intl.formatMessage({
id: "HELLO..17.string",
Expand All @@ -27,10 +27,10 @@ exports[`ast 2`] = `
{
type: 1,
value: "intl"
},
}
]
}, {
bar: "bar"
bar: 'bar'
});
return intl.formatMessage({
id: "HELLO..9.string",
Expand All @@ -42,10 +42,10 @@ exports[`ast 2`] = `
{
type: 1,
value: "bar"
},
}
]
}, {
bar: "bar"
bar: 'bar'
});
}
"
Expand Down
Loading

0 comments on commit a841c6d

Please sign in to comment.