Skip to content

Commit

Permalink
Bump the development-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 4 updates: [@stylelint/remark-preset](https://github.com/stylelint/remark-preset), [lint-staged](https://github.com/okonet/lint-staged), [prettier](https://github.com/prettier/prettier) and [typescript](https://github.com/Microsoft/TypeScript).


Updates `@stylelint/remark-preset` from 5.1.0 to 5.1.1
- [Release notes](https://github.com/stylelint/remark-preset/releases)
- [Changelog](https://github.com/stylelint/remark-preset/blob/main/CHANGELOG.md)
- [Commits](stylelint/remark-preset@5.1.0...5.1.1)

Updates `lint-staged` from 15.2.5 to 15.2.7
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.5...v15.2.7)

Updates `prettier` from 3.3.0 to 3.3.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.0...3.3.2)

Updates `typescript` from 5.4.5 to 5.5.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.5.2)

---
updated-dependencies:
- dependency-name: "@stylelint/remark-preset"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 0adc3c2 commit e2a8cdf
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 20 deletions.
42 changes: 26 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
},
"devDependencies": {
"@stylelint/prettier-config": "^3.0.0",
"@stylelint/remark-preset": "^5.1.0",
"@stylelint/remark-preset": "^5.1.1",
"@tsconfig/node20": "^20.1.4",
"@tsconfig/strictest": "^2.0.5",
"@types/mdast": "^4.0.4",
"@vercel/ncc": "^0.38.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"lint-staged": "^15.2.7",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.0",
"prettier": "^3.3.2",
"remark-cli": "^12.0.1",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"engines": {
"node": ">=20"
Expand Down

0 comments on commit e2a8cdf

Please sign in to comment.