aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2024-06-03 22:02:18 +0000
committerGravatar vitalyster2024-06-04 06:57:25 +0300
commit332b6551f3c0228cebe48b77de80ef07afb0c4f0 (patch)
tree30dc0c85cbc53fddf59ac1c3118626865fbefe89 /package.json
parent2b90222013c640070d20860bde5488c5e090f3dc (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/react](https://github.com/testing-library/react-testing-library) and [stylelint](https://github.com/stylelint/stylelint). Updates `@swc/core` from 1.5.7 to 1.5.24 - [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.5.7...v1.5.24) Updates `@testing-library/react` from 15.0.7 to 16.0.0 - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v15.0.7...v16.0.0) Updates `stylelint` from 16.6.0 to 16.6.1 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/16.6.0...16.6.1) --- updated-dependencies: - dependency-name: "@swc/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-major dependency-group: development - dependency-name: stylelint 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 8457f9ed..34210f21 100644
--- a/package.json
+++ b/package.json
@@ -24,10 +24,10 @@
"@babel/eslint-parser": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@babel/preset-react": "^7.24.6",
- "@swc/core": "^1.5.7",
+ "@swc/core": "^1.5.24",
"@swc/jest": "^0.2.36",
"@testing-library/jest-dom": "^6.4.5",
- "@testing-library/react": "^15.0.7",
+ "@testing-library/react": "^16.0.0",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"core-js": "^3.37.1",
@@ -59,7 +59,7 @@
"react-test-renderer": "^18.3.1",
"regenerator-runtime": "^0.14.1",
"style-loader": "^4.0.0",
- "stylelint": "^16.6.0",
+ "stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",