|
3 | 3 | "version": "6.7.1", |
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
6 | | - "@reach/dialog": "^0.15.0", |
7 | | - "@reach/menu-button": "^0.15.1", |
8 | | - "@reach/tooltip": "^0.15.0", |
9 | | - "@types/humanize-duration": "^3.25.0", |
10 | | - "@types/jest": "^26.0.23", |
| 6 | + "@reach/dialog": "^0.15.3", |
| 7 | + "@reach/menu-button": "^0.15.3", |
| 8 | + "@reach/tooltip": "^0.15.3", |
| 9 | + "@types/humanize-duration": "^3.25.1", |
| 10 | + "@types/jest": "^26.0.24", |
11 | 11 | "@types/keymaster": "^1.6.30", |
12 | | - "@types/lodash": "^4.14.170", |
| 12 | + "@types/lodash": "^4.14.172", |
13 | 13 | "@types/match-sorter": "^6.0.0", |
14 | | - "@types/node": "^14.17.3", |
| 14 | + "@types/node": "^14.17.12", |
15 | 15 | "@types/parse-link-header": "^1.0.0", |
16 | | - "@types/react": "^17.0.9", |
17 | | - "@types/react-dom": "^17.0.6", |
18 | | - "@types/react-measure": "^2.0.6", |
19 | | - "@types/react-router-dom": "^5.1.7", |
20 | | - "@types/react-window": "^1.8.3", |
21 | | - "@types/react-window-infinite-loader": "^1.0.3", |
22 | | - "@types/uuid": "^8.3.0", |
23 | | - "@vitejs/plugin-react-refresh": "^1.3.3", |
| 16 | + "@types/react": "^17.0.19", |
| 17 | + "@types/react-dom": "^17.0.9", |
| 18 | + "@types/react-measure": "^2.0.7", |
| 19 | + "@types/react-router-dom": "^5.1.8", |
| 20 | + "@types/react-window": "^1.8.5", |
| 21 | + "@types/react-window-infinite-loader": "^1.0.5", |
| 22 | + "@types/uuid": "^8.3.1", |
| 23 | + "@vitejs/plugin-react-refresh": "^1.3.6", |
24 | 24 | "d3": "^5.16.0", |
25 | | - "downshift": "^6.1.3", |
| 25 | + "downshift": "^6.1.7", |
26 | 26 | "history": "^4.10.1", |
27 | 27 | "humanize-duration": "^3.27.0", |
28 | 28 | "keymaster": "^1.6.2", |
29 | | - "localforage": "^1.9.0", |
| 29 | + "localforage": "^1.10.0", |
30 | 30 | "lodash": "^4.17.20", |
31 | 31 | "match-sorter": "^6.2.0", |
32 | 32 | "mdi-react": "^7.4.0", |
33 | 33 | "mitt": "^2.1.0", |
34 | 34 | "parse-link-header": "^1.0.1", |
35 | 35 | "prism-react-renderer": "^1.2.1", |
36 | 36 | "prop-types": "^15.7.2", |
37 | | - "query-string": "^7.0.0", |
| 37 | + "query-string": "^7.0.1", |
38 | 38 | "react": "^17.0.2", |
39 | | - "react-ace": "^9.4.1", |
| 39 | + "react-ace": "^9.4.3", |
40 | 40 | "react-dom": "^17.0.2", |
41 | | - "react-draggable": "^4.4.3", |
| 41 | + "react-draggable": "^4.4.4", |
42 | 42 | "react-measure": "^2.5.2", |
43 | | - "react-router-dom": "^5.2.0", |
| 43 | + "react-router-dom": "^5.2.1", |
44 | 44 | "react-split-pane": "^0.1.92", |
45 | 45 | "react-window": "^1.8.6", |
46 | 46 | "react-window-infinite-loader": "^1.0.5", |
47 | | - "swr": "^0.5.6", |
| 47 | + "swr": "^0.5.7", |
48 | 48 | "taucharts": "^2.8.0", |
49 | | - "typescript": "^4.3.2", |
| 49 | + "typescript": "^4.3.5", |
50 | 50 | "use-debounce": "^6.0.1", |
51 | 51 | "uuid": "^8.3.2", |
52 | | - "vite": "^2.3.7", |
| 52 | + "vite": "^2.5.1", |
53 | 53 | "whatwg-fetch": "^3.5.0", |
54 | | - "zustand": "^3.5.2" |
| 54 | + "zustand": "^3.5.10" |
55 | 55 | }, |
56 | 56 | "scripts": { |
57 | 57 | "analyze": "cross-env SOURCEMAP=true npm run build && source-map-explorer \"build/assets/*.js\" --html bundle-analysis-result.html", |
|
69 | 69 | "not op_mini all" |
70 | 70 | ], |
71 | 71 | "devDependencies": { |
72 | | - "@babel/core": "^7.14.3", |
73 | | - "@typescript-eslint/eslint-plugin": "^4.26.1", |
74 | | - "@typescript-eslint/parser": "^4.26.1", |
| 72 | + "@babel/core": "^7.15.0", |
| 73 | + "@typescript-eslint/eslint-plugin": "^4.29.3", |
| 74 | + "@typescript-eslint/parser": "^4.29.3", |
75 | 75 | "babel-eslint": "^10.1.0", |
76 | 76 | "cross-env": "^7.0.3", |
77 | | - "eslint": "^7.28.0", |
| 77 | + "eslint": "^7.32.0", |
78 | 78 | "eslint-config-prettier": "^8.3.0", |
79 | 79 | "eslint-config-react-app": "^6.0.0", |
80 | | - "eslint-plugin-flowtype": "^5.7.2", |
81 | | - "eslint-plugin-import": "^2.23.4", |
| 80 | + "eslint-plugin-flowtype": "^5.9.1", |
| 81 | + "eslint-plugin-import": "^2.24.2", |
82 | 82 | "eslint-plugin-jsx-a11y": "^6.4.1", |
83 | | - "eslint-plugin-prettier": "^3.4.0", |
| 83 | + "eslint-plugin-prettier": "^3.4.1", |
84 | 84 | "eslint-plugin-react": "^7.24.0", |
85 | 85 | "eslint-plugin-react-hooks": "^4.2.0", |
86 | 86 | "source-map-explorer": "^2.5.2" |
|
0 commit comments