|
32 | 32 | "@emotion/server": "^11.0.0",
|
33 | 33 | "@emotion/styled": "^11.0.0",
|
34 | 34 | "@hot-loader/react-dom": "^17.0.1",
|
35 |
| - "@material-ui/core": "^4.11.2", |
| 35 | + "@mui/material": "^5.9.3", |
36 | 36 | "@tailwindcss/forms": "^0.2.1",
|
37 |
| - "@types/chrome": "0.0.145", |
| 37 | + "@types/chrome": "0.0.193", |
38 | 38 | "@types/crypto-js": "^4.0.1",
|
39 | 39 | "@types/fs-extra": "^9.0.6",
|
40 | 40 | "@types/lodash-es": "^4.17.4",
|
41 |
| - "@types/node": "^14", |
| 41 | + "@types/node": "^16", |
42 | 42 | "@types/pino": "^6.3.4",
|
43 | 43 | "@types/rangy": "^0.0.33",
|
44 | 44 | "@types/react": "^17.0.0",
|
|
50 | 50 | "@typescript-eslint/parser": "^4.5.0",
|
51 | 51 | "autoprefixer": "^10.1.0",
|
52 | 52 | "axios": "^0.21.1",
|
53 |
| - "babel-eslint": "^10.1.0", |
54 | 53 | "babel-loader": "^8.2.2",
|
55 | 54 | "babel-plugin-macros": "^3.0.1",
|
56 | 55 | "babel-plugin-transform-inline-environment-variables": "^0.4.3",
|
|
77 | 76 | "lint-staged": "^10.5.3",
|
78 | 77 | "lodash-es": "^4.17.20",
|
79 | 78 | "mini-css-extract-plugin": "^1.3.3",
|
80 |
| - "node-sass": "^5.0.0", |
81 |
| - "notistack": "^1.0.3", |
| 79 | + "notistack": "^2.0.5", |
82 | 80 | "np": "^7.2.0",
|
83 | 81 | "npm-run-all": "^4.1.5",
|
84 | 82 | "pino": "^6.9.0",
|
|
97 | 95 | "react-hot-loader": "^4.13.0",
|
98 | 96 | "react-resizable": "^3.0.4",
|
99 | 97 | "react-scroll-to-bottom": "^4.1.0",
|
| 98 | + "sass": "^1.54.3", |
100 | 99 | "sass-loader": "^10.1.0",
|
101 | 100 | "scrollparent": "^2.0.1",
|
102 | 101 | "semver": "^7.3.4",
|
|
106 | 105 | "tailwindcss": "^2.0.2",
|
107 | 106 | "terser-webpack-plugin": "^5.0.3",
|
108 | 107 | "twin.macro": "^2.0.7",
|
109 |
| - "typescript": "^4.1.3", |
| 108 | + "typescript": "4.7.4", |
110 | 109 | "uuid": "^8.3.2",
|
111 | 110 | "webpack": "^5.10.1",
|
112 | 111 | "webpack-cli": "^4.2.0",
|
|
123 | 122 | "*.jsx": "eslint",
|
124 | 123 | "*.ts": "eslint --ext .ts",
|
125 | 124 | "*.tsx": "eslint --ext .tsx"
|
| 125 | + }, |
| 126 | + "engines": { |
| 127 | + "node": ">=16.0.0" |
126 | 128 | }
|
127 | 129 | }
|
0 commit comments