Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenseric committed May 9, 2022
1 parent e9f39b8 commit 2ea3ab0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

### Patch

- Updated dependencies.
- Updated GitHub Actions CI config:
- Updated `actions/checkout` to v3.
- Implemented a `deno.json` Deno config file.
Expand Down
2 changes: 1 addition & 1 deletion importMap.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"react-test-renderer": "https://esm.sh/react-test-renderer@17.0.2?dev",
"react-waterfall-render/": "https://unpkg.com/react-waterfall-render@4.0.0/",
"ruck/": "./",
"std/": "https://deno.land/std@0.136.0/"
"std/": "https://deno.land/std@0.138.0/"
}
}
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ A Ruck project contains:
"react-dom/server": "https://esm.sh/react-dom@17.0.2/server?dev",
"react-waterfall-render/": "https://unpkg.com/react-waterfall-render@4.0.0/",
"ruck/": "https://deno.land/x/ruck@v4.0.0/",
"std/": "https://deno.land/std@0.136.0/"
"std/": "https://deno.land/std@0.138.0/"
}
}
```
Expand All @@ -105,7 +105,7 @@ A Ruck project contains:
"react-dom/server": "https://esm.sh/react-dom@17.0.2/server",
"react-waterfall-render/": "https://unpkg.com/react-waterfall-render@4.0.0/",
"ruck/": "https://deno.land/x/ruck@v4.0.0/",
"std/": "https://deno.land/std@0.136.0/"
"std/": "https://deno.land/std@0.138.0/"
}
}
```
Expand All @@ -115,8 +115,8 @@ A Ruck project contains:
{
"imports": {
"graphql-react/": "https://unpkg.com/graphql-react@18.0.0/",
"react": "https://cdn.esm.sh/v76/react@17.0.2/es2021/react.development.js",
"react-dom": "https://cdn.esm.sh/v76/react-dom@17.0.2/es2021/react-dom.development.js",
"react": "https://cdn.esm.sh/v78/react@17.0.2/es2021/react.development.js",
"react-dom": "https://cdn.esm.sh/v78/react-dom@17.0.2/es2021/react-dom.development.js",
"react-waterfall-render/": "https://unpkg.com/react-waterfall-render@4.0.0/",
"ruck/": "https://deno.land/x/ruck@v4.0.0/"
}
Expand All @@ -128,8 +128,8 @@ A Ruck project contains:
{
"imports": {
"graphql-react/": "https://unpkg.com/graphql-react@18.0.0/",
"react": "https://cdn.esm.sh/v76/react@17.0.2/es2021/react.js",
"react-dom": "https://cdn.esm.sh/v76/react-dom@17.0.2/es2021/react-dom.js",
"react": "https://cdn.esm.sh/v78/react@17.0.2/es2021/react.js",
"react-dom": "https://cdn.esm.sh/v78/react-dom@17.0.2/es2021/react-dom.js",
"react-waterfall-render/": "https://unpkg.com/react-waterfall-render@4.0.0/",
"ruck/": "https://deno.land/x/ruck@v4.0.0/"
}
Expand Down

0 comments on commit 2ea3ab0

Please sign in to comment.