Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Dec 29, 2023
1 parent 371765e commit ddad451
Show file tree
Hide file tree
Showing 4 changed files with 743 additions and 647 deletions.
40 changes: 23 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,26 +42,26 @@
"nanostores": "^0.9.0"
},
"devDependencies": {
"@logux/eslint-config": "^51.0.0",
"@size-limit/preset-small-lib": "^8.2.6",
"@types/jsdom": "^21.1.1",
"@types/node": "^20.4.4",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"c8": "^8.0.0",
"@logux/eslint-config": "^52.0.2",
"@size-limit/preset-small-lib": "^11.0.1",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"c8": "^8.0.1",
"check-dts": "^0.7.2",
"clean-publish": "^4.2.0",
"eslint": "^8.45.0",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.0",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.1.1",
"jsdom": "^22.1.0",
"nanostores": "^0.9.3",
"size-limit": "^8.2.6",
"nanostores": "^0.9.5",
"size-limit": "^11.0.1",
"tsm": "^2.3.0",
"typescript": "^5.1.6",
"typescript": "^5.3.3",
"uvu": "^0.5.6"
},
"prettier": {
Expand All @@ -74,14 +74,20 @@
},
"c8": {
"exclude": [
"**/*.test.*"
"**/*.test.*",
"test/*"
],
"lines": 100,
"reporter": "lcov",
"check-coverage": true
"check-coverage": true,
"reporter": [
"text",
"lcov"
],
"skip-full": true,
"clean": true
},
"eslintConfig": {
"extends": "@logux/eslint-config/esm",
"extends": "@logux/eslint-config",
"rules": {
"@typescript-eslint/no-explicit-any": "off",
"consistent-return": "off"
Expand Down
Loading

0 comments on commit ddad451

Please sign in to comment.