Skip to content

Commit 734f1d5

Browse files
authored
Merge pull request #99 from bohdan-degtiar/task/thjs-39-update-packages-frontend
thjs-39: update packages frontend
2 parents d43dac7 + 1870eba commit 734f1d5

File tree

2 files changed

+172
-405
lines changed

2 files changed

+172
-405
lines changed

client/package.json

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,24 @@
1515
"lint:js": "npx eslint --ext .js,jsx src"
1616
},
1717
"dependencies": {
18-
"@fortawesome/fontawesome-svg-core": "6.2.1",
19-
"@fortawesome/free-solid-svg-icons": "6.2.1",
18+
"@fortawesome/fontawesome-svg-core": "6.4.0",
19+
"@fortawesome/free-solid-svg-icons": "6.4.0",
2020
"@fortawesome/react-fontawesome": "0.2.0",
2121
"@hookform/error-message": "2.0.1",
22-
"@hookform/resolvers": "2.9.10",
23-
"@reduxjs/toolkit": "1.9.1",
22+
"@hookform/resolvers": "3.1.1",
23+
"@reduxjs/toolkit": "1.9.5",
2424
"clsx": "1.2.1",
2525
"events": "3.3.0",
2626
"prop-types": "15.8.1",
2727
"query-string": "8.1.0",
2828
"react": "18.2.0",
2929
"react-dom": "18.2.0",
30-
"react-hook-form": "7.42.1",
30+
"react-hook-form": "7.44.3",
3131
"react-infinite-scroll-component": "6.1.0",
32-
"react-redux": "8.0.5",
33-
"react-router-dom": "6.7.0",
32+
"react-redux": "8.1.0",
33+
"react-router-dom": "6.13.0",
3434
"react-toastify": "9.1.3",
35-
"shared": "file:../shared",
36-
"socket.io-client": "4.5.4"
35+
"socket.io-client": "4.6.2"
3736
},
3837
"browserslist": [
3938
">0.2%",
@@ -46,10 +45,10 @@
4645
"eslint-config-airbnb": "19.0.4",
4746
"eslint-config-react-app": "7.0.1",
4847
"eslint-plugin-jsx-a11y": "6.7.1",
49-
"eslint-plugin-react": "7.32.1",
50-
"sass": "1.57.1",
51-
"stylelint-config-standard-scss": "6.1.0",
52-
"stylelint-scss": "4.3.0",
53-
"vite": "4.3.8"
48+
"eslint-plugin-react": "7.32.2",
49+
"sass": "1.63.4",
50+
"stylelint-config-standard-scss": "9.0.0",
51+
"stylelint-scss": "5.0.1",
52+
"vite": "4.3.9"
5453
}
5554
}

0 commit comments

Comments
 (0)