Skip to content

Commit

Permalink
chore(deps): update dependency @silverhand/eslint-config to v5 (#60)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @silverhand/eslint-config to v5

* chore: bump dependencies

* chore: lint fix

* fix: test

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Charles Zhao <[email protected]>
  • Loading branch information
renovate[bot] and charIeszhao authored Jan 25, 2024
1 parent 0d9316d commit 666e8fd
Show file tree
Hide file tree
Showing 9 changed files with 773 additions and 494 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"typescriptreact",
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.eslint": "explicit"
},
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,24 @@
"test": "pnpm build:test && NODE_OPTIONS=--experimental-vm-modules jest"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-typescript": "^11.1.0",
"@silverhand/eslint-config": "1.3.0",
"@silverhand/ts-config": "1.2.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@silverhand/eslint-config": "5.0.0",
"@silverhand/ts-config": "5.0.0",
"@types/jest": "^29.2.4",
"@types/node": "^20.0.0",
"eslint": "^8.30.0",
"expect-type": "^0.17.0",
"@types/node": "^20.11.6",
"eslint": "^8.56.0",
"expect-type": "^0.17.1",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jest-matcher-specific-error": "^1.0.0",
"prettier": "^2.8.1",
"prettier": "^3.2.4",
"rollup": "^4.0.0",
"rollup-plugin-summary": "^2.0.0",
"typescript": "^5.0.0"
"typescript": "^5.3.3"
},
"engines": {
"node": "^20.0.0",
"node": "^18.12.0 || ^20.9.0",
"pnpm": "^8.0.0"
},
"prettier": "@silverhand/eslint-config/.prettierrc",
Expand Down
Loading

0 comments on commit 666e8fd

Please sign in to comment.