diff options
author | dependabot[bot] | 2023-02-23 22:25:37 +0000 |
---|---|---|
committer | vitalyster | 2023-02-24 02:43:16 +0300 |
commit | e0c9bfb74ae9e466489d95c17d0c2b75b683f3c5 (patch) | |
tree | cf7ebf255f4d7f833cb39007f1a8ccdb2ca7c7ed /vnext/package.json | |
parent | 4f29512c83a1879865f222be4b4f2e95f499833b (diff) |
build(deps-dev): bump @swc/core from 1.3.35 to 1.3.36 in /vnext
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.35 to 1.3.36.
- [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.35...v1.3.36)
---
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 8fd98ace..be323157 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.35", + "@swc/core": "^1.3.36", "@swc/jest": "^0.2.24", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", |