aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2024-04-01 21:54:28 +0000
committerGravatar vitalyster2024-04-02 07:53:11 +0300
commit342f5e9ae8f18c129935308a114a2f8e2eaaec41 (patch)
treefbe0c935f85c89aa82e919a4e7fda27f2948cd6f /package.json
parentc9fb8920e54a9b56de4385b8b862c9e2df9e136a (diff)
build(deps-dev): bump the development group with 4 updates
Bumps the development group with 4 updates: [@swc/core](https://github.com/swc-project/swc), [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc), [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) and [stylelint](https://github.com/stylelint/stylelint). Updates `@swc/core` from 1.4.8 to 1.4.11 - [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.8...v1.4.11) Updates `eslint-plugin-jsdoc` from 48.2.1 to 48.2.2 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v48.2.1...v48.2.2) Updates `postcss-preset-env` from 9.5.2 to 9.5.3 - [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.3.0 to 16.3.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.3.0...16.3.1) --- updated-dependencies: - dependency-name: "@swc/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: eslint-plugin-jsdoc 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-patch dependency-group: development ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 8aa6bed3..ab2dd82b 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
"@babel/eslint-parser": "^7.24.1",
"@babel/preset-env": "^7.24.3",
"@babel/preset-react": "^7.24.1",
- "@swc/core": "^1.4.8",
+ "@swc/core": "^1.4.11",
"@swc/jest": "^0.2.36",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
@@ -39,7 +39,7 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jest-dom": "^5.2.0",
- "eslint-plugin-jsdoc": "^48.2.1",
+ "eslint-plugin-jsdoc": "^48.2.2",
"eslint-plugin-only-ascii": "0.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
@@ -54,12 +54,12 @@
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
- "postcss-preset-env": "^9.5.2",
+ "postcss-preset-env": "^9.5.3",
"postcss-url": "^10.1.3",
"react-test-renderer": "^18.2.0",
"regenerator-runtime": "^0.14.1",
"style-loader": "^3.3.4",
- "stylelint": "^16.3.0",
+ "stylelint": "^16.3.1",
"stylelint-config-standard": "^36.0.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",