diff options
author | dependabot[bot] | 2023-01-24 21:47:07 +0000 |
---|---|---|
committer | vitalyster | 2023-01-25 01:55:57 +0300 |
commit | a5b682054d595b3e9e65f77e5015c94618182089 (patch) | |
tree | 23d2758e6a6f819955e3c0c16f096d13ec36d652 /vnext/package.json | |
parent | fcbd6a2fa81ca61bbcb88b6604b759555993c11e (diff) |
build(deps-dev): bump @swc/core from 1.3.27 to 1.3.28 in /vnext
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.27 to 1.3.28.
- [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.3.27...v1.3.28)
---
updated-dependencies:
- dependency-name: "@swc/core"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json index c2b268aa..bf44462f 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -16,7 +16,7 @@ "author": "", "license": "AGPL-3.0-or-later", "devDependencies": { - "@swc/core": "^1.3.27", + "@swc/core": "^1.3.28", "@swc/jest": "^0.2.24", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", |