diff options
author | dependabot[bot] | 2024-08-28 09:30:14 +0000 |
---|---|---|
committer | vitalyster | 2024-08-28 13:22:39 +0300 |
commit | 54394658178201f4a8fd6c7000bc9edd503db7d6 (patch) | |
tree | dacc56e36b778fa52e79413ba68e6538d299165a /package.json | |
parent | 58d0865c4f3ea2a3bae74b2ed2f9ec02241f48b5 (diff) |
build(deps-dev): bump the development group across 1 directory with 2 updates
Bumps the development group with 2 updates in the / directory: [@swc/core](https://github.com/swc-project/swc) and [stylelint](https://github.com/stylelint/stylelint).
Updates `@swc/core` from 1.7.18 to 1.7.19
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/compare/v1.7.18...v1.7.19)
Updates `stylelint` from 16.8.2 to 16.9.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/16.8.2...16.9.0)
---
updated-dependencies:
- dependency-name: "@swc/core"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index d3334004..0a7d2722 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@babel/eslint-parser": "^7.25.1", "@babel/preset-env": "^7.25.4", "@babel/preset-react": "^7.24.7", - "@swc/core": "^1.7.18", + "@swc/core": "^1.7.19", "@swc/jest": "^0.2.36", "@testing-library/jest-dom": "^6.5.0", "@testing-library/react": "^16.0.0", @@ -57,7 +57,7 @@ "react-test-renderer": "^18.3.1", "regenerator-runtime": "^0.14.1", "style-loader": "^4.0.0", - "stylelint": "^16.8.2", + "stylelint": "^16.9.0", "stylelint-config-standard": "^36.0.1", "supertest": "^7.0.0", "webpack": "^5.94.0", |