Skip to content

Commit 5b1564d

Browse files
Bump the js-minor-patch group with 5 updates (#3341)
Bumps the js-minor-patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [esbuild](https://github.com/evanw/esbuild) | `0.24.0` | `0.24.2` | | [sass](https://github.com/sass/dart-sass) | `1.83.0` | `1.83.4` | | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.1.0` | `16.2.0` | | [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.5.2` | `14.6.0` | | [eslint](https://github.com/eslint/eslint) | `9.17.0` | `9.18.0` | Updates `esbuild` from 0.24.0 to 0.24.2 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](evanw/esbuild@v0.24.0...v0.24.2) Updates `sass` from 1.83.0 to 1.83.4 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.83.0...1.83.4) Updates `@testing-library/react` from 16.1.0 to 16.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](testing-library/react-testing-library@v16.1.0...v16.2.0) Updates `@testing-library/user-event` from 14.5.2 to 14.6.0 - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md) - [Commits](testing-library/user-event@v14.5.2...v14.6) Updates `eslint` from 9.17.0 to 9.18.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.17.0...v9.18.0) --- updated-dependencies: - dependency-name: esbuild dependency-type: direct:production update-type: version-update:semver-patch dependency-group: js-minor-patch - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-patch dependency-group: js-minor-patch - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: js-minor-patch - dependency-name: "@testing-library/user-event" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: js-minor-patch - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: js-minor-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3dbc1af commit 5b1564d

File tree

2 files changed

+153
-142
lines changed

2 files changed

+153
-142
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"@fortawesome/fontawesome-free": "6.7.2",
44
"@popperjs/core": "2.11.8",
55
"bootstrap": "4.6.2",
6-
"esbuild": "0.24.0",
6+
"esbuild": "0.24.2",
77
"i18n-js": "^4.5.1",
88
"jquery": "3.7.1",
99
"jquery-ujs": "1.2.3",
1010
"popper.js": "1.16.1",
1111
"react": "^18.3.1",
1212
"react-dom": "^18.3.1",
13-
"sass": "1.83.0",
13+
"sass": "1.83.4",
1414
"set-value": "4.1.0",
1515
"stupid-table-plugin": "1.1.3",
1616
"webpack": "5.97.1",
@@ -22,10 +22,10 @@
2222
"@babel/preset-react": "^7.26.3",
2323
"@testing-library/dom": "^10.4.0",
2424
"@testing-library/jest-dom": "^6.6.3",
25-
"@testing-library/react": "^16.1.0",
26-
"@testing-library/user-event": "^14.5.2",
25+
"@testing-library/react": "^16.2.0",
26+
"@testing-library/user-event": "^14.6.0",
2727
"babel-jest": "^29.7.0",
28-
"eslint": "9.17.0",
28+
"eslint": "9.18.0",
2929
"eslint-config-airbnb-base": "15.0.0",
3030
"eslint-plugin-import": "2.31.0",
3131
"jest": "^29.7.0",

0 commit comments

Comments
 (0)