aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2024-06-24 21:23:19 +0000
committerGravatar vitalyster2024-06-25 01:28:09 +0300
commit94feb720c8accc4476396c3b762caf32a09a7f4b (patch)
tree69b77d41bcba5fc3a340769a4131582d765019f9 /package.json
parenteb99c46ba4fa9ad4ae1a463ddda673b75aa6789c (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), [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) and [webpack](https://github.com/webpack/webpack). Updates `@swc/core` from 1.6.1 to 1.6.5 - [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.6.1...v1.6.5) Updates `cssnano` from 7.0.2 to 7.0.3 - [Release notes](https://github.com/cssnano/cssnano/releases) - [Commits](https://github.com/cssnano/cssnano/compare/cssnano@7.0.2...cssnano@7.0.3) Updates `stylelint-config-standard` from 36.0.0 to 36.0.1 - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint-config-standard/compare/36.0.0...36.0.1) Updates `webpack` from 5.92.0 to 5.92.1 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.92.0...v5.92.1) --- 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-patch dependency-group: development - dependency-name: stylelint-config-standard 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-patch 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 2d48aacd..58ac2220 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
"@babel/eslint-parser": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
- "@swc/core": "^1.6.1",
+ "@swc/core": "^1.6.5",
"@swc/jest": "^0.2.36",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
@@ -34,7 +34,7 @@
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
- "cssnano": "^7.0.2",
+ "cssnano": "^7.0.3",
"eslint": "8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.6.0",
@@ -60,8 +60,8 @@
"regenerator-runtime": "^0.14.1",
"style-loader": "^4.0.0",
"stylelint": "^16.6.1",
- "stylelint-config-standard": "^36.0.0",
- "webpack": "^5.92.0",
+ "stylelint-config-standard": "^36.0.1",
+ "webpack": "^5.92.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},