From d27a9c84c5a3724354347eac6b7d53c6ccfb5b24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 17:30:50 +0000 Subject: [PATCH] chore(deps): update devdependencies-major --- package.json | 60 ++++++++++++++++++++++++++-------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/package.json b/package.json index dc54e0e0..a044cd87 100644 --- a/package.json +++ b/package.json @@ -32,49 +32,49 @@ "use-debounce": "8.0.1" }, "devDependencies": { - "@storybook/addon-actions": "6.5.10", - "@storybook/addon-essentials": "6.5.10", - "@storybook/addon-links": "6.5.10", + "@storybook/addon-actions": "7.6.4", + "@storybook/addon-essentials": "7.6.4", + "@storybook/addon-links": "7.6.4", "@storybook/addon-postcss": "2.0.0", - "@storybook/addon-storyshots": "6.5.10", - "@storybook/react": "6.5.10", - "@testing-library/jest-dom": "5.16.5", - "@testing-library/react": "12.1.5", + "@storybook/addon-storyshots": "7.6.4", + "@storybook/react": "7.6.4", + "@testing-library/jest-dom": "6.1.5", + "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.4.3", - "@types/jest": "27.5.2", - "@types/node": "16.11.56", + "@types/jest": "29.5.11", + "@types/node": "20.10.4", "@types/puppeteer": "5.4.6", - "@types/react": "17.0.49", - "@types/react-dom": "17.0.17", + "@types/react": "18.2.42", + "@types/react-dom": "18.2.17", "@types/react-map-gl": "6.1.3", - "@typescript-eslint/eslint-plugin": "4.33.0", - "@typescript-eslint/parser": "4.33.0", + "@typescript-eslint/eslint-plugin": "6.13.2", + "@typescript-eslint/parser": "6.13.2", "autoprefixer": "10.4.8", - "babel-jest": "27.5.1", - "babel-loader": "8.2.5", + "babel-jest": "29.7.0", + "babel-loader": "9.1.3", "commitizen": "4.2.5", - "eslint": "7.32.0", - "eslint-config-next": "12.2.5", - "eslint-config-prettier": "8.5.0", - "eslint-import-resolver-typescript": "2.7.1", + "eslint": "8.55.0", + "eslint-config-next": "14.0.3", + "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.0.1", "eslint-plugin-react": "7.31.1", "eslint-plugin-react-hooks": "4.6.0", - "husky": "7.0.4", + "husky": "8.0.3", "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", - "next": "12.2.5", + "jest-watch-typeahead": "2.2.2", + "lint-staged": "15.2.0", + "next": "14.0.3", "postcss": "8.4.16", - "prettier": "2.7.1", - "storybook-addon-next-router": "3.1.1", + "prettier": "3.1.0", + "storybook-addon-next-router": "4.0.2", "storybook-css-modules-preset": "1.1.1", - "tailwindcss": "2.2.19", - "tsconfig-paths-webpack-plugin": "3.5.2", - "typescript": "4.8.2" + "tailwindcss": "3.3.6", + "tsconfig-paths-webpack-plugin": "4.1.0", + "typescript": "5.3.3" } }