aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-10-02 22:45:00 +0000
committerGravatar GitHub2023-10-02 22:45:00 +0000
commit002386a5f58953f7bc4fea28bff39f252c2e0c6c (patch)
tree4bc7b23cd3f795752b04e9ccc8feb96dd6f3a5f6 /package.json
parent33cd90eee67d967b49f5b1fa3f21429a7393d348 (diff)
build(deps-dev): bump the development group with 3 updates
Bumps the development group with 3 updates: [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js), [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) and [postcss](https://github.com/postcss/postcss). Updates `core-js` from 3.32.2 to 3.33.0 - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.33.0/packages/core-js) Updates `eslint-plugin-jest` from 27.4.0 to 27.4.2 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v27.4.0...v27.4.2) Updates `postcss` from 8.4.30 to 8.4.31 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.30...8.4.31) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: postcss 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 a76f015b..1cc4f032 100644
--- a/package.json
+++ b/package.json
@@ -49,14 +49,14 @@
"@testing-library/react": "^14.0.0",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.1.3",
- "core-js": "^3.32.2",
+ "core-js": "^3.33.0",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"cssnano": "^6.0.1",
"eslint": "8.50.0",
"eslint-plugin-import": "^2.28.1",
- "eslint-plugin-jest": "^27.4.0",
+ "eslint-plugin-jest": "^27.4.2",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-only-ascii": "0.0.0",
@@ -69,7 +69,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mini-css-extract-plugin": "^2.7.6",
- "postcss": "^8.4.30",
+ "postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.3.3",