update deps
This commit is contained in:
parent
26e263c184
commit
5178f438ae
2 changed files with 5 additions and 5 deletions
BIN
package-lock.json
generated
BIN
package-lock.json
generated
Binary file not shown.
10
package.json
10
package.json
|
@ -52,22 +52,22 @@
|
|||
"@typescript-eslint/parser": "^5.36.2",
|
||||
"cross-env": "^7.0.3",
|
||||
"dedent": "^0.7.0",
|
||||
"eslint": "^7.29.0",
|
||||
"eslint-config-next": "12.0.9",
|
||||
"eslint": "^8.19.0",
|
||||
"eslint-config-next": "12.3.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-prettier": "^3.3.1",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"file-loader": "^6.0.0",
|
||||
"globby": "11.0.3",
|
||||
"husky": "^6.0.0",
|
||||
"inquirer": "^8.1.1",
|
||||
"lint-staged": "^11.0.0",
|
||||
"next-remote-watch": "^1.0.0",
|
||||
"prettier": "^2.5.1",
|
||||
"prettier": "^2.4.1",
|
||||
"prettier-plugin-tailwindcss": "^0.1.4",
|
||||
"react-image-lightbox": "^5.1.4",
|
||||
"socket.io": "^4.4.0",
|
||||
"socket.io-client": "^4.4.0",
|
||||
"typescript": "^4.6.1-rc"
|
||||
"typescript": "^4.8.3"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.+(js|jsx|ts|tsx)": [
|
||||
|
|
Loading…
Reference in a new issue