ember-container-query 4.0.0-alpha.4 → 4.0.0-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -330,7 +330,7 @@ Let's look at the code that created the video demo above.
330
330
 
331
331
  You can see that the album page uses 2 `<ContainerQuery>` components. Rest assured, they act independently of each other. When you pair `<ContainerQuery>` with some CSS, you can create layouts beyond the dreams of others! 🙌
332
332
 
333
- For more examples, I encourage you to check out the code for my demo app. It is located under [`test-app/app`](https://github.com/ijlee2/ember-container-query/tree/main/test-app/app) folder and is structured like a typical Ember app.
333
+ For more examples, I encourage you to check out the code for my demo app. It is located under the [`docs-app`](https://github.com/ijlee2/ember-container-query/tree/main/docs-app) folder and is structured like a typical Ember app.
334
334
 
335
335
 
336
336
  Compatibility
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ember-container-query",
3
- "version": "4.0.0-alpha.4",
3
+ "version": "4.0.0-alpha.5",
4
4
  "description": "Container queries using Ember modifiers",
5
5
  "keywords": [
6
6
  "container-queries",
@@ -72,12 +72,12 @@
72
72
  "@glint/environment-ember-loose": "^v1.0.0-beta.3",
73
73
  "@glint/template": "^v1.0.0-beta.3",
74
74
  "@tsconfig/ember": "^2.0.0",
75
- "@typescript-eslint/eslint-plugin": "^5.54.0",
76
- "@typescript-eslint/parser": "^5.54.0",
75
+ "@typescript-eslint/eslint-plugin": "^5.54.1",
76
+ "@typescript-eslint/parser": "^5.54.1",
77
77
  "ember-template-lint": "^5.6.0",
78
78
  "ember-template-lint-plugin-prettier": "^4.1.0",
79
79
  "eslint": "^8.35.0",
80
- "eslint-config-prettier": "^8.6.0",
80
+ "eslint-config-prettier": "^8.7.0",
81
81
  "eslint-plugin-ember": "^11.4.7",
82
82
  "eslint-plugin-n": "^15.6.1",
83
83
  "eslint-plugin-prettier": "^4.2.1",