Skip to content

Commit cfa4838

Browse files
authoredAug 7, 2023
Bump the dev-dependencies group with 3 updates (#418)
Bumps the dev-dependencies group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) and [prettier](https://github.com/prettier/prettier). Updates `@types/node` from 20.4.5 to 20.4.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-config-prettier` from 8.9.0 to 9.0.0 - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v8.9.0...v9.0.0) Updates `prettier` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.0.0...3.0.1) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 02a5f12 commit cfa4838

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed
 

‎package-lock.json

+21-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"@changesets/cli": "^2.26.2",
1818
"@tsconfig/node14": "^14.1.0",
1919
"@types/jest": "^29.5.3",
20-
"@types/node": "^20.4.5",
20+
"@types/node": "^20.4.8",
2121
"@typescript-eslint/eslint-plugin": "^6.2.1",
2222
"@typescript-eslint/parser": "^6.2.1",
2323
"eslint": "^8.46.0",
24-
"eslint-config-prettier": "^8.9.0",
24+
"eslint-config-prettier": "^9.0.0",
2525
"eslint-plugin-prettier": "^5.0.0",
2626
"jest": "^29.6.2",
2727
"nock": "^13.3.2",
28-
"prettier": "^3.0.0",
28+
"prettier": "^3.0.1",
2929
"ts-jest": "^29.1.1",
3030
"typescript": "^5.1.6"
3131
},

0 commit comments

Comments
 (0)
Please sign in to comment.