From 7df1aa97ee6dce6b06b834815d950b72f212a7d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 02:56:39 +0000 Subject: [PATCH] chore(deps): update devdependencies-major --- package.json | 54 ++++++++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/package.json b/package.json index e4344565..97464c1d 100644 --- a/package.json +++ b/package.json @@ -39,49 +39,49 @@ "use-debounce": "8.0.1" }, "devDependencies": { - "@storybook/addon-actions": "6.5.13", - "@storybook/addon-essentials": "6.5.13", - "@storybook/addon-links": "6.5.13", + "@storybook/addon-actions": "7.6.17", + "@storybook/addon-essentials": "7.6.17", + "@storybook/addon-links": "7.6.17", "@storybook/addon-postcss": "2.0.0", - "@storybook/react": "6.5.13", + "@storybook/react": "7.6.17", "@tailwindcss/typography": "0.5.8", - "@testing-library/jest-dom": "5.16.5", - "@testing-library/react": "12.1.5", + "@testing-library/jest-dom": "6.4.2", + "@testing-library/react": "14.2.1", "@testing-library/user-event": "14.4.3", "@types/d3": "7.4.0", - "@types/jest": "27.5.2", - "@types/node": "16.18.3", - "@types/react": "17.0.52", - "@types/react-dom": "17.0.18", + "@types/jest": "29.5.12", + "@types/node": "20.11.21", + "@types/react": "18.2.60", + "@types/react-dom": "18.2.19", "@types/react-type-animation": "1.1.1", - "@typescript-eslint/eslint-plugin": "4.33.0", - "@typescript-eslint/parser": "4.33.0", + "@typescript-eslint/eslint-plugin": "7.1.0", + "@typescript-eslint/parser": "7.1.0", "autoprefixer": "10.4.13", - "babel-jest": "27.5.1", - "babel-loader": "8.3.0", + "babel-jest": "29.7.0", + "babel-loader": "9.1.3", "commitizen": "4.2.5", - "eslint": "7.32.0", - "eslint-config-next": "12.3.3", - "eslint-config-prettier": "8.5.0", - "eslint-import-resolver-typescript": "2.7.1", + "eslint": "8.57.0", + "eslint-config-next": "14.1.0", + "eslint-config-prettier": "9.1.0", + "eslint-import-resolver-typescript": "3.6.1", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", - "eslint-plugin-prettier": "4.2.1", + "eslint-plugin-prettier": "5.1.3", "eslint-plugin-react": "7.31.11", "eslint-plugin-react-hooks": "4.6.0", - "husky": "7.0.4", + "husky": "9.0.11", "identity-obj-proxy": "3.0.0", - "jest": "27.5.1", + "jest": "29.7.0", "jest-fetch-mock": "3.0.3", - "jest-watch-typeahead": "1.1.0", - "lint-staged": "12.5.0", + "jest-watch-typeahead": "2.2.2", + "lint-staged": "15.2.2", "next": "12.3.3", "postcss": "8.4.19", - "prettier": "2.7.1", - "storybook-addon-next-router": "3.1.1", + "prettier": "3.2.5", + "storybook-addon-next-router": "4.0.2", "storybook-css-modules-preset": "1.1.1", "tailwindcss": "3.2.4", - "tsconfig-paths-webpack-plugin": "3.5.2", - "typescript": "4.9.3" + "tsconfig-paths-webpack-plugin": "4.1.0", + "typescript": "5.3.3" } }