|
8 | 8 | "@fortawesome/free-brands-svg-icons": "6.1.2",
|
9 | 9 | "@fortawesome/free-solid-svg-icons": "6.1.2",
|
10 | 10 | "@fortawesome/react-fontawesome": "0.2.0",
|
11 |
| - "@testing-library/jest-dom": "5.16.5", |
12 |
| - "@testing-library/react": "13.4.0", |
| 11 | + "@testing-library/jest-dom": "6.4.2", |
| 12 | + "@testing-library/react": "15.0.2", |
13 | 13 | "@testing-library/user-event": "14.4.3",
|
14 | 14 | "@types/aos": "3.0.4",
|
15 | 15 | "@types/jest": "28.1.7",
|
16 |
| - "@types/node": "16.11.60", |
| 16 | + "@types/node": "20.12.7", |
17 | 17 | "@types/react": "18.0.21",
|
18 | 18 | "@types/react-dom": "18.0.6",
|
19 | 19 | "@types/react-scroll": "1.8.4",
|
20 | 20 | "aos": "2.3.4",
|
21 |
| - "bulma": "0.9.4", |
| 21 | + "bulma": "1.0.0", |
22 | 22 | "kwesforms": "2.1.26",
|
23 | 23 | "react": "18.2.0",
|
24 | 24 | "react-dom": "18.2.0",
|
25 | 25 | "react-router-dom": "6.3.0",
|
26 | 26 | "react-scripts": "5.0.1",
|
27 | 27 | "react-scroll": "1.8.7",
|
28 |
| - "typescript": "4.8.3", |
29 |
| - "web-vitals": "2.1.4" |
| 28 | + "typescript": "5.4.5", |
| 29 | + "web-vitals": "3.5.2" |
30 | 30 | },
|
31 | 31 | "scripts": {
|
32 | 32 | "start": "react-scripts start",
|
|
50 | 50 | "devDependencies": {
|
51 | 51 | "@typescript-eslint/eslint-plugin": "5.33.1",
|
52 | 52 | "@typescript-eslint/parser": "5.33.1",
|
53 |
| - "eslint": "8.24.0", |
| 53 | + "eslint": "9.0.0", |
54 | 54 | "eslint-config-airbnb": "19.0.4",
|
55 |
| - "eslint-config-airbnb-typescript": "17.0.0", |
56 |
| - "eslint-config-prettier": "8.5.0", |
| 55 | + "eslint-config-airbnb-typescript": "18.0.0", |
| 56 | + "eslint-config-prettier": "9.1.0", |
57 | 57 | "eslint-plugin-import": "2.26.0",
|
58 | 58 | "eslint-plugin-jsx-a11y": "6.6.1",
|
59 |
| - "eslint-plugin-prettier": "4.2.1", |
| 59 | + "eslint-plugin-prettier": "5.1.3", |
60 | 60 | "eslint-plugin-react": "7.31.8",
|
61 | 61 | "eslint-plugin-react-hooks": "4.6.0",
|
62 |
| - "lint-staged": "13.0.3", |
63 |
| - "prettier": "2.7.1" |
| 62 | + "lint-staged": "15.2.2", |
| 63 | + "prettier": "3.2.5" |
64 | 64 | },
|
65 | 65 | "lint-staged": {
|
66 | 66 | "src/**/*.+(js|jsx|ts|tsx|json)": [
|
|
0 commit comments