Skip to content

Commit

Permalink
Updated decorator-transforms to address an issue with version skew (#223
Browse files Browse the repository at this point in the history
)

bugfix: Updated decorator-transforms to address an issue with version skew

Co-authored-by: ijlee2 <ijlee2@users.noreply.github.com>
  • Loading branch information
ijlee2 and ijlee2 authored Jan 5, 2024
1 parent 7b7dcd2 commit 4edb839
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 89 deletions.
2 changes: 1 addition & 1 deletion docs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"embroider-css-modules": "^2.0.2",
"eslint": "^8.56.0",
"loader.js": "^4.7.0",
"postcss": "^8.4.32",
"postcss": "^8.4.33",
"postcss-loader": "^7.3.4",
"prettier": "^3.1.1",
"qunit": "^2.20.0",
Expand Down
4 changes: 2 additions & 2 deletions ember-container-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"dependencies": {
"@embroider/addon-shim": "^1.8.7",
"decorator-transforms": "^1.0.2",
"decorator-transforms": "^1.0.3",
"ember-element-helper": "^0.8.5",
"ember-modifier": "^3.2.7 || ^4.1.0",
"ember-resize-observer-service": "^1.1.0"
Expand Down Expand Up @@ -98,7 +98,7 @@
"ember-template-lint": "^5.13.0",
"eslint": "^8.56.0",
"prettier": "^3.1.1",
"rollup": "^4.9.2",
"rollup": "^4.9.3",
"rollup-plugin-copy": "^3.5.0",
"typescript": "^5.3.3"
},
Expand Down
Loading

0 comments on commit 4edb839

Please sign in to comment.