8000 Update dev-dependencies · CibiAananth/unifiedjs.github.io@c74fea5 · GitHub
[go: up one dir, main page]

Skip to content

Commit c74fea5

Browse files
committed
Update dev-dependencies
1 parent 4413ae7 commit c74fea5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

asset/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ abbr {
398398

399399
.box:hover,
400400
.box:focus {
401-
border-color: currentColor;
401+
border-color: currentcolor;
402402
}
403403

404404
.card {

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"d3-scale": "^4.0.0",
2626
"deepmerge": "^4.0.0",
2727
"dictionary-en": "^3.0.0",
28-
"dotenv": "^14.0.0",
28+
"dotenv": "^16.0.0",
2929
"esbuild": "^0.14.0",
3030
"flexsearch": "^0.7.0",
3131
"glob": "^7.0.0",
@@ -47,7 +47,7 @@
4747
"postcss": "^8.0.0",
4848
"postcss-preset-env": "^7.0.0",
4949
"prettier": "^2.0.0",
50-
"pretty-bytes": "^5.0.0",
50+
"pretty-bytes": "^6.0.0",
5151
"random-useragent": "^0.5.0",
5252
"rehype-autolink-headings": "^6.0.0",
5353
"rehype-document": "^6.0.0",
@@ -83,12 +83,12 @@
8383
"retext-spell": "^5.0.0",
8484
"retext-syntax-mentions": "^3.0.0",
8585
"retext-syntax-urls": "^3.0.0",
86-
"sharp": "^0.29.0",
86+
"sharp": "^0.30.0",
8787
"spdx-license-list": "^6.0.0",
8888
"strip-comments": "^2.0.0",
8989
"stylelint": "^14.0.0",
9090
"stylelint-config-prettier": "^9.0.0",
91-
"stylelint-config-standard": "^24.0.0",
91+
"stylelint-config-standard": "^25.0.0",
9292
"to-vfile": "^7.0.0",
9393
"trough": "^2.0.0",
9494
"unified": "^10.0.0",
@@ -97,7 +97,7 @@
9797
"vfile-mkdirp": "^3.0.0",
9898
"vfile-rename": "^2.0.0",
9999
"vfile-reporter": "^7.0.0",
100-
"xo": "^0.47.0"
100+
"xo": "^0.48.0"
101101
},
102102
"scripts": {
103103
"start": "budo --dir build",

0 commit comments

Comments
 (0)
0