|
41 | 41 | "jsan": "^3.1.14", |
42 | 42 | "localforage": "^1.10.0", |
43 | 43 | "lodash": "^4.17.21", |
44 | | - "react": "^18.1.0", |
45 | | - "react-dom": "^18.1.0", |
| 44 | + "react": "^18.2.0", |
| 45 | + "react-dom": "^18.2.0", |
46 | 46 | "react-icons": "^4.4.0", |
47 | | - "react-is": "^18.1.0", |
| 47 | + "react-is": "^18.2.0", |
48 | 48 | "react-json-tree": "^0.17.0", |
49 | 49 | "react-redux": "^8.0.2", |
50 | 50 | "redux": "^4.2.0", |
51 | 51 | "redux-persist": "^6.0.0", |
52 | 52 | "styled-components": "^5.3.5" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | | - "@babel/core": "^7.18.2", |
| 55 | + "@babel/core": "^7.18.5", |
56 | 56 | "@babel/preset-env": "^7.18.2", |
57 | 57 | "@babel/preset-react": "^7.17.12", |
58 | 58 | "@babel/preset-typescript": "^7.17.12", |
59 | 59 | "@babel/register": "^7.17.7", |
60 | 60 | "@testing-library/jest-dom": "^5.16.4", |
61 | 61 | "@testing-library/react": "^13.3.0", |
62 | | - "@types/chrome": "^0.0.188", |
| 62 | + "@types/chrome": "^0.0.190", |
63 | 63 | "@types/lodash": "^4.14.182", |
64 | | - "@types/react": "^18.0.12", |
| 64 | + "@types/react": "^18.0.14", |
65 | 65 | "@types/react-dom": "^18.0.5", |
66 | 66 | "@types/styled-components": "^5.1.25", |
67 | 67 | "babel-loader": "^8.2.5", |
|
70 | 70 | "copy-webpack-plugin": "^11.0.0", |
71 | 71 | "cross-env": "^7.0.3", |
72 | 72 | "css-loader": "^6.7.1", |
73 | | - "electron": "^19.0.3", |
74 | | - "eslint": "^8.17.0", |
| 73 | + "electron": "^19.0.4", |
| 74 | + "eslint": "^8.18.0", |
75 | 75 | "eslint-config-airbnb": "^19.0.4", |
76 | 76 | "eslint-plugin-import": "^2.26.0", |
77 | 77 | "eslint-plugin-jsx-a11y": "^6.5.1", |
78 | 78 | "eslint-plugin-react": "^7.30.0", |
79 | | - "eslint-plugin-react-hooks": "^4.5.0", |
| 79 | + "eslint-plugin-react-hooks": "^4.6.0", |
80 | 80 | "file-loader": "^6.2.0", |
81 | 81 | "fork-ts-checker-webpack-plugin": "^7.2.11", |
82 | 82 | "immutable": "^4.1.0", |
|
91 | 91 | "sinon-chrome": "^3.0.1", |
92 | 92 | "style-loader": "^3.3.1", |
93 | 93 | "ts-jest": "^27.1.5", |
94 | | - "typescript": "~4.7.3", |
| 94 | + "typescript": "~4.7.4", |
95 | 95 | "webpack": "^5.73.0", |
96 | | - "webpack-cli": "^4.9.2" |
| 96 | + "webpack-cli": "^4.10.0" |
97 | 97 | } |
98 | 98 | } |
0 commit comments