diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2e2bf15e4..373a680de 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -63,6 +63,12 @@ catalogs: '@eslint/compat': specifier: ^1.1.2 version: 1.2.2 + '@eslint/eslintrc': + specifier: ^3.2.0 + version: 3.2.0 + '@eslint/js': + specifier: ^9.16.0 + version: 9.16.0 '@googlemaps/react-wrapper': specifier: ^1.1.42 version: 1.1.42 @@ -2762,6 +2768,12 @@ importers: '@eslint/compat': specifier: 'catalog:' version: 1.2.2(eslint@9.14.0(jiti@1.21.6)) + '@eslint/eslintrc': + specifier: 'catalog:' + version: 3.2.0 + '@eslint/js': + specifier: 'catalog:' + version: 9.16.0 '@next/eslint-plugin-next': specifier: 'catalog:' version: 15.0.3 @@ -4664,10 +4676,18 @@ packages: resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/eslintrc@3.2.0': + resolution: {integrity: sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/js@9.14.0': resolution: {integrity: sha512-pFoEtFWCPyDOl+C6Ift+wC7Ro89otjigCf5vcuWqWgqNSQbRrpjSvdeE6ofLz4dHmyxD5f7gIdGT4+p36L6Twg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/js@9.16.0': + resolution: {integrity: sha512-tw2HxzQkrbeuvyj1tG2Yqq+0H9wGoI2IMk4EOsQeX+vmd75FtJAzf+gTA69WF+baUKRYQ3x2kbLE08js5OsTVg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/object-schema@2.1.4': resolution: {integrity: sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -17002,8 +17022,24 @@ snapshots: transitivePeerDependencies: - supports-color + '@eslint/eslintrc@3.2.0': + dependencies: + ajv: 6.12.6 + debug: 4.3.7 + espree: 10.3.0 + globals: 14.0.0 + ignore: 5.3.2 + import-fresh: 3.3.0 + js-yaml: 4.1.0 + minimatch: 3.1.2 + strip-json-comments: 3.1.1 + transitivePeerDependencies: + - supports-color + '@eslint/js@9.14.0': {} + '@eslint/js@9.16.0': {} + '@eslint/object-schema@2.1.4': {} '@eslint/plugin-kit@0.2.2': diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 12108a2b0..aa089349c 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -21,6 +21,8 @@ catalog: "@emotion/server": ^11.11.0 "@emotion/styled": ^11.13.0 "@eslint/compat": ^1.1.2 + "@eslint/eslintrc": ^3.2.0 + "@eslint/js": ^9.16.0 "@googlemaps/react-wrapper": ^1.1.42 "@material-ui/codemod": ^4.5.1 "@mdx-js/loader": ^3.0.1