Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: πŸ€– updating all deps #137

Merged
merged 1 commit into from
Mar 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['18', '20']
node: ['20']

steps:
- name: πŸ— Setup Repository
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
run: pnpm build

- name: πŸš€ Publish
if: "!contains(github.event.head_commit.message, 'skip-release')"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"type-check": "tsc",
"lint": "eslint --cache --cache-location node_modules/.cache/eslint/.eslintcache --color .",
"lint": "eslint --cache --cache-location node_modules/.cache/eslint --color .",
"lint:fix": "pnpm lint --fix",
"format": "prettier --check --cache .",
"format:fix": "prettier --write --cache .",
Expand All @@ -43,31 +43,32 @@
]
},
"devDependencies": {
"@commitlint/config-conventional": "18.4.3",
"@commitlint/config-conventional": "19.1.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "11.1.0",
"@semantic-release/commit-analyzer": "12.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "11.0.1",
"@semantic-release/release-notes-generator": "12.1.0",
"@vitest/coverage-v8": "0.34.6",
"commitlint": "18.4.3",
"eslint": "8.54.0",
"eslint-config-jimmy-guzman": "10.1.0",
"gitzy": "4.0.0",
"@semantic-release/npm": "12.0.0",
"@semantic-release/release-notes-generator": "13.0.0",
"@types/node": "20.12.2",
"@vitest/coverage-v8": "1.4.0",
"commitlint": "19.2.1",
"eslint": "8.57.0",
"eslint-config-jimmy-guzman": "14.1.0",
"gitzy": "5.2.0",
"husky": "8.0.3",
"is-ci": "3.0.1",
"lint-staged": "15.1.0",
"prettier": "3.1.0",
"semantic-release": "22.0.8",
"tsup": "8.0.1",
"typescript": "5.1.6",
"vitest": "0.34.6"
"prettier": "3.2.5",
"semantic-release": "23.0.6",
"tsup": "8.0.2",
"typescript": "5.4.3",
"vitest": "1.4.0"
},
"files": [
"dist"
],
"packageManager": "[email protected]",
"engines": {
"node": ">= 18"
"node": ">= 20"
}
}
Loading
Loading