aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2024-07-29 21:59:29 +0000
committerGravatar vitalyster2024-07-30 10:33:50 +0300
commit0d1b4de96ffeb0b0cec61f73c89f9e0e65b762c7 (patch)
treec9738dd8ed0c56b3bfd37eb0ce884b4f74069397 /package.json
parent6296c09ae680e4422a716c7dbcc996102ff4a247 (diff)
build(deps-dev): bump the development group with 6 updates
Bumps the development group with 6 updates: | Package | From | To | | --- | --- | --- | | [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.24.8` | `7.25.1` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.8` | `7.25.0` | | [@swc/core](https://github.com/swc-project/swc) | `1.7.0` | `1.7.3` | | [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.7` | `6.4.8` | | [postcss](https://github.com/postcss/postcss) | `8.4.39` | `8.4.40` | | [stylelint](https://github.com/stylelint/stylelint) | `16.7.0` | `16.8.0` | Updates `@babel/eslint-parser` from 7.24.8 to 7.25.1 - [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.25.1/eslint/babel-eslint-parser) Updates `@babel/preset-env` from 7.24.8 to 7.25.0 - [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.25.0/packages/babel-preset-env) Updates `@swc/core` from 1.7.0 to 1.7.3 - [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.7.0...v1.7.3) Updates `@testing-library/jest-dom` from 6.4.7 to 6.4.8 - [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.4.7...v6.4.8) Updates `postcss` from 8.4.39 to 8.4.40 - [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.39...8.4.40) Updates `stylelint` from 16.7.0 to 16.8.0 - [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.7.0...16.8.0) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-minor 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-patch dependency-group: development - dependency-name: postcss 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-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 e6ac274e..98bb5e0c 100644
--- a/package.json
+++ b/package.json
@@ -21,12 +21,12 @@
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@babel/core": "^7.24.9",
- "@babel/eslint-parser": "^7.24.8",
- "@babel/preset-env": "^7.24.8",
+ "@babel/eslint-parser": "^7.25.1",
+ "@babel/preset-env": "^7.25.0",
"@babel/preset-react": "^7.24.7",
- "@swc/core": "^1.7.0",
+ "@swc/core": "^1.7.3",
"@swc/jest": "^0.2.36",
- "@testing-library/jest-dom": "^6.4.7",
+ "@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
@@ -50,7 +50,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mini-css-extract-plugin": "^2.9.0",
- "postcss": "^8.4.39",
+ "postcss": "^8.4.40",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
@@ -59,7 +59,7 @@
"react-test-renderer": "^18.3.1",
"regenerator-runtime": "^0.14.1",
"style-loader": "^4.0.0",
- "stylelint": "^16.7.0",
+ "stylelint": "^16.8.0",
"stylelint-config-standard": "^36.0.1",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",