Skip to content

Commit

Permalink
build(deps): bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard Aksamitov committed Feb 8, 2022
1 parent c6ea34d commit da6ff6e
Show file tree
Hide file tree
Showing 2 changed files with 756 additions and 788 deletions.
37 changes: 20 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,36 +37,36 @@
}
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/core": "^7.17.2",
"@logux/eslint-config": "46.0.1",
"@size-limit/preset-small-lib": "^7.0.5",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/vue": "^6.4.0",
"@size-limit/preset-small-lib": "^7.0.8",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/vue": "^6.5.1",
"@types/jest": "^27.4.0",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"@vue/compiler-sfc": "^3.2.30",
"@vue/devtools-api": "^6.0.2",
"check-dts": "^0.6.6",
"clean-publish": "^3.4.5",
"eslint": "^8.6.0",
"clean-publish": "^4.0.0",
"eslint": "^8.8.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^25.3.4",
"eslint-plugin-jest": "^26.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-unicorn": "^40.0.0",
"jest": "^27.4.7",
"eslint-plugin-unicorn": "^40.1.0",
"jest": "^27.5.1",
"nano-staged": "^0.5.0",
"nanodelay": "^2.0.2",
"nanostores": "^0.5.10",
"prettier": "^2.5.1",
"simple-git-hooks": "^2.7.0",
"size-limit": "^7.0.5",
"ts-jest": "^27.1.2",
"typescript": "^4.5.4",
"size-limit": "^7.0.8",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5",
"vue": "^3.2.30"
},
"simple-git-hooks": {
Expand Down Expand Up @@ -106,7 +106,10 @@
]
},
"eslintConfig": {
"extends": "@logux/eslint-config/esm"
"extends": "@logux/eslint-config/esm",
"rules": {
"@typescript-eslint/no-unnecessary-type-assertion": "off"
}
},
"eslintIgnore": [
"**/errors.ts"
Expand All @@ -118,15 +121,15 @@
"index.js": "{ useStore }",
"nanostores": "{ map, computed }"
},
"limit": "764 B"
"limit": "765 B"
},
{
"name": "useStore + helpers",
"import": {
"index.js": "{ useStore, useVModel, mapStores }",
"nanostores": "{ map, computed }"
},
"limit": "923 B"
"limit": "924 B"
}
],
"clean-publish": {
Expand Down
Loading

0 comments on commit da6ff6e

Please sign in to comment.