Skip to content

Commit 3c767cc

Browse files
Update all non-major dependencies (#42)
* Downgrade @types/react due to react-scroll link issue
1 parent f861530 commit 3c767cc

File tree

2 files changed

+1430
-362
lines changed

2 files changed

+1430
-362
lines changed

package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,29 @@
44
"version": "0.1.0",
55
"private": true,
66
"dependencies": {
7-
"@fortawesome/fontawesome-svg-core": "6.1.2",
8-
"@fortawesome/free-brands-svg-icons": "6.1.2",
9-
"@fortawesome/free-solid-svg-icons": "6.1.2",
10-
"@fortawesome/react-fontawesome": "0.2.0",
11-
"@testing-library/jest-dom": "5.16.5",
7+
"@fortawesome/fontawesome-svg-core": "6.5.2",
8+
"@fortawesome/free-brands-svg-icons": "6.5.2",
9+
"@fortawesome/free-solid-svg-icons": "6.5.2",
10+
"@fortawesome/react-fontawesome": "0.2.2",
11+
"@testing-library/jest-dom": "5.17.0",
1212
"@testing-library/react": "13.4.0",
13-
"@testing-library/user-event": "14.4.3",
14-
"@types/aos": "3.0.4",
15-
"@types/jest": "28.1.7",
16-
"@types/node": "16.11.60",
17-
"@types/react": "18.0.21",
18-
"@types/react-dom": "18.0.6",
19-
"@types/react-scroll": "1.8.4",
13+
"@testing-library/user-event": "14.5.2",
14+
"@types/aos": "3.0.7",
15+
"@types/jest": "28.1.8",
16+
"@types/node": "16.18.98",
17+
"@types/react": "18.2.3",
18+
"@types/react-dom": "18.3.0",
19+
"@types/react-scroll": "1.8.10",
2020
"aos": "2.3.4",
2121
"bulma": "0.9.4",
22-
"kwesforms": "2.1.26",
23-
"react": "18.2.0",
24-
"react-dom": "18.2.0",
25-
"react-router-dom": "6.3.0",
22+
"kwesforms": "2.2.9",
23+
"react": "18.3.1",
24+
"react-dom": "18.3.1",
25+
"react-router-dom": "6.23.1",
2626
"react-player": "2.16.0",
2727
"react-scripts": "^5.0.1",
28-
"react-scroll": "1.8.7",
29-
"typescript": "4.8.3",
28+
"react-scroll": "1.9.0",
29+
"typescript": "4.9.5",
3030
"web-vitals": "2.1.4"
3131
},
3232
"scripts": {
@@ -48,19 +48,19 @@
4848
]
4949
},
5050
"devDependencies": {
51-
"@typescript-eslint/eslint-plugin": "5.33.1",
52-
"@typescript-eslint/parser": "5.33.1",
53-
"eslint": "8.24.0",
51+
"@typescript-eslint/eslint-plugin": "5.62.0",
52+
"@typescript-eslint/parser": "5.62.0",
53+
"eslint": "8.57.0",
5454
"eslint-config-airbnb": "19.0.4",
55-
"eslint-config-airbnb-typescript": "17.0.0",
56-
"eslint-config-prettier": "8.5.0",
57-
"eslint-plugin-import": "2.26.0",
58-
"eslint-plugin-jsx-a11y": "6.6.1",
55+
"eslint-config-airbnb-typescript": "17.1.0",
56+
"eslint-config-prettier": "8.10.0",
57+
"eslint-plugin-import": "2.29.1",
58+
"eslint-plugin-jsx-a11y": "6.8.0",
5959
"eslint-plugin-prettier": "4.2.1",
60-
"eslint-plugin-react": "7.31.8",
61-
"eslint-plugin-react-hooks": "4.6.0",
62-
"lint-staged": "13.0.3",
63-
"prettier": "2.7.1"
60+
"eslint-plugin-react": "7.34.2",
61+
"eslint-plugin-react-hooks": "4.6.2",
62+
"lint-staged": "13.3.0",
63+
"prettier": "2.8.8"
6464
},
6565
"lint-staged": {
6666
"src/**/*.+(js|jsx|ts|tsx|json)": [

0 commit comments

Comments
 (0)