Skip to content

Commit

Permalink
deps: bump [email protected] (peer) and 5 other (dev) deps (#157)
Browse files Browse the repository at this point in the history
Updates `@nihalgonsalves/esconfig` from 0.6.15 to 0.6.16
- [Release notes](https://github.com/nihalgonsalves/esconfig/releases)
- [Changelog](https://github.com/nihalgonsalves/esconfig/blob/main/CHANGELOG.md)
- [Commits](nihalgonsalves/esconfig@v0.6.15...v0.6.16)

Updates `@types/node` from 18.19.3 to 18.19.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vitest/coverage-v8` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.1.1/packages/coverage-v8)

Updates `@vitest/ui` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.1.1/packages/ui)

Updates `esbuild` from 0.19.10 to 0.19.11
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.19.10...v0.19.11)

Updates `vitest` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.1.1/packages/vitest)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 15c0677 commit 1f3ef1a
Show file tree
Hide file tree
Showing 2 changed files with 378 additions and 136 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"peerDependencies": {
"browserslist": "^4.21.8",
"esbuild": "~0.19.2"
"esbuild": "~0.19.11"
},
"dependencies": {
"debug": "^4.3.4",
Expand All @@ -36,19 +36,19 @@
"devDependencies": {
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@nihalgonsalves/esconfig": "^0.6.0",
"@nihalgonsalves/esconfig": "^0.6.16",
"@types/debug": "^4.1.8",
"@types/node": "18",
"@vitest/coverage-v8": "^1.0.1",
"@vitest/ui": "^1.0.1",
"@vitest/coverage-v8": "^1.1.1",
"@vitest/ui": "^1.1.1",
"browserslist": "^4.21.9",
"esbuild": "~0.19.2",
"esbuild": "~0.19.11",
"eslint": "^8.45.0",
"eslint-plugin-vitest": "^0.3.1",
"lefthook": "^1.4.8",
"prettier": "^3.0.0",
"typescript": "^5.1.6",
"vitest": "^1.0.1"
"vitest": "^1.1.1"
},
"packageManager": "[email protected]+sha256.825003a0f561ad09a3b1ac4a3b3ea6207af2796d54f62a9420520915721f5186"
}
Loading

0 comments on commit 1f3ef1a

Please sign in to comment.