From aac5f8de1e48ced238fce04ad24295dcb5f53827 Mon Sep 17 00:00:00 2001 From: dependabot[bot] Date: Mon, 29 Apr 2024 21:14:20 +0000 Subject: build(deps-dev): bump the development group with 8 updates Bumps the development group with 8 updates: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.4` | `7.24.5` | | [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.24.1` | `7.24.5` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.4` | `7.24.5` | | [@swc/core](https://github.com/swc-project/swc) | `1.4.16` | `1.4.17` | | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `15.0.2` | `15.0.5` | | [cssnano](https://github.com/cssnano/cssnano) | `6.1.2` | `7.0.1` | | [react-test-renderer](https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer) | `18.2.0` | `18.3.1` | | [stylelint](https://github.com/stylelint/stylelint) | `16.3.1` | `16.4.0` | Updates `@babel/core` from 7.24.4 to 7.24.5 - [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.24.5/packages/babel-core) Updates `@babel/eslint-parser` from 7.24.1 to 7.24.5 - [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.24.5/eslint/babel-eslint-parser) Updates `@babel/preset-env` from 7.24.4 to 7.24.5 - [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.24.5/packages/babel-preset-env) Updates `@swc/core` from 1.4.16 to 1.4.17 - [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.16...v1.4.17) Updates `@testing-library/react` from 15.0.2 to 15.0.5 - [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/v15.0.2...v15.0.5) Updates `cssnano` from 6.1.2 to 7.0.1 - [Release notes](https://github.com/cssnano/cssnano/releases) - [Commits](https://github.com/cssnano/cssnano/compare/cssnano@6.1.2...cssnano@7.0.1) Updates `react-test-renderer` from 18.2.0 to 18.3.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-test-renderer) Updates `stylelint` from 16.3.1 to 16.4.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.3.1...16.4.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/react" 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-major dependency-group: development - dependency-name: react-test-renderer dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development ... Signed-off-by: dependabot[bot] --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 7b937adf..dd891af1 100644 --- a/package.json +++ b/package.json @@ -20,21 +20,21 @@ }, "license": "AGPL-3.0-or-later", "devDependencies": { - "@babel/core": "^7.24.4", - "@babel/eslint-parser": "^7.24.1", - "@babel/preset-env": "^7.24.4", + "@babel/core": "^7.24.5", + "@babel/eslint-parser": "^7.24.5", + "@babel/preset-env": "^7.24.5", "@babel/preset-react": "^7.24.1", - "@swc/core": "^1.4.16", + "@swc/core": "^1.4.17", "@swc/jest": "^0.2.36", "@testing-library/jest-dom": "^6.4.2", - "@testing-library/react": "^15.0.2", + "@testing-library/react": "^15.0.5", "autoprefixer": "^10.4.19", "babel-loader": "^9.1.3", "core-js": "^3.37.0", "cors": "^2.8.5", "cross-env": "^7.0.3", "css-loader": "^7.1.1", - "cssnano": "^6.1.2", + "cssnano": "^7.0.1", "eslint": "8.57.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^28.3.0", @@ -56,10 +56,10 @@ "postcss-loader": "^8.1.1", "postcss-preset-env": "^9.5.9", "postcss-url": "^10.1.3", - "react-test-renderer": "^18.2.0", + "react-test-renderer": "^18.3.1", "regenerator-runtime": "^0.14.1", "style-loader": "^4.0.0", - "stylelint": "^16.3.1", + "stylelint": "^16.4.0", "stylelint-config-standard": "^36.0.0", "webpack": "^5.91.0", "webpack-cli": "^5.1.4", -- cgit v1.2.3