|
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
6 | | - "@apollo/client": "^3.6.9", |
7 | | - "@babel/plugin-proposal-decorators": "^7.16.7", |
8 | | - "@fortawesome/fontawesome-svg-core": "^6.1.1", |
9 | | - "@fortawesome/free-brands-svg-icons": "^6.1.2", |
10 | | - "@fortawesome/free-solid-svg-icons": "^6.1.1", |
11 | | - "@fortawesome/react-fontawesome": "^0.1.18", |
12 | | - "@mdx-js/loader": "^1.6.22", |
13 | | - "@testing-library/jest-dom": "^5.11.4", |
14 | | - "@testing-library/user-event": "^12.1.10", |
| 6 | + "@apollo/client": "^3.7.2", |
| 7 | + "@babel/plugin-proposal-decorators": "^7.20.5", |
| 8 | + "@fortawesome/fontawesome-svg-core": "^6.2.1", |
| 9 | + "@fortawesome/free-brands-svg-icons": "^6.2.1", |
| 10 | + "@fortawesome/free-solid-svg-icons": "^6.2.1", |
| 11 | + "@fortawesome/react-fontawesome": "^0.2.0", |
| 12 | + "@mdx-js/loader": "^2.1.5", |
| 13 | + "@testing-library/jest-dom": "^5.16.5", |
| 14 | + "@testing-library/user-event": "^14.4.3", |
15 | 15 | "apollo-link-error": "^1.1.13", |
16 | | - "axios": "^0.27.2", |
17 | | - "bootstrap": "^5.0.1", |
18 | | - "date-fns": "^2.29.1", |
| 16 | + "axios": "^1.2.1", |
| 17 | + "bootstrap": "^5.2.3", |
| 18 | + "date-fns": "^2.29.3", |
19 | 19 | "dotenv": "^16.0.3", |
20 | 20 | "eslint-plugin-import": "^2.26.0", |
21 | | - "eslint-plugin-markdown": "^2.2.1", |
| 21 | + "eslint-plugin-markdown": "^3.0.0", |
22 | 22 | "eslint-plugin-react-hooks": "^4.3.0", |
23 | 23 | "graphql": "^16.6.0", |
24 | | - "react": "^17.0.2", |
25 | | - "react-bootstrap": "^1.6.1", |
26 | | - "react-dom": "^17.0.2", |
27 | | - "react-icons": "^4.2.0", |
28 | | - "react-router": "^5.2.0", |
29 | | - "react-router-bootstrap": "^0.25.0", |
30 | | - "react-router-dom": "^5.3.3", |
31 | | - "react-scripts": "4.0.3", |
| 24 | + "react": "^18.2.0", |
| 25 | + "react-bootstrap": "^2.6.0", |
| 26 | + "react-dom": "^18.2.0", |
| 27 | + "react-icons": "^4.7.1", |
| 28 | + "react-router": "^6.4.4", |
| 29 | + "react-router-bootstrap": "^0.26.2", |
| 30 | + "react-router-dom": "^6.4.4", |
| 31 | + "react-scripts": "5.0.1", |
32 | 32 | "react-switch": "^7.0.0", |
33 | 33 | "react-user-profile": "^1.0.3", |
34 | 34 | "smooth-scroll": "^16.1.3", |
35 | | - "styled-components": "^5.3.5", |
36 | | - "web-vitals": "^1.0.1" |
| 35 | + "styled-components": "^5.3.6", |
| 36 | + "web-vitals": "^3.1.0" |
37 | 37 | }, |
38 | 38 | "scripts": { |
39 | 39 | "start": "react-scripts start", |
|
57 | 57 | ] |
58 | 58 | }, |
59 | 59 | "devDependencies": { |
60 | | - "@babel/core": "^7.16.7", |
61 | | - "@babel/eslint-parser": "^7.16.5", |
| 60 | + "@babel/core": "^7.20.5", |
| 61 | + "@babel/eslint-parser": "^7.19.1", |
62 | 62 | "@babel/preset-react": "^7.16.7", |
63 | | - "@testing-library/react": "^11.2.7", |
64 | | - "autoprefixer": "^9.8.6", |
65 | | - "eslint": "^7.32.0", |
| 63 | + "@testing-library/react": "^13.4.0", |
| 64 | + "autoprefixer": "^10.4.13", |
| 65 | + "eslint": "^8.29.0", |
66 | 66 | "eslint-config": "^0.3.0", |
67 | 67 | "eslint-config-airbnb": "^19.0.0", |
68 | 68 | "eslint-config-prettier": "^8.3.0", |
69 | | - "eslint-plugin-jest": "^24.3.6", |
70 | | - "eslint-plugin-jsx-a11y": "^6.4.1", |
| 69 | + "eslint-plugin-jest": "^27.1.6", |
| 70 | + "eslint-plugin-jsx-a11y": "^6.6.1", |
71 | 71 | "eslint-plugin-prettier": "^4.0.0", |
72 | | - "eslint-plugin-react": "^7.28.0", |
| 72 | + "eslint-plugin-react": "^7.31.11", |
73 | 73 | "jest-dom": "^4.0.0", |
74 | | - "postcss": "^7.0.39", |
| 74 | + "postcss": "^8.4.19", |
75 | 75 | "postcss-flexbugs-fixes": "^5.0.2", |
76 | | - "postcss-preset-env": "^7.7.2", |
77 | | - "prettier": "^2.5.1", |
78 | | - "react-test-renderer": "^17.0.2" |
| 76 | + "postcss-preset-env": "^7.8.3", |
| 77 | + "prettier": "^2.8.0", |
| 78 | + "react-test-renderer": "^18.2.0" |
79 | 79 | } |
80 | 80 | } |
0 commit comments