|
20 | 20 | "*.{ts,tsx,scss}": "yarn format:fix" |
21 | 21 | }, |
22 | 22 | "devDependencies": { |
23 | | - "@babel/core": "^7.22.9", |
24 | | - "@emotion/react": "^11.10.6", |
25 | | - "@emotion/styled": "^11.10.6", |
26 | | - "@fortawesome/fontawesome-common-types": "~0.2.36", |
27 | | - "@grafana/eslint-config": "^6.0.0", |
28 | | - "@swc/core": "^1.3.74", |
29 | | - "@types/color": "^3.0.2", |
30 | | - "@types/d3-scale": "^4.0.2", |
31 | | - "@types/d3-scale-chromatic": "^3.0.0", |
32 | | - "@types/flot": "^0.0.32", |
| 23 | + "@babel/core": "7.22.9", |
| 24 | + "@emotion/react": "11.10.6", |
| 25 | + "@emotion/styled": "11.10.6", |
| 26 | + "@fortawesome/fontawesome-common-types": "0.2.36", |
| 27 | + "@grafana/eslint-config": "6.0.1", |
| 28 | + "@swc/core": "1.3.74", |
| 29 | + "@types/color": "3.0.3", |
| 30 | + "@types/d3-scale": "4.0.3", |
| 31 | + "@types/d3-scale-chromatic": "3.0.0", |
| 32 | + "@types/flot": "0.0.32", |
33 | 33 | "@types/history": "4.7.11", |
34 | | - "@types/jquery": "^3.5.13", |
35 | | - "@types/lodash.debounce": "^4.0.6", |
36 | | - "@types/lodash.groupby": "^4.6.7", |
37 | | - "@types/lodash.map": "^4.6.13", |
38 | | - "@types/prismjs": "^1.26.0", |
39 | | - "@types/react": "^18.0.0", |
40 | | - "@types/react-copy-to-clipboard": "^5.0.2", |
41 | | - "@types/react-datepicker": "^4.3.4", |
42 | | - "@types/react-dom": "^18.0.11", |
43 | | - "@types/react-helmet": "^6.1.5", |
44 | | - "@types/react-notifications-component": "~3.1.0", |
45 | | - "@types/react-outside-click-handler": "^1.3.1", |
46 | | - "@types/react-router-dom": "5.3.0", |
47 | | - "@typescript-eslint/eslint-plugin": "^5.59.5", |
48 | | - "@typescript-eslint/parser": "^5.59.5", |
49 | | - "clean-webpack-plugin": "^3.0.0", |
50 | | - "conventional-changelog-cli": "^2.1.1", |
51 | | - "copy-webpack-plugin": "^11.0.0", |
52 | | - "esbuild-loader": "^3.0.1", |
53 | | - "eslint": "^8.40.0", |
| 34 | + "@types/jquery": "3.5.16", |
| 35 | + "@types/lodash.debounce": "4.0.7", |
| 36 | + "@types/lodash.groupby": "4.6.7", |
| 37 | + "@types/lodash.map": "4.6.13", |
| 38 | + "@types/prismjs": "1.26.0", |
| 39 | + "@types/react": "18.0.33", |
| 40 | + "@types/react-copy-to-clipboard": "5.0.4", |
| 41 | + "@types/react-datepicker": "4.10.0", |
| 42 | + "@types/react-dom": "18.0.11", |
| 43 | + "@types/react-helmet": "6.1.6", |
| 44 | + "@types/react-notifications-component": "3.1.1", |
| 45 | + "@types/react-outside-click-handler": "1.3.1", |
| 46 | + "@types/react-router-dom": "5.3.3", |
| 47 | + "@typescript-eslint/eslint-plugin": "5.62.0", |
| 48 | + "@typescript-eslint/parser": "5.62.0", |
| 49 | + "clean-webpack-plugin": "3.0.0", |
| 50 | + "conventional-changelog-cli": "2.2.2", |
| 51 | + "copy-webpack-plugin": "11.0.0", |
| 52 | + "esbuild-loader": "3.0.1", |
| 53 | + "eslint": "8.57.1", |
54 | 54 | "eslint-config-airbnb": "18.2.1", |
55 | | - "eslint-config-airbnb-typescript": "^14.0.0", |
56 | | - "eslint-config-airbnb-typescript-prettier": "^4.2.0", |
57 | | - "eslint-import-resolver-lerna": "^2.0.0", |
58 | | - "eslint-import-resolver-typescript": "^3.5.5", |
59 | | - "eslint-plugin-css-modules": "^2.11.0", |
60 | | - "eslint-plugin-import": "^2.27.5", |
61 | | - "eslint-plugin-jsdoc": "^44.2.2", |
62 | | - "eslint-plugin-jsx-a11y": "^6.4.1", |
63 | | - "eslint-plugin-prettier": "^3.3.1", |
64 | | - "eslint-plugin-react": "^7.33.0", |
65 | | - "eslint-plugin-react-hooks": "^4.6.0", |
66 | | - "eslint-plugin-unused-imports": "^2.0.0", |
67 | | - "expose-loader": "^4.1.0", |
68 | | - "html-webpack-plugin": "^5.5.0", |
69 | | - "husky": "^8.0.3", |
70 | | - "lint-staged": "^15.0.2", |
71 | | - "mini-css-extract-plugin": "^2.7.5", |
72 | | - "optimize-css-assets-webpack-plugin": "^6.0.1", |
| 55 | + "eslint-config-airbnb-typescript": "14.0.2", |
| 56 | + "eslint-config-airbnb-typescript-prettier": "4.2.0", |
| 57 | + "eslint-import-resolver-lerna": "2.0.0", |
| 58 | + "eslint-import-resolver-typescript": "3.5.5", |
| 59 | + "eslint-plugin-css-modules": "2.12.0", |
| 60 | + "eslint-plugin-import": "2.30.0", |
| 61 | + "eslint-plugin-jsdoc": "44.2.7", |
| 62 | + "eslint-plugin-jsx-a11y": "6.10.0", |
| 63 | + "eslint-plugin-prettier": "3.4.1", |
| 64 | + "eslint-plugin-react": "7.36.1", |
| 65 | + "eslint-plugin-react-hooks": "4.6.2", |
| 66 | + "eslint-plugin-unused-imports": "2.0.0", |
| 67 | + "expose-loader": "4.1.0", |
| 68 | + "html-webpack-plugin": "5.5.0", |
| 69 | + "husky": "8.0.3", |
| 70 | + "lint-staged": "15.0.2", |
| 71 | + "mini-css-extract-plugin": "2.7.5", |
| 72 | + "optimize-css-assets-webpack-plugin": "6.0.1", |
73 | 73 | "prettier": "2.8.8", |
74 | | - "react-svg-loader": "^3.0.3", |
75 | | - "regenerator-runtime": "^0.13.9", |
76 | | - "replace-in-file-webpack-plugin": "^1.0.6", |
77 | | - "sass": "^1.60.0", |
78 | | - "tsconfig-paths-webpack-plugin": "^4.0.1", |
79 | | - "typescript": "^4.5.2", |
80 | | - "web-streams-polyfill": "^3.2.1", |
81 | | - "webpack": "^5.94.0", |
82 | | - "webpack-cli": "^5.0.1", |
83 | | - "webpack-dev-server": "^5.2.2", |
84 | | - "webpack-merge": "^5.8.0" |
| 74 | + "react-svg-loader": "3.0.3", |
| 75 | + "regenerator-runtime": "0.13.11", |
| 76 | + "replace-in-file-webpack-plugin": "1.0.6", |
| 77 | + "sass": "1.60.0", |
| 78 | + "tsconfig-paths-webpack-plugin": "4.0.1", |
| 79 | + "typescript": "4.9.5", |
| 80 | + "web-streams-polyfill": "3.2.1", |
| 81 | + "webpack": "5.94.0", |
| 82 | + "webpack-cli": "5.0.1", |
| 83 | + "webpack-dev-server": "5.2.2", |
| 84 | + "webpack-merge": "5.8.0" |
85 | 85 | }, |
86 | 86 | "dependencies": { |
87 | 87 | "@fortawesome/fontawesome-svg-core": "~1.2.30", |
88 | 88 | "@fortawesome/free-brands-svg-icons": "~5.15.1", |
89 | 89 | "@fortawesome/free-regular-svg-icons": "~5.15.2", |
90 | | - "@fortawesome/free-solid-svg-icons": "~5.14.0", |
91 | | - "@fortawesome/react-fontawesome": "~0.1.11", |
92 | | - "@grafana/data": "11.4.0", |
93 | | - "@grafana/flamegraph": "11.4.0", |
94 | | - "@grafana/ui": "11.4.0", |
| 90 | + "@fortawesome/free-solid-svg-icons": "~5.15.0", |
| 91 | + "@fortawesome/react-fontawesome": "~0.2.0", |
| 92 | + "@grafana/data": "11.6.7", |
| 93 | + "@grafana/flamegraph": "11.6.7", |
| 94 | + "@grafana/ui": "11.6.7", |
95 | 95 | "@hookform/resolvers": "^2.9.8", |
96 | | - "@mui/base": "5.0.0-alpha.98", |
97 | | - "@mui/material": "5.10.11", |
| 96 | + "@mui/base": "5.0.0-beta.70", |
| 97 | + "@mui/material": "5.18.0", |
98 | 98 | "@react-hook/resize-observer": "^1.2.6", |
99 | 99 | "@react-hook/window-size": "^3.1.1", |
100 | 100 | "@reduxjs/toolkit": "^1.6.2", |
101 | | - "@szhsin/react-menu": "3.5.2", |
| 101 | + "@szhsin/react-menu": "3.5.3", |
102 | 102 | "@types/file-saver": "^2.0.5", |
103 | 103 | "classnames": "^2.2.6", |
104 | 104 | "color": "^3.1.3", |
|
124 | 124 | "react-flot": "^1.3.0", |
125 | 125 | "react-helmet": "^6.1.0", |
126 | 126 | "react-hook-form": "^7.36.0", |
127 | | - "react-notifications-component": "~3.1.0", |
| 127 | + "react-notifications-component": "~3.4.0", |
128 | 128 | "react-outside-click-handler": "^1.3.0", |
129 | 129 | "react-redux": "^7.2.1", |
130 | | - "react-router-dom": "5.3.0", |
| 130 | + "react-router-dom": "5.3.4", |
131 | 131 | "react-svg-spinner": "^1.0.4", |
132 | | - "react-textarea-autosize": "8.3.0", |
| 132 | + "react-textarea-autosize": "8.5.9", |
133 | 133 | "redux-persist": "^6.0.0", |
134 | 134 | "redux-query-sync": "^0.1.10", |
135 | 135 | "sass-loader": "^9.0.2", |
136 | 136 | "sweetalert2": "^11.4.0, <11.4.9", |
137 | 137 | "sweetalert2-react-content": "^4.2.0", |
138 | 138 | "timezone-mock": "^1.3.0", |
139 | | - "true-myth": "~5.2.0", |
| 139 | + "true-myth": "~5.4.0", |
140 | 140 | "ts-custom-error": "^3.2.0", |
141 | 141 | "ts-essentials": "^9.0.0", |
142 | 142 | "zod": "^3.22.3" |
|
0 commit comments