Skip to content

Commit cdb18b9

Browse files
committed
Update dependencies.
1 parent fefdd25 commit cdb18b9

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22

33
## Next
44

5+
### Major
6+
7+
- Updated the [`react-waterfall-render`](https://npm.im/react-waterfall-render) dependency to v5.
8+
59
### Patch
610

11+
- Updated the [`extract-files`](https://npm.im/extract-files) dependency to v13.
712
- Updated dev dependencies.
813
- Added missing readme “Installation” section import map instructions for [`is-plain-obj`](https://npm.im/is-plain-obj).
914
- Added [Browserslist](https://browsersl.ist) links to the readme.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@
101101
"react": "16.14 - 18"
102102
},
103103
"dependencies": {
104-
"extract-files": "^12.0.0",
105-
"react-waterfall-render": "^4.0.1"
104+
"extract-files": "^13.0.0",
105+
"react-waterfall-render": "^5.0.0"
106106
},
107107
"devDependencies": {
108108
"@types/node": "^18.7.13",

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ For [Deno](https://deno.land) and browsers, an example import map (realistically
2828
```json
2929
{
3030
"imports": {
31-
"extract-files/": "https://unpkg.com/extract-files@12.0.0/",
31+
"extract-files/": "https://unpkg.com/extract-files@13.0.0/",
3232
"graphql-react/": "https://unpkg.com/graphql-react@19.0.0/",
3333
"is-plain-obj": "https://unpkg.com/is-plain-obj@4.1.0/index.js",
3434
"is-plain-obj/": "https://unpkg.com/is-plain-obj@4.1.0/",
3535
"react": "https://esm.sh/react@18.2.0",
36-
"react-waterfall-render/": "https://unpkg.com/react-waterfall-render@4.0.1/"
36+
"react-waterfall-render/": "https://unpkg.com/react-waterfall-render@5.0.0/"
3737
}
3838
}
3939
```

0 commit comments

Comments
 (0)