aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2024-05-06 21:51:45 +0000
committerGravatar vitalyster2024-05-07 12:12:41 +0300
commit917744962bfa182345e2c743b2bdce97811e82f9 (patch)
treee8fd60c7d7b5100d5e039ba5267b04cd2201600d /package.json
parentb17588b809b8ea1b4daf792ccdbfb156a34aa9c4 (diff)
build(deps-dev): bump the development group with 5 updates
Bumps the development group with 5 updates: | Package | From | To | | --- | --- | --- | | [@swc/core](https://github.com/swc-project/swc) | `1.4.17` | `1.5.3` | | [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.2` | `6.4.5` | | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `15.0.5` | `15.0.6` | | [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `9.5.9` | `9.5.11` | | [stylelint](https://github.com/stylelint/stylelint) | `16.4.0` | `16.5.0` | Updates `@swc/core` from 1.4.17 to 1.5.3 - [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.4.17...v1.5.3) Updates `@testing-library/jest-dom` from 6.4.2 to 6.4.5 - [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.4.2...v6.4.5) Updates `@testing-library/react` from 15.0.5 to 15.0.6 - [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.5...v15.0.6) Updates `postcss-preset-env` from 9.5.9 to 9.5.11 - [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md) - [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env) Updates `stylelint` from 16.4.0 to 16.5.0 - [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.4.0...16.5.0) --- updated-dependencies: - dependency-name: "@swc/core" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development - dependency-name: "@testing-library/jest-dom" 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-patch dependency-group: development - dependency-name: postcss-preset-env dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index 4405fd25..c55273a7 100644
--- a/package.json
+++ b/package.json
@@ -24,10 +24,10 @@
"@babel/eslint-parser": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/preset-react": "^7.24.1",
- "@swc/core": "^1.4.17",
+ "@swc/core": "^1.5.3",
"@swc/jest": "^0.2.36",
- "@testing-library/jest-dom": "^6.4.2",
- "@testing-library/react": "^15.0.5",
+ "@testing-library/jest-dom": "^6.4.5",
+ "@testing-library/react": "^15.0.6",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"core-js": "^3.37.0",
@@ -54,12 +54,12 @@
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
- "postcss-preset-env": "^9.5.9",
+ "postcss-preset-env": "^9.5.11",
"postcss-url": "^10.1.3",
"react-test-renderer": "^18.3.1",
"regenerator-runtime": "^0.14.1",
"style-loader": "^4.0.0",
- "stylelint": "^16.4.0",
+ "stylelint": "^16.5.0",
"stylelint-config-standard": "^36.0.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",