diff options
author | dependabot[bot] | 2024-09-16 21:19:02 +0000 |
---|---|---|
committer | vitalyster | 2024-09-21 19:23:34 +0300 |
commit | 2f0b8198eeb48e8ba4029391bf4d80e7673e7a14 (patch) | |
tree | 5f0036e11066d8c163a2c5aa988b0f340ead89ac /package.json | |
parent | c8044dde83fb265c325652f9a4f90d5b03a3bb8b (diff) |
build(deps-dev): bump the development group with 3 updates
Bumps the development group with 3 updates: [@swc/core](https://github.com/swc-project/swc), [babel-loader](https://github.com/babel/babel-loader) and [postcss](https://github.com/postcss/postcss).
Updates `@swc/core` from 1.7.24 to 1.7.26
- [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.24...v1.7.26)
Updates `babel-loader` from 9.1.3 to 9.2.1
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v9.1.3...v9.2.1)
Updates `postcss` from 8.4.45 to 8.4.47
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.45...8.4.47)
---
updated-dependencies:
- dependency-name: "@swc/core"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development
- dependency-name: babel-loader
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 177c6516..76da7018 100644 --- a/package.json +++ b/package.json @@ -23,12 +23,12 @@ "@babel/eslint-parser": "^7.25.1", "@babel/preset-env": "^7.25.4", "@babel/preset-react": "^7.24.7", - "@swc/core": "^1.7.24", + "@swc/core": "^1.7.26", "@swc/jest": "^0.2.36", "@testing-library/jest-dom": "^6.5.0", "@testing-library/react": "^16.0.1", "autoprefixer": "^10.4.20", - "babel-loader": "^9.1.3", + "babel-loader": "^9.2.1", "core-js": "^3.38.1", "cors": "^2.8.5", "cross-env": "^7.0.3", @@ -48,7 +48,7 @@ "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "mini-css-extract-plugin": "^2.9.1", - "postcss": "^8.4.45", + "postcss": "^8.4.47", "postcss-cli": "^11.0.0", "postcss-import": "^16.1.0", "postcss-loader": "^8.1.1", |