Skip to content

Commit

Permalink
fix(deps): update minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 28, 2024
1 parent 1a58e7f commit 678cae7
Show file tree
Hide file tree
Showing 2 changed files with 1,275 additions and 290 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,43 +12,43 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@types/jest": "26.0.20",
"@types/node": "12.20.4",
"@types/react": "17.0.3",
"@types/react-dom": "16.9.11",
"axios": "0.28.0",
"connected-react-router": "6.8.0",
"dayjs": "1.10.4",
"immutable": "4.0.0-rc.12",
"@types/jest": "26.0.24",
"@types/node": "12.20.55",
"@types/react": "17.0.80",
"@types/react-dom": "16.9.24",
"axios": "0.28.1",
"connected-react-router": "6.9.3",
"dayjs": "1.11.10",
"immutable": "4.3.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "7.2.2",
"react-router-dom": "5.2.0",
"react-redux": "7.2.9",
"react-router-dom": "5.3.4",
"react-scripts": "3.4.4",
"redux": "4.0.5",
"redux": "4.2.1",
"redux-logger": "3.0.6",
"redux-saga": "1.1.3",
"styled-components": "5.2.1",
"styled-reset": "4.3.4",
"typescript": "4.1.5",
"redux-saga": "1.3.0",
"styled-components": "5.3.11",
"styled-reset": "4.5.2",
"typescript": "4.9.5",
"typescript-fsa": "3.0.0",
"typescript-fsa-reducers": "1.2.2"
},
"devDependencies": {
"@types/react-redux": "7.1.16",
"@types/react-router-dom": "5.1.7",
"@types/redux-logger": "3.0.8",
"@types/styled-components": "5.1.7",
"@types/react-redux": "7.1.33",
"@types/react-router-dom": "5.3.3",
"@types/redux-logger": "3.0.13",
"@types/styled-components": "5.1.34",
"@typescript-eslint/eslint-plugin": "3.10.1",
"@typescript-eslint/parser": "3.10.1",
"eslint": "6.8.0",
"eslint-config-prettier": "6.15.0",
"eslint-config-react": "1.1.7",
"eslint-import-resolver-webpack": "0.13.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-react": "7.22.0",
"prettier": "2.2.1"
"eslint-import-resolver-webpack": "0.13.8",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-react": "7.34.1",
"prettier": "2.8.8"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 678cae7

Please sign in to comment.