aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2024-10-21 21:50:38 +0000
committerGravatar vitalyster2024-10-21 22:13:45 -0700
commit32952bb42009f611d7cc75ad01b02d6cec06846a (patch)
tree68d9fbd7878eddd90064d9ed31c0b1b33df83431 /package.json
parentc501e928d156bb191f621c764d046a8a90f129d4 (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), [@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] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
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",