Skip to content

Commit

Permalink
Upgrade deps and setup
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-dldc committed Jul 4, 2023
1 parent edfe257 commit 4dfc3e2
Show file tree
Hide file tree
Showing 4 changed files with 527 additions and 326 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/no-this-alias": "off",
"no-constant-condition": "off"
}
}
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,18 @@
"typecheck:watch": "tsc --watch"
},
"devDependencies": {
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@vitest/coverage-v8": "^0.32.0",
"eslint": "^8.42.0",
"@types/node": "^20.3.3",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitest/coverage-v8": "^0.32.4",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"prettier": "^2.8.8",
"release-it": "^15.11.0",
"rimraf": "^5.0.1",
"tslib": "^2.5.3",
"tsup": "^6.7.0",
"typescript": "^5.1.3",
"vitest": "^0.32.0"
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"vitest": "^0.32.4"
},
"packageManager": "pnpm@8.6.1",
"publishConfig": {
Expand Down
Loading

0 comments on commit 4dfc3e2

Please sign in to comment.