Skip to content

Commit

Permalink
Merge pull request #424 from CrowdStrike/fix-docs
Browse files Browse the repository at this point in the history
Update ember-oss-docs and its peers
  • Loading branch information
simonihmig authored Jul 15, 2024
2 parents 78f8c4b + 32e702c commit c886134
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 59 deletions.
12 changes: 6 additions & 6 deletions docs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@crowdstrike/ember-toucan-styles": "^3.0.0",
"@crowdstrike/tailwind-toucan-base": "^5.0.0",
"@docfy/core": "^0.8.0",
"@docfy/ember": "^0.8.0",
"@docfy/ember": "^0.8.5",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^3.2.0",
Expand All @@ -40,10 +40,10 @@
"@embroider/webpack": "^4.0.0",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.0.2",
"@glint/environment-ember-loose": "^1.0.2",
"@glint/environment-ember-template-imports": "^1.0.2",
"@glint/template": "^1.0.2",
"@glint/core": "^1.4.0",
"@glint/environment-ember-loose": "^1.4.0",
"@glint/environment-ember-template-imports": "^1.4.0",
"@glint/template": "^1.4.0",
"@nullvoxpopuli/eslint-configs": "3.2.2",
"@tailwindcss/typography": "^0.5.7",
"@tsconfig/ember": "^2.0.0",
Expand Down Expand Up @@ -117,7 +117,7 @@
"edition": "octane"
},
"dependencies": {
"@crowdstrike/ember-oss-docs": "^1.1.3",
"@crowdstrike/ember-oss-docs": "^1.1.8",
"@ember/test-waiters": "^3.0.2",
"@embroider/router": "^2.1.6",
"ember-browser-services": "^4.0.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/changeset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"ember-headless-form": "^1.0.0",
"@embroider/addon-dev": "^5.0.0",
"@glimmer/component": "^1.1.2",
"@glint/core": "^1.0.2",
"@glint/environment-ember-loose": "^1.0.2",
"@glint/template": "^1.0.2",
"@glint/core": "^1.4.0",
"@glint/environment-ember-loose": "^1.4.0",
"@glint/template": "^1.4.0",
"@tsconfig/ember": "^2.0.0",
"@types/ember": "^4.0.0",
"@types/ember__object": "^4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/ember-headless-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
"@embroider/addon-dev": "^5.0.0",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.0.2",
"@glint/environment-ember-loose": "^1.0.2",
"@glint/environment-ember-template-imports": "^1.0.2",
"@glint/template": "^1.0.2",
"@glint/core": "^1.4.0",
"@glint/environment-ember-loose": "^1.4.0",
"@glint/environment-ember-template-imports": "^1.4.0",
"@glint/template": "^1.4.0",
"@nullvoxpopuli/eslint-configs": "^3.0.2",
"@tsconfig/ember": "^2.0.0",
"@types/ember": "^4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"ember-headless-form": "^1.0.0",
"@embroider/addon-dev": "^5.0.0",
"@glimmer/component": "^1.1.2",
"@glint/core": "^1.0.2",
"@glint/environment-ember-loose": "^1.0.2",
"@glint/template": "^1.0.2",
"@glint/core": "^1.4.0",
"@glint/environment-ember-loose": "^1.4.0",
"@glint/template": "^1.4.0",
"@tsconfig/ember": "^2.0.0",
"@types/ember": "^4.0.0",
"@types/ember__object": "^4.0.0",
Expand Down
71 changes: 32 additions & 39 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"@embroider/test-setup": "^4.0.0",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.0.2",
"@glint/environment-ember-loose": "^1.0.2",
"@glint/environment-ember-template-imports": "^1.0.2",
"@glint/template": "^1.0.2",
"@glint/core": "^1.4.0",
"@glint/environment-ember-loose": "^1.4.0",
"@glint/environment-ember-template-imports": "^1.4.0",
"@glint/template": "^1.4.0",
"@nullvoxpopuli/eslint-configs": "^3.0.2",
"@tsconfig/ember": "^2.0.0",
"@types/babel__traverse": "^7.18.3",
Expand Down

0 comments on commit c886134

Please sign in to comment.