Skip to content

Commit

Permalink
Update embroider & test-helpers dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Sep 9, 2024
1 parent 23063f0 commit 4cc4879
Show file tree
Hide file tree
Showing 5 changed files with 511 additions and 502 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@babel/core": "^7.24.7",
"@ember/optional-features": "^2.1.0",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^4.0.2",
"@embroider/macros": "^1.16.4",
"@ember/test-helpers": "^4.0.4",
"@embroider/macros": "^1.16.6",
"@embroider/test-setup": "^4.0.0",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
Expand Down
10 changes: 5 additions & 5 deletions ember-power-calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"dependencies": {
"@embroider/addon-shim": "^1.8.9",
"decorator-transforms": "^2.0.0",
"@embroider/util": "^1.13.1",
"@embroider/macros": "^1.16.4",
"@embroider/util": "^1.13.2",
"@embroider/macros": "^1.16.6",
"ember-assign-helper": "^0.5.0",
"ember-element-helper": "^0.8.6",
"ember-truth-helpers": "^4.0.3"
Expand All @@ -77,8 +77,8 @@
"@babel/runtime": "^7.24.7",
"@babel/plugin-transform-typescript": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@ember/test-helpers": "^4.0.2",
"@embroider/addon-dev": "^4.3.1",
"@ember/test-helpers": "^4.0.4",
"@embroider/addon-dev": "^5.0.0",
"@glint/core": "^1.4.0",
"@glint/environment-ember-loose": "^1.4.0",
"@glint/environment-ember-template-imports": "^1.4.0",
Expand Down Expand Up @@ -156,7 +156,7 @@
}
},
"peerDependencies": {
"@ember/test-helpers": "^2.9.4 || ^3.2.1 || ^4.0.2",
"@ember/test-helpers": "^2.9.4 || ^3.2.1 || ^4.0.4",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"ember-concurrency": "^4.0.2",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@
"tokenRef": "GITHUB_AUTH"
},
"npm": false
}
},
"packageManager": "[email protected]+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}
Loading

0 comments on commit 4cc4879

Please sign in to comment.