Skip to content

Commit

Permalink
0.91.2 -> 0.92.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Apr 8, 2024
1 parent e0211ec commit 597e015
Show file tree
Hide file tree
Showing 2 changed files with 219 additions and 50 deletions.
32 changes: 16 additions & 16 deletions package.json
Expand Up @@ -58,24 +58,24 @@
"dependencies": {
"@babel/helper-module-imports": "^7.16.7",
"@ember/edition-utils": "^1.2.0",
"@glimmer/compiler": "0.91.2",
"@glimmer/compiler": "0.92.0",
"@glimmer/component": "^1.1.2",
"@glimmer/destroyable": "0.91.2",
"@glimmer/destroyable": "0.92.0",
"@glimmer/env": "^0.1.7",
"@glimmer/global-context": "0.91.2",
"@glimmer/interfaces": "0.91.2",
"@glimmer/manager": "0.91.2",
"@glimmer/node": "0.91.2",
"@glimmer/opcode-compiler": "0.91.2",
"@glimmer/owner": "0.91.2",
"@glimmer/program": "0.91.2",
"@glimmer/reference": "0.91.2",
"@glimmer/runtime": "0.91.2",
"@glimmer/syntax": "0.91.2",
"@glimmer/util": "0.91.2",
"@glimmer/validator": "0.91.2",
"@glimmer/vm": "0.91.2",
"@glimmer/vm-babel-plugins": "0.91.2",
"@glimmer/global-context": "0.92.0",
"@glimmer/interfaces": "0.92.0",
"@glimmer/manager": "0.92.0",
"@glimmer/node": "0.92.0",
"@glimmer/opcode-compiler": "0.92.0",
"@glimmer/owner": "0.92.0",
"@glimmer/program": "0.92.0",
"@glimmer/reference": "0.92.0",
"@glimmer/runtime": "0.92.0",
"@glimmer/syntax": "0.92.0",
"@glimmer/util": "0.92.0",
"@glimmer/validator": "0.92.0",
"@glimmer/vm": "0.92.0",
"@glimmer/vm-babel-plugins": "0.92.0",
"@simple-dom/interface": "^1.4.0",
"babel-plugin-debug-macros": "^0.3.4",
"babel-plugin-ember-template-compilation": "^2.1.1",
Expand Down

0 comments on commit 597e015

Please sign in to comment.