Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Sep 17, 2023
1 parent 5a011ff commit cdbf2d1
Show file tree
Hide file tree
Showing 4 changed files with 425 additions and 477 deletions.
5 changes: 4 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ module.exports = {
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'plugin:@typescript-eslint/stylistic',
'plugin:vitest/recommended',
'prettier'
],
rules: {
'@typescript-eslint/consistent-type-imports': 'error'
'@typescript-eslint/consistent-type-imports': 'error',
'@typescript-eslint/consistent-type-definitions': ['error', 'type'],
'@typescript-eslint/array-type': ['error', { default: 'array-simple' }]
},
overrides: [
{
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,21 @@
"vitest": ">=0.28.5"
},
"devDependencies": {
"@types/node": "^18.16.3",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-vitest": "^0.1.4",
"execa": "^7.1.1",
"prettier": "^2.8.8",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vite": "^4.3.3",
"vitest": "^0.30.1"
"@types/node": "^18.17.17",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-vitest": "^0.3.1",
"execa": "^8.0.1",
"prettier": "^3.0.3",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.4"
},
"dependencies": {
"@actions/core": "^1.10.0"
},
"packageManager": "pnpm@8.3.1"
"packageManager": "pnpm@8.7.5"
}
Loading

0 comments on commit cdbf2d1

Please sign in to comment.