diff options
author | dependabot[bot] | 2023-08-14 21:33:58 +0000 |
---|---|---|
committer | vitalyster | 2023-08-15 04:02:46 +0300 |
commit | 0896f6cfcc9fa1ca108c28505cc6976ecbded045 (patch) | |
tree | 5166798af7cd78f4c73e27e6467b49146a833b63 /package.json | |
parent | cf49cd32cb7e8ac5f698e2353156669b4a12139c (diff) |
build(deps-dev): bump the development group with 6 updates
Bumps the development group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [@swc/core](https://github.com/swc-project/swc) | `1.3.75` | `1.3.76` |
| [@swc/jest](https://github.com/swc-project/jest) | `0.2.28` | `0.2.29` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `5.17.0` | `6.0.0` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.14` | `10.4.15` |
| [eslint](https://github.com/eslint/eslint) | `8.46.0` | `8.47.0` |
| [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) | `5.11.1` | `6.0.0` |
Updates `@swc/core` from 1.3.75 to 1.3.76
- [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.75...v1.3.76)
Updates `@swc/jest` from 0.2.28 to 0.2.29
- [Commits](https://github.com/swc-project/jest/compare/v0.2.28...v0.2.29)
Updates `@testing-library/jest-dom` from 5.17.0 to 6.0.0
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.17.0...v6.0.0)
Updates `autoprefixer` from 10.4.14 to 10.4.15
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.14...10.4.15)
Updates `eslint` from 8.46.0 to 8.47.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.46.0...v8.47.0)
Updates `eslint-plugin-testing-library` from 5.11.1 to 6.0.0
- [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases)
- [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/.releaserc.json)
- [Commits](https://github.com/testing-library/eslint-plugin-testing-library/compare/v5.11.1...v6.0.0)
---
updated-dependencies:
- dependency-name: "@swc/core"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development
- dependency-name: "@swc/jest"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development
- dependency-name: "@testing-library/jest-dom"
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: development
- dependency-name: autoprefixer
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development
- dependency-name: eslint-plugin-testing-library
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: development
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index f0728229..d1c40619 100644 --- a/package.json +++ b/package.json @@ -43,18 +43,18 @@ "@babel/core": "^7.22.10", "@babel/preset-env": "^7.22.10", "@babel/preset-react": "^7.22.5", - "@swc/core": "^1.3.75", - "@swc/jest": "^0.2.28", - "@testing-library/jest-dom": "^5.17.0", + "@swc/core": "^1.3.76", + "@swc/jest": "^0.2.29", + "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^14.0.0", - "autoprefixer": "^10.4.14", + "autoprefixer": "^10.4.15", "babel-loader": "^9.1.3", "core-js": "^3.32.0", "cors": "^2.8.5", "cross-env": "^7.0.3", "css-loader": "^6.8.1", "cssnano": "^6.0.1", - "eslint": "8.46.0", + "eslint": "8.47.0", "eslint-plugin-import": "^2.28.0", "eslint-plugin-jest": "^27.2.3", "eslint-plugin-jest-dom": "^5.0.2", @@ -63,7 +63,7 @@ "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.33.1", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-testing-library": "^5.11.1", + "eslint-plugin-testing-library": "^6.0.0", "eslint-webpack-plugin": "^4.0.1", "html-webpack-plugin": "^5.5.3", "jest": "^29.6.2", |