Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
plato79 committed May 15, 2024
2 parents 4e55d86 + 597d17c commit 8c53553
Show file tree
Hide file tree
Showing 8 changed files with 1,888 additions and 4,021 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/examples_web_socket_counter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ on:
- "packages/dart_frog/pubspec.yaml"
- "packages/dart_frog_cli/lib/**"
- "packages/dart_frog_cli/pubspec.yaml"
- "packages/dart_frog_web_socket/lib/**"
- "packages/dart_frog_web_socket/pubspec.yaml"
branches:
- main

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_cli_bundles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git config user.email [email protected]
- name: Create Pull Request
uses: peter-evans/[email protected].4
uses: peter-evans/[email protected].5
with:
base: main
branch: feat/bump-template-bundles
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/basics/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,5 @@ void main() {
```

:::info
We are stubbing the `context.read` with a real `Request` object so that the `provider` is able to inject the value.
We are stubbing the `context.request` with a real `Request` object so that the `provider` is able to inject the value.
:::
16 changes: 8 additions & 8 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^3.2.1",
"@docusaurus/preset-classic": "^3.2.1",
"@docusaurus/core": "^3.3.2",
"@docusaurus/preset-classic": "^3.3.2",
"@mdx-js/react": "^3.0.1",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.24.1",
"@docusaurus/eslint-plugin": "^3.2.1",
"@docusaurus/module-type-aliases": "^3.2.1",
"@babel/eslint-parser": "^7.24.5",
"@docusaurus/eslint-plugin": "^3.3.2",
"@docusaurus/module-type-aliases": "^3.3.2",
"eslint": "^8.57.0",
"prettier": "^3.2.5"
},
Expand Down
2,262 changes: 1,228 additions & 1,034 deletions docs/yarn.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 8c53553

Please sign in to comment.