diff --git a/package.json b/package.json index de35d87..8f39bdf 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": "8.4.7", + "@storybook/addon-essentials": "8.4.7", + "@storybook/addon-links": "8.4.7", "@storybook/addon-postcss": "2.0.0", - "@storybook/react": "6.5.13", + "@storybook/react": "8.4.7", "@tailwindcss/typography": "0.5.8", - "@testing-library/jest-dom": "5.16.5", - "@testing-library/react": "12.1.5", + "@testing-library/jest-dom": "6.6.3", + "@testing-library/react": "16.1.0", "@testing-library/user-event": "14.4.3", "@types/d3": "7.4.0", - "@types/jest": "27.5.2", - "@types/node": "20.10.6", - "@types/react": "17.0.52", - "@types/react-dom": "17.0.18", + "@types/jest": "29.5.14", + "@types/node": "22.10.2", + "@types/react": "19.0.2", + "@types/react-dom": "19.0.2", "@types/react-type-animation": "1.1.1", - "@typescript-eslint/eslint-plugin": "4.33.0", - "@typescript-eslint/parser": "4.33.0", + "@typescript-eslint/eslint-plugin": "8.18.2", + "@typescript-eslint/parser": "8.18.2", "autoprefixer": "10.4.13", - "babel-jest": "27.5.1", - "babel-loader": "8.3.0", + "babel-jest": "29.7.0", + "babel-loader": "9.2.1", "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": "9.17.0", + "eslint-config-next": "15.1.3", + "eslint-config-prettier": "9.1.0", + "eslint-import-resolver-typescript": "3.7.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", - "eslint-plugin-prettier": "4.2.1", + "eslint-plugin-prettier": "5.2.1", "eslint-plugin-react": "7.31.11", - "eslint-plugin-react-hooks": "4.6.0", - "husky": "7.0.4", + "eslint-plugin-react-hooks": "5.1.0", + "husky": "9.1.7", "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.3.0", "next": "12.3.3", "postcss": "8.4.19", - "prettier": "2.7.1", - "storybook-addon-next-router": "3.1.1", + "prettier": "3.4.2", + "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.2.0", + "typescript": "5.7.2" } }