aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2024-01-30 21:53:00 +0000
committerGravatar vitalyster2024-01-31 15:04:44 +0300
commitd4c1b8ebbabedc57373e93a46e5c42ab05705201 (patch)
treed4023bf3e2d1904fecc9f9f7cb68c41233deaced /package.json
parent91c26b85455e09cd2525aabe60d4b7a1de50562a (diff)
build(deps-dev): bump the development group with 6 updates
Bumps the development group with 6 updates: | Package | From | To | | --- | --- | --- | | [@swc/core](https://github.com/swc-project/swc) | `1.3.106` | `1.3.107` | | [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.3.0` | `6.4.0` | | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.1.2` | `14.2.0` | | [css-loader](https://github.com/webpack-contrib/css-loader) | `6.9.1` | `6.10.0` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `48.0.3` | `48.0.4` | | [postcss-loader](https://github.com/webpack-contrib/postcss-loader) | `8.0.0` | `8.1.0` | Updates `@swc/core` from 1.3.106 to 1.3.107 - [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.106...v1.3.107) Updates `@testing-library/jest-dom` from 6.3.0 to 6.4.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.3.0...v6.4.0) Updates `@testing-library/react` from 14.1.2 to 14.2.0 - [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/v14.1.2...v14.2.0) Updates `css-loader` from 6.9.1 to 6.10.0 - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v6.9.1...v6.10.0) Updates `eslint-plugin-jsdoc` from 48.0.3 to 48.0.4 - [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.3...v48.0.4) Updates `postcss-loader` from 8.0.0 to 8.1.0 - [Release notes](https://github.com/webpack-contrib/postcss-loader/releases) - [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v8.0.0...v8.1.0) --- updated-dependencies: - 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: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development - dependency-name: css-loader 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-loader 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.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index 28d473fb..2e291624 100644
--- a/package.json
+++ b/package.json
@@ -23,22 +23,22 @@
"@babel/eslint-parser": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
- "@swc/core": "^1.3.106",
+ "@swc/core": "^1.3.107",
"@swc/jest": "^0.2.31",
- "@testing-library/jest-dom": "^6.3.0",
- "@testing-library/react": "^14.1.2",
+ "@testing-library/jest-dom": "^6.4.0",
+ "@testing-library/react": "^14.2.0",
"autoprefixer": "^10.4.17",
"babel-loader": "^9.1.3",
"core-js": "^3.35.1",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
- "css-loader": "^6.9.1",
+ "css-loader": "^6.10.0",
"cssnano": "^6.0.3",
"eslint": "8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jest-dom": "^5.1.0",
- "eslint-plugin-jsdoc": "^48.0.3",
+ "eslint-plugin-jsdoc": "^48.0.4",
"eslint-plugin-only-ascii": "0.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
@@ -52,7 +52,7 @@
"postcss": "^8.4.33",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.0.0",
- "postcss-loader": "^8.0.0",
+ "postcss-loader": "^8.1.0",
"postcss-preset-env": "^9.3.0",
"postcss-url": "^10.1.3",
"react-test-renderer": "^18.2.0",