aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2024-04-15 21:53:50 +0000
committerGravatar vitalyster2024-04-16 20:05:54 +0300
commit799b4bb9b44c0a634b599a29b8d7a789f6ca751b (patch)
tree66536716fff00ed3c2604ea4b72f06c27c838ef1 /package.json
parenta64042a2ac7cfa6d81512bafb6e32d3979332a70 (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), [@testing-library/react](https://github.com/testing-library/react-testing-library), [css-loader](https://github.com/webpack-contrib/css-loader) and [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env). Updates `@swc/core` from 1.4.13 to 1.4.14 - [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.4.13...v1.4.14) Updates `@testing-library/react` from 14.3.0 to 15.0.2 - [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.3.0...v15.0.2) Updates `css-loader` from 7.1.0 to 7.1.1 - [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/v7.1.0...v7.1.1) Updates `postcss-preset-env` from 9.5.4 to 9.5.5 - [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md) - [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env) --- updated-dependencies: - dependency-name: "@swc/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-major dependency-group: development - dependency-name: css-loader dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: postcss-preset-env 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 18e254f3..03bb22ca 100644
--- a/package.json
+++ b/package.json
@@ -24,16 +24,16 @@
"@babel/eslint-parser": "^7.24.1",
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
- "@swc/core": "^1.4.13",
+ "@swc/core": "^1.4.14",
"@swc/jest": "^0.2.36",
"@testing-library/jest-dom": "^6.4.2",
- "@testing-library/react": "^14.3.0",
+ "@testing-library/react": "^15.0.2",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"core-js": "^3.36.1",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
- "css-loader": "^7.1.0",
+ "css-loader": "^7.1.1",
"cssnano": "^6.1.2",
"eslint": "8.57.0",
"eslint-plugin-import": "^2.29.1",
@@ -54,7 +54,7 @@
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
- "postcss-preset-env": "^9.5.4",
+ "postcss-preset-env": "^9.5.5",
"postcss-url": "^10.1.3",
"react-test-renderer": "^18.2.0",
"regenerator-runtime": "^0.14.1",