|
|
|
|
@ -39,7 +39,7 @@
@@ -39,7 +39,7 @@
|
|
|
|
|
"@typescript-eslint/parser": "^4.29.1", |
|
|
|
|
"eslint": "^7.32.0", |
|
|
|
|
"eslint-config-airbnb": "^18.2.1", |
|
|
|
|
"eslint-config-next": "^11.0.1", |
|
|
|
|
"eslint-config-next": "^11.1.0", |
|
|
|
|
"eslint-config-prettier": "^8.3.0", |
|
|
|
|
"eslint-plugin-import": "^2.23.4", |
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.4.1", |
|
|
|
|
@ -629,10 +629,13 @@
@@ -629,10 +629,13 @@
|
|
|
|
|
"integrity": "sha512-zPJkMFRenSf7BLlVee8987G0qQXAhxy7k+Lb/5hLAGkPVHAHm+oFFeL+2ipbI2KTEFlazdmGY0M+AlLQn7pWaw==" |
|
|
|
|
}, |
|
|
|
|
"node_modules/@next/eslint-plugin-next": { |
|
|
|
|
"version": "11.0.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-11.0.1.tgz", |
|
|
|
|
"integrity": "sha512-UzdX3y6XSrj9YuASUb/p4sRvfjP2klj2YgIOfMwrWoLTTPJQMh00hREB9Ftr7m7RIxjVSAaaLXIRLdxvq948GA==", |
|
|
|
|
"dev": true |
|
|
|
|
"version": "11.1.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-11.1.0.tgz", |
|
|
|
|
"integrity": "sha512-HjLhyshV+ANzTDCFLN1UZMQIyYwZkCdhydfIcOQQVCrqLSd0hCi+AYIGqWfDPhXmP7aeOuKQsmhRmdennQV2qw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"glob": "7.1.7" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@next/polyfill-module": { |
|
|
|
|
"version": "11.1.0", |
|
|
|
|
@ -2363,12 +2366,12 @@
@@ -2363,12 +2366,12 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/eslint-config-next": { |
|
|
|
|
"version": "11.0.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-11.0.1.tgz", |
|
|
|
|
"integrity": "sha512-yy63K4Bmy8amE6VMb26CZK6G99cfVX3JaMTvuvmq/LL8/b8vKHcauUZREBTAQ+2DrIvlH4YrFXrkQ1vpYDL9Eg==", |
|
|
|
|
"version": "11.1.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-11.1.0.tgz", |
|
|
|
|
"integrity": "sha512-8KeBg3qUEhM06vhzvs9MwZl2lsSfu3bm0wa3QVTc9kBdFxSRY6Gu/1GM0FKzWG0sQmWqzjLbynazczu/037Ibw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"@next/eslint-plugin-next": "11.0.1", |
|
|
|
|
"@next/eslint-plugin-next": "11.1.0", |
|
|
|
|
"@rushstack/eslint-patch": "^1.0.6", |
|
|
|
|
"@typescript-eslint/parser": "^4.20.0", |
|
|
|
|
"eslint-import-resolver-node": "^0.3.4", |
|
|
|
|
@ -2377,6 +2380,16 @@
@@ -2377,6 +2380,16 @@
|
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.4.1", |
|
|
|
|
"eslint-plugin-react": "^7.23.1", |
|
|
|
|
"eslint-plugin-react-hooks": "^4.2.0" |
|
|
|
|
}, |
|
|
|
|
"peerDependencies": { |
|
|
|
|
"eslint": "^7.23.0", |
|
|
|
|
"next": ">=10.2.0", |
|
|
|
|
"typescript": ">=3.3.1" |
|
|
|
|
}, |
|
|
|
|
"peerDependenciesMeta": { |
|
|
|
|
"typescript": { |
|
|
|
|
"optional": true |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/eslint-config-prettier": { |
|
|
|
|
@ -8351,10 +8364,13 @@
@@ -8351,10 +8364,13 @@
|
|
|
|
|
"integrity": "sha512-zPJkMFRenSf7BLlVee8987G0qQXAhxy7k+Lb/5hLAGkPVHAHm+oFFeL+2ipbI2KTEFlazdmGY0M+AlLQn7pWaw==" |
|
|
|
|
}, |
|
|
|
|
"@next/eslint-plugin-next": { |
|
|
|
|
"version": "11.0.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-11.0.1.tgz", |
|
|
|
|
"integrity": "sha512-UzdX3y6XSrj9YuASUb/p4sRvfjP2klj2YgIOfMwrWoLTTPJQMh00hREB9Ftr7m7RIxjVSAaaLXIRLdxvq948GA==", |
|
|
|
|
"dev": true |
|
|
|
|
"version": "11.1.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-11.1.0.tgz", |
|
|
|
|
"integrity": "sha512-HjLhyshV+ANzTDCFLN1UZMQIyYwZkCdhydfIcOQQVCrqLSd0hCi+AYIGqWfDPhXmP7aeOuKQsmhRmdennQV2qw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"glob": "7.1.7" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"@next/polyfill-module": { |
|
|
|
|
"version": "11.1.0", |
|
|
|
|
@ -9857,12 +9873,12 @@
@@ -9857,12 +9873,12 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"eslint-config-next": { |
|
|
|
|
"version": "11.0.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-11.0.1.tgz", |
|
|
|
|
"integrity": "sha512-yy63K4Bmy8amE6VMb26CZK6G99cfVX3JaMTvuvmq/LL8/b8vKHcauUZREBTAQ+2DrIvlH4YrFXrkQ1vpYDL9Eg==", |
|
|
|
|
"version": "11.1.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-11.1.0.tgz", |
|
|
|
|
"integrity": "sha512-8KeBg3qUEhM06vhzvs9MwZl2lsSfu3bm0wa3QVTc9kBdFxSRY6Gu/1GM0FKzWG0sQmWqzjLbynazczu/037Ibw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"@next/eslint-plugin-next": "11.0.1", |
|
|
|
|
"@next/eslint-plugin-next": "11.1.0", |
|
|
|
|
"@rushstack/eslint-patch": "^1.0.6", |
|
|
|
|
"@typescript-eslint/parser": "^4.20.0", |
|
|
|
|
"eslint-import-resolver-node": "^0.3.4", |
|
|
|
|
|