aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2024-03-11 21:06:27 +0000
committerGravatar vitalyster2024-03-12 00:26:41 +0300
commit20ebd5585699837ef057a33f360246b2c8028532 (patch)
tree53430fb862cf3af42d33bdb5a8b74cf47245c5b8 /package.json
parent095ed93137345cd911fd2cb6746a49c231b02f44 (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), [cssnano](https://github.com/cssnano/cssnano), [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) and [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env). Updates `@swc/core` from 1.4.2 to 1.4.6 - [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.2...v1.4.6) Updates `cssnano` from 6.0.5 to 6.1.0 - [Release notes](https://github.com/cssnano/cssnano/releases) - [Commits](https://github.com/cssnano/cssnano/compare/cssnano@6.0.5...cssnano@6.1.0) Updates `eslint-plugin-jsdoc` from 48.2.0 to 48.2.1 - [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.0...v48.2.1) Updates `postcss-preset-env` from 9.4.0 to 9.5.0 - [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) --- updated-dependencies: - dependency-name: "@swc/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: cssnano dependency-type: direct:development update-type: version-update:semver-minor 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-minor 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 26998a84..24cfd0b8 100644
--- a/package.json
+++ b/package.json
@@ -23,7 +23,7 @@
"@babel/eslint-parser": "^7.23.10",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.23.3",
- "@swc/core": "^1.4.2",
+ "@swc/core": "^1.4.6",
"@swc/jest": "^0.2.36",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
@@ -33,12 +33,12 @@
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"css-loader": "^6.10.0",
- "cssnano": "^6.0.5",
+ "cssnano": "^6.1.0",
"eslint": "8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jest-dom": "^5.1.0",
- "eslint-plugin-jsdoc": "^48.2.0",
+ "eslint-plugin-jsdoc": "^48.2.1",
"eslint-plugin-only-ascii": "0.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.0",
@@ -53,7 +53,7 @@
"postcss-cli": "^11.0.0",
"postcss-import": "^16.0.1",
"postcss-loader": "^8.1.1",
- "postcss-preset-env": "^9.4.0",
+ "postcss-preset-env": "^9.5.0",
"postcss-url": "^10.1.3",
"react-test-renderer": "^18.2.0",
"regenerator-runtime": "^0.14.1",