diff --git a/packages/mui/package-lock.json b/packages/mui/package-lock.json index fb913321..a6f9025f 100644 --- a/packages/mui/package-lock.json +++ b/packages/mui/package-lock.json @@ -29,7 +29,7 @@ "@types/react-dom": "18.2.8", "@types/styled-components": "^5.1.28", "eslint": "^8.50.0", - "eslint-config-next": "^13.5.3", + "eslint-config-next": "^14.0.2", "prettier": "3.0.3", "typescript": "5.2.2" } @@ -1792,9 +1792,9 @@ "integrity": "sha512-X4te86vsbjsB7iO4usY9jLPtZ827Mbx+WcwNBGUOIuswuTAKQtzsuoxc/6KLxCMvogKG795MhrR1LDhYgDvasg==" }, "node_modules/@next/eslint-plugin-next": { - "version": "13.5.3", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-13.5.3.tgz", - "integrity": "sha512-lbZOoEjzSuTtpk9UgV9rOmxYw+PsSfNR+00mZcInqooiDMZ1u+RqT1YQYLsEZPW1kumZoQe5+exkCBtZ2xn0uw==", + "version": "14.0.2", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-14.0.2.tgz", + "integrity": "sha512-APrYFsXfAhnysycqxHcpg6Y4i7Ukp30GzVSZQRKT3OczbzkqGjt33vNhScmgoOXYBU1CfkwgtXmNxdiwv1jKmg==", "dev": true, "dependencies": { "glob": "7.1.7" @@ -5497,12 +5497,12 @@ } }, "node_modules/eslint-config-next": { - "version": "13.5.3", - "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-13.5.3.tgz", - "integrity": "sha512-VN2qbCpq2DMWgs7SVF8KTmc8bVaWz3s4nmcFqRLs7PNBt5AXejOhJuZ4zg2sCEHOvz5RvqdwLeI++NSCV6qHVg==", + "version": "14.0.2", + "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-14.0.2.tgz", + "integrity": "sha512-CasWThlsyIcg/a+clU6KVOMTieuDhTztsrqvniP6AsRki9v7FnojTa7vKQOYM8QSOsQdZ/aElLD1Y2Oc8/PsIg==", "dev": true, "dependencies": { - "@next/eslint-plugin-next": "13.5.3", + "@next/eslint-plugin-next": "14.0.2", "@rushstack/eslint-patch": "^1.3.3", "@typescript-eslint/parser": "^5.4.2 || ^6.0.0", "eslint-import-resolver-node": "^0.3.6", diff --git a/packages/mui/package.json b/packages/mui/package.json index 69284329..7dd8e1d4 100644 --- a/packages/mui/package.json +++ b/packages/mui/package.json @@ -30,7 +30,7 @@ "@types/react-dom": "18.2.8", "@types/styled-components": "^5.1.28", "eslint": "^8.50.0", - "eslint-config-next": "^13.5.3", + "eslint-config-next": "^14.0.2", "prettier": "3.0.3", "typescript": "5.2.2" }