Skip to content

Commit

Permalink
chore(deps): update dependencies (#4)
Browse files Browse the repository at this point in the history
Just update all dev dependencies.
  • Loading branch information
mheob authored Dec 4, 2022
1 parent ed61bbd commit ff326d2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@
module.exports = {
root: true,
extends: ['@mheob/eslint-config'],
rules: {
'unicorn/no-null': 'off',
},
};
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "used-pm",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"description": "Detects what package manager executes the process",
"keywords": [
"npm",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@mheob/prettier-config": "^2.0.3",
"@mheob/tsconfig": "^1.0.1",
"@types/node": "^18.11.10",
"husky": "^8.0.0",
"husky": "^8.0.2",
"lint-staged": "^13.0.4",
"ts-node": "^10.9.1",
"tsup": "^6.5.0",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "@mheob/tsconfig/commonjs",
"include": ["scripts/**/*", "src/**/*"]
"include": ["@types/**/*", "scripts/**/*", "src/**/*"]
}

0 comments on commit ff326d2

Please sign in to comment.