Skip to content

Commit

Permalink
chore(deps): update dependencies (#43)
Browse files Browse the repository at this point in the history
Just update all dependencies.

### Major

- `@types/node`to `^20.7.2`
- `lint-staged` to `^14.0.1`
- `tsup` to `^7.2.0`
  • Loading branch information
mheob committed Sep 30, 2023
1 parent 5b1f068 commit aecd143
Show file tree
Hide file tree
Showing 3 changed files with 779 additions and 990 deletions.
5 changes: 5 additions & 0 deletions .changeset/two-frogs-visit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@mheob/changeset-changelog": patch
---

chore(deps): update dependencies
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"version-packages": "changeset version && pnpm run format"
},
"lint-staged": {
"*.{cjs,js,mjs,ts}": "eslint --fix",
"!(pnpm-)*.{cjs,js,mjs,ts,json,md,mdx,yaml,yml}": "pnpm exec prettier --write",
"*.{cjs,js,mjs,ts}": "eslint --fix",
"package.json": "pnpm dlx sort-package-json"
},
"dependencies": {
Expand All @@ -54,23 +54,23 @@
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@changesets/parse": "^0.3.16",
"@commitlint/cli": "^17.7.1",
"@commitlint/cli": "^17.7.2",
"@mheob/commitlint-config": "^1.1.0",
"@mheob/eslint-config": "^5.1.0",
"@mheob/prettier-config": "^3.1.0",
"@mheob/tsconfig": "^2.0.0",
"@types/node": "^18.18.0",
"@vitest/coverage-istanbul": "^0.34.5",
"@types/node": "^20.7.2",
"@vitest/coverage-istanbul": "^0.34.6",
"commitizen": "^4.3.0",
"cz-git": "^1.7.1",
"eslint": "^8.50.0",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"lint-staged": "^14.0.1",
"ts-node": "^10.9.1",
"tsup": "^6.7.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.5"
"vitest": "^0.34.6"
},
"tsup": {
"clean": true,
Expand Down
Loading

0 comments on commit aecd143

Please sign in to comment.