Skip to content

Commit 0054381

Browse files
author
denisp22
committed
Update dependencies.
1 parent 0f1d766 commit 0054381

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

changelog.md

+5
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

+2-2
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

+2-2
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/[email protected]/",
3333
"is-plain-obj": "https://unpkg.com/[email protected]/index.js",
3434
"is-plain-obj/": "https://unpkg.com/[email protected]/",
3535
"react": "https://esm.sh/[email protected]",
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)