Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit cbd555a

Browse files
committed
chore: upgrade deps
1 parent 2ed292d commit cbd555a

File tree

3 files changed

+2911
-3259
lines changed

3 files changed

+2911
-3259
lines changed

.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
16

package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
"@emotion/server": "^11.0.0",
3333
"@emotion/styled": "^11.0.0",
3434
"@hot-loader/react-dom": "^17.0.1",
35-
"@material-ui/core": "^4.11.2",
35+
"@mui/material": "^5.9.3",
3636
"@tailwindcss/forms": "^0.2.1",
37-
"@types/chrome": "0.0.145",
37+
"@types/chrome": "0.0.193",
3838
"@types/crypto-js": "^4.0.1",
3939
"@types/fs-extra": "^9.0.6",
4040
"@types/lodash-es": "^4.17.4",
41-
"@types/node": "^14",
41+
"@types/node": "^16",
4242
"@types/pino": "^6.3.4",
4343
"@types/rangy": "^0.0.33",
4444
"@types/react": "^17.0.0",
@@ -50,7 +50,6 @@
5050
"@typescript-eslint/parser": "^4.5.0",
5151
"autoprefixer": "^10.1.0",
5252
"axios": "^0.21.1",
53-
"babel-eslint": "^10.1.0",
5453
"babel-loader": "^8.2.2",
5554
"babel-plugin-macros": "^3.0.1",
5655
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
@@ -77,8 +76,7 @@
7776
"lint-staged": "^10.5.3",
7877
"lodash-es": "^4.17.20",
7978
"mini-css-extract-plugin": "^1.3.3",
80-
"node-sass": "^5.0.0",
81-
"notistack": "^1.0.3",
79+
"notistack": "^2.0.5",
8280
"np": "^7.2.0",
8381
"npm-run-all": "^4.1.5",
8482
"pino": "^6.9.0",
@@ -97,6 +95,7 @@
9795
"react-hot-loader": "^4.13.0",
9896
"react-resizable": "^3.0.4",
9997
"react-scroll-to-bottom": "^4.1.0",
98+
"sass": "^1.54.3",
10099
"sass-loader": "^10.1.0",
101100
"scrollparent": "^2.0.1",
102101
"semver": "^7.3.4",
@@ -106,7 +105,7 @@
106105
"tailwindcss": "^2.0.2",
107106
"terser-webpack-plugin": "^5.0.3",
108107
"twin.macro": "^2.0.7",
109-
"typescript": "^4.1.3",
108+
"typescript": "4.7.4",
110109
"uuid": "^8.3.2",
111110
"webpack": "^5.10.1",
112111
"webpack-cli": "^4.2.0",
@@ -123,5 +122,8 @@
123122
"*.jsx": "eslint",
124123
"*.ts": "eslint --ext .ts",
125124
"*.tsx": "eslint --ext .tsx"
125+
},
126+
"engines": {
127+
"node": ">=16.0.0"
126128
}
127129
}

0 commit comments

Comments
 (0)