Skip to content

Commit 0a7330c

Browse files
committed
Merge branch 'develop' into filter-scale-tuples
2 parents d979429 + 20e17a9 commit 0a7330c

File tree

4 files changed

+76
-70
lines changed

4 files changed

+76
-70
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
needs: [build]
5454
steps:
5555
- id: can_release
56-
run: echo '::set-output name=CAN_RELEASE::${{ env.CAN_RELEASE }}'
56+
run: echo 'CAN_RELEASE=${{ env.CAN_RELEASE }}' >> $GITHUB_OUTPUT
5757
env:
5858
CAN_RELEASE: ${{ secrets.AUTO_RELEASE_GH_TOKEN != '' }}
5959
outputs:

examples/next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"@emotion/react": "^11.11.1",
1616
"@mdx-js/loader": "^2.3.0",
1717
"@mdx-js/react": "^2.3.0",
18-
"@next/mdx": "^13.4.5",
18+
"@next/mdx": "^14.0.4",
1919
"@theme-ui/css": "workspace:^",
20-
"next": "^13.4.5",
20+
"next": "^14.0.4",
2121
"react": "^18.1.0",
2222
"react-dom": "^18",
2323
"theme-ui": "workspace:^"

packages/e2e/integration/docs-navigation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ describe('docs navigation', () => {
3939
(link) => link.textContent === 'Packages'
4040
)!
4141

42-
packagesLink.click()
42+
packagesLink.click({ force: true })
4343
})
4444

4545
for (const packageName of [

pnpm-lock.yaml

Lines changed: 72 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)