Skip to content

Commit

Permalink
Update dependencies and example in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jul 29, 2022
1 parent 616c442 commit bcc5ff6
Show file tree
Hide file tree
Showing 4 changed files with 332 additions and 263 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ of Autoprefixer.
::-moz-placeholder {
color: gray;
}
:-ms-input-placeholder {
color: gray;
}
::placeholder {
color: gray;
}
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"postcss": "^8.1.0"
},
"dependencies": {
"browserslist": "^4.20.3",
"caniuse-lite": "^1.0.30001335",
"browserslist": "^4.21.3",
"caniuse-lite": "^1.0.30001373",
"fraction.js": "^4.2.0",
"normalize-range": "^0.1.2",
"picocolors": "^1.0.0",
Expand All @@ -49,18 +49,18 @@
"devDependencies": {
"@logux/eslint-config": "^47.2.0",
"@size-limit/preset-small-lib": "7.0.8",
"c8": "^7.11.2",
"clean-publish": "^4.0.0",
"eslint": "^8.14.0",
"c8": "^7.12.0",
"clean-publish": "^4.0.1",
"eslint": "^8.20.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.0.0",
"nanospy": "^0.5.0",
"postcss": "^8.4.13",
"postcss": "^8.4.14",
"size-limit": "^7.0.8",
"uvu": "^0.5.3"
"uvu": "^0.5.6"
},
"prettier": {
"arrowParens": "avoid",
Expand Down
Loading

0 comments on commit bcc5ff6

Please sign in to comment.