Skip to content

Commit e6d0a34

Browse files
dependabot[bot]emersion
authored andcommitted
front: bump the patch group across 1 directory with 8 updates
Bumps the patch group with 8 updates in the /front directory: | Package | From | To | | --- | --- | --- | | [react-markdown](https://github.com/remarkjs/react-markdown) | `10.0.0` | `10.0.1` | | [react-rnd](https://github.com/bokuweb/react-rnd) | `10.5.1` | `10.5.2` | | [react-select](https://github.com/JedWatson/react-select) | `5.10.0` | `5.10.1` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.15` | `4.17.16` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.5` | `22.13.9` | | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.0.1` | `10.0.2` | | [happy-dom](https://github.com/capricorn86/happy-dom) | `17.1.8` | `17.1.9` | | [prettier](https://github.com/prettier/prettier) | `3.5.2` | `3.5.3` | Updates `react-markdown` from 10.0.0 to 10.0.1 - [Release notes](https://github.com/remarkjs/react-markdown/releases) - [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md) - [Commits](remarkjs/react-markdown@10.0.0...10.0.1) Updates `react-rnd` from 10.5.1 to 10.5.2 - [Release notes](https://github.com/bokuweb/react-rnd/releases) - [Commits](https://github.com/bokuweb/react-rnd/commits) Updates `react-select` from 5.10.0 to 5.10.1 - [Release notes](https://github.com/JedWatson/react-select/releases) - [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/JedWatson/react-select/compare/[email protected]@5.10.1) Updates `@types/lodash` from 4.17.15 to 4.17.16 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `@types/node` from 22.13.5 to 22.13.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-config-prettier` from 10.0.1 to 10.0.2 - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v10.0.1...v10.0.2) Updates `happy-dom` from 17.1.8 to 17.1.9 - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](capricorn86/happy-dom@v17.1.8...v17.1.9) Updates `prettier` from 3.5.2 to 3.5.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.5.2...3.5.3) --- updated-dependencies: - dependency-name: react-markdown dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: react-rnd dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: react-select dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: "@types/lodash" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: happy-dom dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f7a7db4 commit e6d0a34

File tree

2 files changed

+43
-42
lines changed

2 files changed

+43
-42
lines changed

front/package-lock.json

Lines changed: 36 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@
7979
"react-id-generator": "^3.0.2",
8080
"react-infinite-scroll-component": "^6.1.0",
8181
"react-map-gl": "^7.1.8",
82-
"react-markdown": "^10.0.0",
82+
"react-markdown": "^10.0.1",
8383
"react-modal": "^3.16.3",
8484
"react-redux": "^9.2.0",
85-
"react-rnd": "^10.5.1",
85+
"react-rnd": "^10.5.2",
8686
"react-router-dom": "^7.2.0",
87-
"react-select": "^5.10.0",
87+
"react-select": "^5.10.1",
8888
"react-tether": "^3.0.3",
8989
"redux": "^5.0.1",
9090
"redux-persist": "^6.0.0",
@@ -105,7 +105,7 @@
105105
"@testing-library/user-event": "^14.6.1",
106106
"@types/chroma-js": "^3.1.1",
107107
"@types/d3": "^7.4.3",
108-
"@types/lodash": "^4.17.15",
108+
"@types/lodash": "^4.17.16",
109109
"@types/node": "^22",
110110
"@types/react": "^18.2.53",
111111
"@types/react-dom": "^18.2.18",
@@ -118,7 +118,7 @@
118118
"@vitest/coverage-v8": "^3.0.7",
119119
"eslint": "^8.56.0",
120120
"eslint-config-airbnb": "^19.0.4",
121-
"eslint-config-prettier": "^10.0.1",
121+
"eslint-config-prettier": "^10.0.2",
122122
"eslint-plugin-import": "^2.31.0",
123123
"eslint-plugin-jsx-a11y": "^6.10.2",
124124
"eslint-plugin-only-warn": "^1.1.0",
@@ -127,14 +127,14 @@
127127
"eslint-plugin-react-hooks": "^4.6.0",
128128
"eslint-plugin-vitest": "^0.3.21",
129129
"glob": "^11.0.1",
130-
"happy-dom": "^17.1.8",
130+
"happy-dom": "^17.1.9",
131131
"i18next-fs-backend": "^2.6.0",
132132
"i18next-parser": "^9.3.0",
133133
"json-key-path-list": "^2.0.3",
134134
"license-checker-rseidelsohn": "^4.4.2",
135135
"openapi-types": "^12.1.3",
136136
"pdfjs-dist": "^4.10.38",
137-
"prettier": "^3.5.2",
137+
"prettier": "^3.5.3",
138138
"sass": "^1.85.1",
139139
"ts-node": "^10.9.2",
140140
"tslib": "^2.8.1",

0 commit comments

Comments
 (0)