Skip to content

Commit c665c86

Browse files
chore(deps): bump the npm-minor group with 8 updates
Bumps the npm-minor group with 8 updates: | Package | From | To | | --- | --- | --- | | [async-mutex](https://github.com/DirtyHairy/async-mutex) | `0.4.0` | `0.5.0` | | [axios](https://github.com/axios/axios) | `1.4.0` | `1.18.1` | | [react-select](https://github.com/JedWatson/react-select) | `5.7.3` | `5.10.2` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.14.195` | `4.17.24` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.14` | `10.5.3` | | [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) | `6.7.1` | `6.10.2` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.32.2` | `7.37.5` | | [postcss](https://github.com/postcss/postcss) | `8.4.24` | `8.5.19` | Updates `async-mutex` from 0.4.0 to 0.5.0 - [Changelog](https://github.com/DirtyHairy/async-mutex/blob/master/CHANGELOG.md) - [Commits](DirtyHairy/async-mutex@v0.4.0...v0.5.0) Updates `axios` from 1.4.0 to 1.18.1 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.4.0...v1.18.1) Updates `react-select` from 5.7.3 to 5.10.2 - [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/react-select@5.7.3...react-select@5.10.2) Updates `@types/lodash` from 4.14.195 to 4.17.24 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `autoprefixer` from 10.4.14 to 10.5.3 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.4.14...10.5.3) Updates `eslint-plugin-jsx-a11y` from 6.7.1 to 6.10.2 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-jsx-a11y@v6.7.1...v6.10.2) Updates `eslint-plugin-react` from 7.32.2 to 7.37.5 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.32.2...v7.37.5) Updates `postcss` from 8.4.24 to 8.5.19 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.24...8.5.19) --- updated-dependencies: - dependency-name: async-mutex dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: axios dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: react-select dependency-version: 5.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: "@types/lodash" dependency-version: 4.17.24 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: autoprefixer dependency-version: 10.5.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: eslint-plugin-jsx-a11y dependency-version: 6.10.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: eslint-plugin-react dependency-version: 7.37.5 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: postcss dependency-version: 8.5.19 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b53761a commit c665c86

2 files changed

Lines changed: 1154 additions & 525 deletions

File tree

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"private": true,
55
"dependencies": {
66
"@reduxjs/toolkit": "^1.9.5",
7-
"async-mutex": "^0.4.0",
8-
"axios": "^1.4.0",
7+
"async-mutex": "^0.5.0",
8+
"axios": "^1.18.1",
99
"dayjs": "^1.11.8",
1010
"react": "^18.2.0",
1111
"react-datepicker": "^4.13.0",
@@ -16,7 +16,7 @@
1616
"react-json-view": "^1.21.3",
1717
"react-redux": "^8.1.0",
1818
"react-router-dom": "^6.12.1",
19-
"react-select": "^5.7.3",
19+
"react-select": "^5.10.2",
2020
"react-syntax-highlighter": "^15.5.0",
2121
"react-toastify": "^9.1.3",
2222
"redux-ecq": "^1.0.11",
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"vite": "^4.3.9",
5353
"@types/jsonwebtoken": "^9.0.2",
54-
"@types/lodash": "^4.14.195",
54+
"@types/lodash": "^4.17.24",
5555
"@types/node": "^20.3.1",
5656
"@types/react": "^18.2.12",
5757
"@types/react-datepicker": "^4.11.2",
@@ -61,12 +61,12 @@
6161
"@types/react-syntax-highlighter": "^15.5.7",
6262
"@types/redux-logger": "^3.0.9",
6363
"@vitejs/plugin-react-swc": "^3.3.2",
64-
"autoprefixer": "^10.4.14",
64+
"autoprefixer": "^10.5.3",
6565
"eslint": "^8.42.0",
66-
"eslint-plugin-jsx-a11y": "^6.5.1",
66+
"eslint-plugin-jsx-a11y": "^6.10.2",
6767
"eslint-plugin-prettier": "^4.0.0",
68-
"eslint-plugin-react": "^7.32.2",
69-
"postcss": "^8.4.24",
68+
"eslint-plugin-react": "^7.37.5",
69+
"postcss": "^8.5.19",
7070
"tailwindcss": "^3.3.2",
7171
"typescript": "^5.1.3"
7272
}

0 commit comments

Comments
 (0)