Skip to content

Commit ce3f286

Browse files
authored
Fix: CRA and Next.js examples (#340)
* fix: cra examples * fix: next-js example * fix: nextjs eslint * ci: bump setup-miniconda * deps: bump primer-addons to latest
1 parent b6e0a86 commit ce3f286

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+89
-85
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v3
2929
- name: Setup conda
30-
uses: conda-incubator/setup-miniconda@v2
30+
uses: conda-incubator/setup-miniconda@v3
3131
with:
3232
mamba-version: "*"
3333
channels: conda-forge,defaults
File renamed without changes.
File renamed without changes.

examples/slate/package.json renamed to attic/slate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"@datalayer/icons-react": "^0.3.2",
2727
"@datalayer/jupyter-react": "^0.15.0",
28-
"@datalayer/primer-addons": "^0.3.1",
28+
"@datalayer/primer-addons": "^0.3.2",
2929
"@emotion/css": "^11.1.3",
3030
"@emotion/react": "^11.10.6",
3131
"@emotion/styled": "^11.10.6",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)