Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed May 21, 2021
1 parent 60ae9a6 commit e72998a
Show file tree
Hide file tree
Showing 2 changed files with 647 additions and 637 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"postcss": "^8.1.0"
},
"dependencies": {
"browserslist": "^4.16.3",
"caniuse-lite": "^1.0.30001198",
"browserslist": "^4.16.6",
"caniuse-lite": "^1.0.30001228",
"colorette": "^1.2.2",
"fraction.js": "^4.0.13",
"fraction.js": "^4.1.0",
"normalize-range": "^0.1.2",
"postcss-value-parser": "^4.1.0"
},
Expand All @@ -41,31 +41,31 @@
"chalk": false
},
"devDependencies": {
"@logux/eslint-config": "^45.2.0",
"@size-limit/preset-small-lib": "4.10.1",
"@types/jest": "^26.0.20",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"@logux/eslint-config": "^45.4.3",
"@size-limit/preset-small-lib": "4.10.2",
"@types/jest": "^26.0.23",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"check-dts": "^0.4.4",
"clean-publish": "^2.1.0",
"eslint": "^7.21.0",
"clean-publish": "^2.2.0",
"eslint": "^7.26.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.2.1",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-let": "^1.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-unicorn": "^28.0.2",
"eslint-plugin-unicorn": "^32.0.1",
"fs-extra": "^9.1.0",
"jest": "^26.6.3",
"lint-staged": "^10.5.4",
"postcss": "^8.2.15",
"prettier": "^2.2.1",
"simple-git-hooks": "^2.0.2",
"size-limit": "^4.10.1",
"ts-jest": "^26.5.3",
"typescript": "^4.2.3"
"prettier": "^2.3.0",
"simple-git-hooks": "^2.4.1",
"size-limit": "^4.10.2",
"ts-jest": "^26.5.6",
"typescript": "^4.2.4"
},
"lint-staged": {
"*.js": [
Expand All @@ -90,7 +90,7 @@
},
"size-limit": [
{
"limit": "90 KB"
"limit": "95 KB"
}
],
"eslintConfig": {
Expand Down
Loading

0 comments on commit e72998a

Please sign in to comment.