File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " unist-util-select" ,
3- "version" : " 4 .0.3 " ,
3+ "version" : " 5 .0.0 " ,
44 "description" : " unist utility to select nodes with CSS-like selectors" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -63,14 +63,14 @@ npm install unist-util-select
6363In Deno with [ ` esm.sh ` ] [ esmsh ] :
6464
6565``` js
66- import {matches , select , selectAll } from " https://esm.sh/unist-util-select@4 "
66+ import {matches , select , selectAll } from " https://esm.sh/unist-util-select@5 "
6767```
6868
6969In browsers with [ ` esm.sh ` ] [ esmsh ] :
7070
7171``` html
7272<script type =" module" >
73- import {matches , select , selectAll } from " https://esm.sh/unist-util-select@4 ?bundle"
73+ import {matches , select , selectAll } from " https://esm.sh/unist-util-select@5 ?bundle"
7474 </script >
7575```
7676
@@ -284,7 +284,7 @@ versions of Node.js.
284284
285285When we cut a new major release, we drop support for unmaintained versions of
286286Node.
287- This means we try to keep the current release line, ` unist-util-select@^6 ` ,
287+ This means we try to keep the current release line, ` unist-util-select@^5 ` ,
288288compatible with Node.js 16.
289289
290290## Related
You can’t perform that action at this time.
0 commit comments