From 32952bb42009f611d7cc75ad01b02d6cec06846a Mon Sep 17 00:00:00 2001 From: dependabot[bot] Date: Mon, 21 Oct 2024 21:50:38 +0000 Subject: 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), [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) and [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin). Updates `@swc/core` from 1.7.35 to 1.7.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.7.35...v1.7.36) Updates `@testing-library/jest-dom` from 6.5.0 to 6.6.2 - [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/v6.5.0...v6.6.2) Updates `html-webpack-plugin` from 5.6.0 to 5.6.2 - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases) - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v5.6.0...v5.6.2) --- updated-dependencies: - dependency-name: "@swc/core" 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-minor dependency-group: development - dependency-name: html-webpack-plugin dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 4915c07b..4aa72951 100644 --- a/package.json +++ b/package.json @@ -22,9 +22,9 @@ "@babel/eslint-parser": "^7.25.8", "@babel/preset-env": "^7.25.8", "@babel/preset-react": "^7.25.7", - "@swc/core": "^1.7.35", + "@swc/core": "^1.7.36", "@swc/jest": "^0.2.36", - "@testing-library/jest-dom": "^6.5.0", + "@testing-library/jest-dom": "^6.6.2", "@testing-library/react": "^16.0.1", "autoprefixer": "^10.4.20", "babel-loader": "^9.2.1", @@ -43,7 +43,7 @@ "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-testing-library": "^6.4.0", "eslint-webpack-plugin": "^4.2.0", - "html-webpack-plugin": "^5.6.0", + "html-webpack-plugin": "^5.6.2", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "mini-css-extract-plugin": "^2.9.1", -- cgit v1.2.3