|
4 | 4 | "version": "0.1.0",
|
5 | 5 | "private": true,
|
6 | 6 | "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", |
10 | 10 | "@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", |
13 | 13 | "@testing-library/user-event": "14.5.2",
|
14 | 14 | "@types/aos": "3.0.7",
|
15 | 15 | "@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.12", |
| 18 | + "@types/react-dom": "18.3.1", |
19 | 19 | "@types/react-scroll": "1.8.10",
|
20 | 20 | "aos": "2.3.4",
|
21 |
| - "bulma": "1.0.1", |
| 21 | + "bulma": "1.0.2", |
22 | 22 | "kwesforms": "2.2.9",
|
23 | 23 | "react": "18.3.1",
|
24 | 24 | "react-dom": "18.3.1",
|
25 |
| - "react-router-dom": "6.23.1", |
| 25 | + "react-router-dom": "6.28.0", |
26 | 26 | "react-player": "2.16.0",
|
27 | 27 | "react-scripts": "^5.0.1",
|
28 | 28 | "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" |
31 | 31 | },
|
32 | 32 | "scripts": {
|
33 | 33 | "start": "react-scripts start",
|
|
48 | 48 | ]
|
49 | 49 | },
|
50 | 50 | "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.15.0", |
54 | 54 | "eslint-config-airbnb": "19.0.4",
|
55 | 55 | "eslint-config-airbnb-typescript": "18.0.0",
|
56 | 56 | "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", |
61 | 61 | "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.1" |
64 | 64 | },
|
65 | 65 | "lint-staged": {
|
66 | 66 | "src/**/*.+(js|jsx|ts|tsx|json)": [
|
|
0 commit comments