Skip to content

Commit a7777fb

Browse files
Update all non-major dependencies
1 parent 18dbb7a commit a7777fb

File tree

2 files changed

+534
-384
lines changed

2 files changed

+534
-384
lines changed

package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,30 @@
44
"version": "0.1.0",
55
"private": true,
66
"dependencies": {
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",
7+
"@fortawesome/fontawesome-svg-core": "6.7.1",
8+
"@fortawesome/free-brands-svg-icons": "6.7.1",
9+
"@fortawesome/free-solid-svg-icons": "6.7.1",
1010
"@fortawesome/react-fontawesome": "0.2.2",
11-
"@testing-library/jest-dom": "6.4.5",
12-
"@testing-library/react": "16.0.0",
11+
"@testing-library/jest-dom": "6.6.3",
12+
"@testing-library/react": "16.0.1",
1313
"@testing-library/user-event": "14.5.2",
1414
"@types/aos": "3.0.7",
1515
"@types/jest": "28.1.8",
16-
"@types/node": "20.14.2",
17-
"@types/react": "18.2.3",
18-
"@types/react-dom": "18.3.0",
16+
"@types/node": "20.17.9",
17+
"@types/react": "18.3.13",
18+
"@types/react-dom": "18.3.1",
1919
"@types/react-scroll": "1.8.10",
2020
"aos": "2.3.4",
21-
"bulma": "1.0.1",
21+
"bulma": "1.0.2",
2222
"kwesforms": "2.2.9",
2323
"react": "18.3.1",
2424
"react-dom": "18.3.1",
25-
"react-router-dom": "6.23.1",
25+
"react-router-dom": "6.28.0",
2626
"react-player": "2.16.0",
2727
"react-scripts": "^5.0.1",
2828
"react-scroll": "1.9.0",
29-
"typescript": "5.4.5",
30-
"web-vitals": "4.1.0"
29+
"typescript": "5.7.2",
30+
"web-vitals": "4.2.4"
3131
},
3232
"scripts": {
3333
"start": "react-scripts start",
@@ -48,19 +48,19 @@
4848
]
4949
},
5050
"devDependencies": {
51-
"@typescript-eslint/eslint-plugin": "7.12.0",
52-
"@typescript-eslint/parser": "7.12.0",
53-
"eslint": "9.4.0",
51+
"@typescript-eslint/eslint-plugin": "7.18.0",
52+
"@typescript-eslint/parser": "7.18.0",
53+
"eslint": "9.16.0",
5454
"eslint-config-airbnb": "19.0.4",
5555
"eslint-config-airbnb-typescript": "18.0.0",
5656
"eslint-config-prettier": "9.1.0",
57-
"eslint-plugin-import": "2.29.1",
58-
"eslint-plugin-jsx-a11y": "6.8.0",
59-
"eslint-plugin-prettier": "5.1.3",
60-
"eslint-plugin-react": "7.34.2",
57+
"eslint-plugin-import": "2.31.0",
58+
"eslint-plugin-jsx-a11y": "6.10.2",
59+
"eslint-plugin-prettier": "5.2.1",
60+
"eslint-plugin-react": "7.37.2",
6161
"eslint-plugin-react-hooks": "4.6.2",
62-
"lint-staged": "15.2.5",
63-
"prettier": "3.3.1"
62+
"lint-staged": "15.2.10",
63+
"prettier": "3.4.2"
6464
},
6565
"lint-staged": {
6666
"src/**/*.+(js|jsx|ts|tsx|json)": [

0 commit comments

Comments
 (0)