Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 9b4a919

Browse files
authored
Merge pull request #344 from FileFighter/feature/deps
Feature/deps
2 parents 37b5d63 + 04babe9 commit 9b4a919

File tree

2 files changed

+371
-389
lines changed

2 files changed

+371
-389
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@
2929
]
3030
},
3131
"dependencies": {
32-
"axios": "0.26.0",
33-
"bootstrap": "4.6.1",
32+
"axios": "0.26.1",
33+
"bootstrap": "4.6.2",
3434
"react": "17.0.2",
35-
"react-bootstrap": "2.1.2",
35+
"react-bootstrap": "2.5.0",
3636
"react-dom": "17.0.2",
3737
"react-dropzone": "11.7.1",
38-
"react-password-strength-bar": "0.4.0",
39-
"react-redux": "7.2.6",
38+
"react-password-strength-bar": "0.4.1",
39+
"react-redux": "7.2.8",
4040
"react-router-dom": "6.2.2",
41-
"react-scripts": "5.0.0",
42-
"redux": "4.1.2",
41+
"react-scripts": "5.0.1",
42+
"redux": "4.2.0",
4343
"redux-types": "2.0.3",
4444
"sass": "1.49.9",
4545
"super-tiny-icons": "0.4.0"
@@ -55,28 +55,28 @@
5555
"@storybook/node-logger": "6.4.19",
5656
"@storybook/preset-create-react-app": "4.0.1",
5757
"@storybook/react": "6.4.19",
58-
"@testing-library/jest-dom": "5.16.2",
59-
"@testing-library/react": "12.1.3",
58+
"@testing-library/jest-dom": "5.16.5",
59+
"@testing-library/react": "12.1.5",
6060
"@testing-library/user-event": "13.5.0",
6161
"@types/bootstrap": "5.0.17",
6262
"@types/jest": "27.4.1",
6363
"@types/node": "17.0.18",
64-
"@types/react": "17.0.39",
65-
"@types/react-bootstrap": "0.32.29",
66-
"@types/react-dom": "17.0.13",
67-
"@types/react-redux": "7.1.23",
68-
"@types/react-router-dom": "5.1.9",
64+
"@types/react": "17.0.48",
65+
"@types/react-bootstrap": "0.32.30",
66+
"@types/react-dom": "17.0.17",
67+
"@types/react-redux": "7.1.24",
68+
"@types/react-router-dom": "5.3.3",
6969
"axios-mock-adapter": "1.20.0",
7070
"babel-loader": "8.1.0",
71-
"cypress": "9.5.1",
71+
"cypress": "9.5.4",
7272
"eslint": "^8.9.0",
7373
"eslint-plugin-cypress": "2.12.1",
7474
"eslint-plugin-react-hooks": "4.2.0",
7575
"husky": "7.0.4",
76-
"npm-check-updates": "12.0.5",
77-
"postcss": "8.4.7",
76+
"npm-check-updates": "12.5.12",
77+
"postcss": "8.4.16",
7878
"prettier": "2.5.1",
79-
"rc-util": "5.16.1",
79+
"rc-util": "5.22.4",
8080
"react-is": "17.0.2",
8181
"react-test-renderer": "17.0.2",
8282
"sonarqube-scanner": "2.8.1",

0 commit comments

Comments
 (0)