diff options
author | dependabot[bot] | 2023-02-01 21:25:54 +0000 |
---|---|---|
committer | vitalyster | 2023-02-02 16:58:26 +0300 |
commit | fe78b475bea5587673066edd741811bbf9ba3a5d (patch) | |
tree | d65061d470bc0975590314aa013ed8b2a2770d5f /vnext/package.json | |
parent | 57b8f79ba23ee19065fdc6b322e6b0e9cadbe91e (diff) |
build(deps-dev): bump @swc/core from 1.3.31 to 1.3.32 in /vnext
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.31 to 1.3.32.
- [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.31...v1.3.32)
---
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 75344b5f..910df613 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.31", + "@swc/core": "^1.3.32", "@swc/jest": "^0.2.24", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", |