Skip to content

Commit bcc5ff6

Browse files
committed
Update dependencies and example in docs
1 parent 616c442 commit bcc5ff6

File tree

4 files changed

+332
-263
lines changed

4 files changed

+332
-263
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ of Autoprefixer.
3333
::-moz-placeholder {
3434
color: gray;
3535
}
36-
:-ms-input-placeholder {
37-
color: gray;
38-
}
3936
::placeholder {
4037
color: gray;
4138
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"postcss": "^8.1.0"
4040
},
4141
"dependencies": {
42-
"browserslist": "^4.20.3",
43-
"caniuse-lite": "^1.0.30001335",
42+
"browserslist": "^4.21.3",
43+
"caniuse-lite": "^1.0.30001373",
4444
"fraction.js": "^4.2.0",
4545
"normalize-range": "^0.1.2",
4646
"picocolors": "^1.0.0",
@@ -49,18 +49,18 @@
4949
"devDependencies": {
5050
"@logux/eslint-config": "^47.2.0",
5151
"@size-limit/preset-small-lib": "7.0.8",
52-
"c8": "^7.11.2",
53-
"clean-publish": "^4.0.0",
54-
"eslint": "^8.14.0",
52+
"c8": "^7.12.0",
53+
"clean-publish": "^4.0.1",
54+
"eslint": "^8.20.0",
5555
"eslint-config-standard": "^17.0.0",
5656
"eslint-plugin-import": "^2.26.0",
57-
"eslint-plugin-n": "^15.2.0",
57+
"eslint-plugin-n": "^15.2.4",
5858
"eslint-plugin-prefer-let": "^3.0.1",
5959
"eslint-plugin-promise": "^6.0.0",
6060
"nanospy": "^0.5.0",
61-
"postcss": "^8.4.13",
61+
"postcss": "^8.4.14",
6262
"size-limit": "^7.0.8",
63-
"uvu": "^0.5.3"
63+
"uvu": "^0.5.6"
6464
},
6565
"prettier": {
6666
"arrowParens": "avoid",

0 commit comments

Comments
 (0)