|
|
@ -43,14 +43,14 @@
|
|
|
|
"eslint": "^8.24.0",
|
|
|
|
"eslint": "^8.24.0",
|
|
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
|
|
"eslint-config-next": "^12.3.1",
|
|
|
|
"eslint-config-next": "^12.3.1",
|
|
|
|
"eslint-config-prettier": "^8.5.0",
|
|
|
|
"eslint-config-prettier": "^9.0.0",
|
|
|
|
"eslint-plugin-import": "^2.26.0",
|
|
|
|
"eslint-plugin-import": "^2.26.0",
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.6.1",
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.6.1",
|
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
|
|
"eslint-plugin-react": "^7.31.8",
|
|
|
|
"eslint-plugin-react": "^7.31.8",
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
|
|
"postcss": "^8.4.16",
|
|
|
|
"postcss": "^8.4.16",
|
|
|
|
"prettier": "^2.7.1",
|
|
|
|
"prettier": "^3.0.3",
|
|
|
|
"tailwind-scrollbar": "^2.0.1",
|
|
|
|
"tailwind-scrollbar": "^2.0.1",
|
|
|
|
"tailwindcss": "^3.1.8",
|
|
|
|
"tailwindcss": "^3.1.8",
|
|
|
|
"typescript": "^4.8.3"
|
|
|
|
"typescript": "^4.8.3"
|
|
|
@ -2263,9 +2263,9 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/eslint-config-prettier": {
|
|
|
|
"node_modules/eslint-config-prettier": {
|
|
|
|
"version": "8.8.0",
|
|
|
|
"version": "9.0.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.8.0.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz",
|
|
|
|
"integrity": "sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==",
|
|
|
|
"integrity": "sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==",
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"bin": {
|
|
|
|
"bin": {
|
|
|
|
"eslint-config-prettier": "bin/cli.js"
|
|
|
|
"eslint-config-prettier": "bin/cli.js"
|
|
|
@ -5007,15 +5007,15 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"node_modules/prettier": {
|
|
|
|
"node_modules/prettier": {
|
|
|
|
"version": "2.8.7",
|
|
|
|
"version": "3.0.3",
|
|
|
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.7.tgz",
|
|
|
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.3.tgz",
|
|
|
|
"integrity": "sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==",
|
|
|
|
"integrity": "sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==",
|
|
|
|
"dev": true,
|
|
|
|
"dev": true,
|
|
|
|
"bin": {
|
|
|
|
"bin": {
|
|
|
|
"prettier": "bin-prettier.js"
|
|
|
|
"prettier": "bin/prettier.cjs"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"engines": {
|
|
|
|
"node": ">=10.13.0"
|
|
|
|
"node": ">=14"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/prettier/prettier?sponsor=1"
|
|
|
|
"url": "https://github.com/prettier/prettier?sponsor=1"
|
|
|
|