diff --git a/package.json b/package.json index b9c2db60..df641939 100644 --- a/package.json +++ b/package.json @@ -186,6 +186,6 @@ }, "triggerEmptyDevReleaseByIncrementingThisNumber": 0, "devDependencies": { - "@types/eslint": "^8.56.2" + "@types/eslint": "^9.0.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e3872b60..dd280573 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -258,8 +258,8 @@ importers: version: 1.0.4(@types/node@18.19.4)(@vitest/ui@1.0.4)(jsdom@22.1.0) devDependencies: '@types/eslint': - specifier: ^8.56.2 - version: 8.56.2 + specifier: ^9.0.0 + version: 9.6.1 apps/cli: dependencies: @@ -7498,6 +7498,7 @@ packages: /@storybook/expect@28.1.3-5: resolution: {integrity: sha512-lS1oJnY1qTAxnH87C765NdfvGhksA6hBcbUVI5CHiSbNsEtr456wtg/z+dT9XlPriq1D5t2SgfNL9dBAoIGyIA==} + deprecated: In Storybook 8, this package functionality has been integrated to a new package called @storybook/test, which uses Vitest APIs for an improved experience. When upgrading to Storybook 8 with 'npx storybook@latest upgrade', you will get prompted and will get an automigration for the new package. Please migrate when you can. dependencies: '@types/jest': 28.1.3 dev: false @@ -8538,8 +8539,8 @@ packages: resolution: {integrity: sha512-AjwI4MvWx3HAOaZqYsjKWyEObT9lcVV0Y0V8nXo6cXzN8ZiMxVhf6F3d/UNvXVGKrEzL/Dluc5p+y9GkzlTWig==} dev: false - /@types/eslint@8.56.2: - resolution: {integrity: sha512-uQDwm1wFHmbBbCZCqAlq6Do9LYwByNZHWzXppSnay9SuwJ+VRbjkbLABer54kcPnMSlG6Fdiy2yaFXm/z9Z5gw==} + /@types/eslint@9.6.1: + resolution: {integrity: sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==} dependencies: '@types/estree': 1.0.5 '@types/json-schema': 7.0.15