Skip to content

Commit

Permalink
chore(deps): update dependencies (#31)
Browse files Browse the repository at this point in the history
Also run autofix of ESLint to add the new rules.
  • Loading branch information
mheob authored Jun 2, 2023
1 parent 53672f0 commit aa2ccc3
Show file tree
Hide file tree
Showing 6 changed files with 1,062 additions and 815 deletions.
5 changes: 5 additions & 0 deletions .changeset/fast-guests-sleep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@mheob/changeset-changelog': patch
---

update dependencies
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 7
version: latest

- name: Setup Node
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 7
version: latest

- name: Setup Node
uses: actions/setup-node@v3
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,28 +49,28 @@
"dependencies": {
"@changesets/get-github-info": "^0.5.2",
"@changesets/types": "^5.2.1",
"dotenv": "^16.0.3"
"dotenv": "^16.1.3"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@changesets/parse": "^0.3.16",
"@commitlint/cli": "^17.6.0",
"@commitlint/cli": "^17.6.5",
"@mheob/commitlint-config": "^1.0.1",
"@mheob/eslint-config": "^4.2.1",
"@mheob/eslint-config": "^5.0.0",
"@mheob/prettier-config": "^3.0.1",
"@mheob/tsconfig": "^2.0.0",
"@types/node": "^18.15.11",
"@vitest/coverage-istanbul": "^0.30.1",
"@types/node": "^18.16.16",
"@vitest/coverage-istanbul": "^0.31.4",
"commitizen": "^4.3.0",
"cz-git": "^1.6.1",
"eslint": "^8.38.0",
"eslint": "^8.41.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.1",
"lint-staged": "^13.2.2",
"ts-node": "^10.9.1",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vite": "^4.2.1",
"vitest": "^0.30.1"
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vitest": "^0.31.4"
},
"tsup": {
"clean": true,
Expand Down
Loading

0 comments on commit aa2ccc3

Please sign in to comment.