aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2024-01-25 21:59:41 +0000
committerGravatar vitalyster2024-01-26 13:52:06 +0300
commit35afb91559ed5565d3e902ec176b95b17e417237 (patch)
treed8069cb4503fae91b7629dcd13bdfd7dc6eb24da /package.json
parent382a3c4363dedd55e13c01beca0d9f54a01a8b2d (diff)
build(deps-dev): bump the development group with 7 updates
Bumps the development group with 7 updates: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.23.7` | `7.23.9` | | [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.23.3` | `7.23.9` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.23.8` | `7.23.9` | | [@swc/core](https://github.com/swc-project/swc) | `1.3.105` | `1.3.106` | | [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.2.1` | `6.3.0` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `48.0.2` | `48.0.3` | | [webpack](https://github.com/webpack/webpack) | `5.89.0` | `5.90.0` | Updates `@babel/core` from 7.23.7 to 7.23.9 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.9/packages/babel-core) Updates `@babel/eslint-parser` from 7.23.3 to 7.23.9 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.9/eslint/babel-eslint-parser) Updates `@babel/preset-env` from 7.23.8 to 7.23.9 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.9/packages/babel-preset-env) Updates `@swc/core` from 1.3.105 to 1.3.106 - [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.3.105...v1.3.106) Updates `@testing-library/jest-dom` from 6.2.1 to 6.3.0 - [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.2.1...v6.3.0) Updates `eslint-plugin-jsdoc` from 48.0.2 to 48.0.3 - [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.0.2...v48.0.3) Updates `webpack` from 5.89.0 to 5.90.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.89.0...v5.90.0) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: "@babel/eslint-parser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: "@swc/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: "@testing-library/jest-dom" 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: webpack 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.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index 71c9883a..50ead3ac 100644
--- a/package.json
+++ b/package.json
@@ -19,13 +19,13 @@
},
"license": "AGPL-3.0-or-later",
"devDependencies": {
- "@babel/core": "^7.23.7",
- "@babel/eslint-parser": "^7.23.3",
- "@babel/preset-env": "^7.23.8",
+ "@babel/core": "^7.23.9",
+ "@babel/eslint-parser": "^7.23.9",
+ "@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
- "@swc/core": "^1.3.105",
+ "@swc/core": "^1.3.106",
"@swc/jest": "^0.2.31",
- "@testing-library/jest-dom": "^6.2.1",
+ "@testing-library/jest-dom": "^6.3.0",
"@testing-library/react": "^14.1.2",
"autoprefixer": "^10.4.17",
"babel-loader": "^9.1.3",
@@ -38,7 +38,7 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jest-dom": "^5.1.0",
- "eslint-plugin-jsdoc": "^48.0.2",
+ "eslint-plugin-jsdoc": "^48.0.3",
"eslint-plugin-only-ascii": "0.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
@@ -60,7 +60,7 @@
"style-loader": "^3.3.4",
"stylelint": "^16.2.0",
"stylelint-config-standard": "^36.0.0",
- "webpack": "^5.89.0",
+ "webpack": "^5.90.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},