|
1 | 1 | { |
2 | 2 | "private": true, |
3 | 3 | "dependencies": { |
4 | | - "@emotion/react": "^11.4.1", |
5 | | - "@emotion/styled": "^11.3.0", |
6 | | - "@fortawesome/fontawesome-svg-core": "^1.2.36", |
7 | | - "@fortawesome/free-solid-svg-icons": "^5.15.4", |
8 | | - "@fortawesome/react-fontawesome": "^0.1.15", |
9 | | - "@octokit/plugin-throttling": "^3.6.2", |
10 | | - "@octokit/rest": "^18.9.0", |
11 | | - "@types/lodash": "^4.14.172", |
| 4 | + "@emotion/react": "^11.10.0", |
| 5 | + "@emotion/styled": "^11.10.0", |
| 6 | + "@fortawesome/fontawesome-svg-core": "^6.1.2", |
| 7 | + "@fortawesome/free-solid-svg-icons": "^6.1.2", |
| 8 | + "@fortawesome/react-fontawesome": "^0.2.0", |
| 9 | + "@octokit/plugin-throttling": "^4.1.0", |
| 10 | + "@octokit/rest": "^19.0.3", |
| 11 | + "@types/lodash": "^4.14.182", |
12 | 12 | "assert-never": "^1.2.1", |
13 | | - "bootstrap": "^4", |
14 | | - "graphql": "^15.5.1", |
15 | | - "graphql-request": "^3.5.0", |
| 13 | + "bootstrap": "^5.2.0", |
| 14 | + "graphql": "^16.5.0", |
| 15 | + "graphql-request": "^4.3.0", |
16 | 16 | "lodash": "^4.17.21", |
17 | | - "mobx": "^6.3.2", |
18 | | - "mobx-react-lite": "^3.2.0", |
19 | | - "moment": "^2.29.1", |
20 | | - "react": "^17.0.2", |
21 | | - "react-bootstrap": "^1.6.1", |
22 | | - "react-dom": "^17.0.2", |
23 | | - "react-spinners": "^0.11.0" |
| 17 | + "mobx": "^6.6.1", |
| 18 | + "mobx-react-lite": "^3.4.0", |
| 19 | + "moment": "^2.29.4", |
| 20 | + "react": "^18.2.0", |
| 21 | + "react-bootstrap": "^2.4.0", |
| 22 | + "react-dom": "^18.2.0", |
| 23 | + "react-spinners": "^0.13.4" |
24 | 24 | }, |
25 | 25 | "devDependencies": { |
26 | | - "@babel/core": "^7.15.0", |
27 | | - "@babel/preset-env": "^7.15.0", |
28 | | - "@octokit/core": "^3.5.1", |
29 | | - "@types/chrome": "^0.0.154", |
30 | | - "@types/jest": "^26.0.24", |
31 | | - "@types/node": "^16.4.13", |
32 | | - "@types/react": "^17.0.15", |
33 | | - "@types/react-dom": "^17.0.9", |
34 | | - "@typescript-eslint/eslint-plugin": "^4.28.5", |
35 | | - "@typescript-eslint/parser": "^4.29.0", |
36 | | - "babel-loader": "^8.2.2", |
37 | | - "copy-webpack-plugin": "^9.0.1", |
38 | | - "css-loader": "^6.2.0", |
39 | | - "eslint": "^7.32.0", |
40 | | - "eslint-config-prettier": "^7", |
41 | | - "eslint-plugin-prettier": "^3.4.0", |
42 | | - "eslint-plugin-react": "^7.24.0", |
43 | | - "html-webpack-plugin": "^5.3.2", |
44 | | - "jest": "^27.0.6", |
45 | | - "prettier": "^2.3.2", |
46 | | - "style-loader": "^3.2.1", |
47 | | - "ts-jest": "^27.0.4", |
48 | | - "ts-loader": "^9.2.5", |
49 | | - "typescript": "^4.3.5", |
50 | | - "webpack": "^5.49.0", |
51 | | - "webpack-bundle-analyzer": "^4.4.2", |
52 | | - "webpack-cli": "^4.7.2", |
53 | | - "webpack-dev-server": "^3.11.2" |
| 26 | + "@babel/core": "^7.18.10", |
| 27 | + "@babel/preset-env": "^7.18.10", |
| 28 | + "@octokit/core": "^4.0.4", |
| 29 | + "@types/chrome": "^0.0.193", |
| 30 | + "@types/jest": "^28.1.6", |
| 31 | + "@types/node": "^18.6.3", |
| 32 | + "@types/react": "^18.0.15", |
| 33 | + "@types/react-dom": "^18.0.6", |
| 34 | + "@typescript-eslint/eslint-plugin": "^5.32.0", |
| 35 | + "@typescript-eslint/parser": "^5.32.0", |
| 36 | + "babel-loader": "^8.2.5", |
| 37 | + "copy-webpack-plugin": "^11.0.0", |
| 38 | + "css-loader": "^6.7.1", |
| 39 | + "eslint": "^8.21.0", |
| 40 | + "eslint-config-prettier": "^8.5.0", |
| 41 | + "eslint-plugin-prettier": "^4.2.1", |
| 42 | + "eslint-plugin-react": "^7.30.1", |
| 43 | + "html-webpack-plugin": "^5.5.0", |
| 44 | + "jest": "^28.1.3", |
| 45 | + "prettier": "^2.7.1", |
| 46 | + "style-loader": "^3.3.1", |
| 47 | + "ts-jest": "^28.0.7", |
| 48 | + "ts-loader": "^9.3.1", |
| 49 | + "typescript": "^4.7.4", |
| 50 | + "webpack": "^5.74.0", |
| 51 | + "webpack-bundle-analyzer": "^4.5.0", |
| 52 | + "webpack-cli": "^4.10.0", |
| 53 | + "webpack-dev-server": "^4.9.3" |
54 | 54 | }, |
55 | 55 | "scripts": { |
56 | 56 | "start": "webpack serve", |
|
0 commit comments