Skip to content

Commit

Permalink
Bump the development-dependencies group with 3 updates (#64)
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 3 updates: [@stylelint/remark-preset](https://github.com/stylelint/remark-preset), [np](https://github.com/sindresorhus/np) 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 `np` from 10.0.5 to 10.0.6
- [Release notes](https://github.com/sindresorhus/np/releases)
- [Commits](sindresorhus/np@v10.0.5...v10.0.6)

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: np
  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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 21, 2024
1 parent f93d0e6 commit 3c44d1c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 24 deletions.
52 changes: 31 additions & 21 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@
"devDependencies": {
"@stylelint/npm-package-json-lint-config": "^5.0.1",
"@stylelint/prettier-config": "^3.0.0",
"@stylelint/remark-preset": "^5.1.0",
"@stylelint/remark-preset": "^5.1.1",
"@types/which-pm-runs": "^1.0.2",
"eslint": "^8.57.0",
"eslint-config-stylelint": "^21.0.0",
"np": "^10.0.5",
"np": "^10.0.6",
"npm-run-all": "^4.1.5",
"remark-cli": "^12.0.1",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vitest": "^1.6.0"
},
"engines": {
Expand Down

0 comments on commit 3c44d1c

Please sign in to comment.