diff --git a/.github/workflows/cd-storybook.yml b/.github/workflows/cd-storybook.yml index 547d283..ef34c33 100644 --- a/.github/workflows/cd-storybook.yml +++ b/.github/workflows/cd-storybook.yml @@ -26,7 +26,7 @@ jobs: run: npm run build:storybook - name: Deploy to Github Pages - uses: JamesIves/github-pages-deploy-action@v4.3.4 + uses: JamesIves/github-pages-deploy-action@v4.6.8 with: branch: gh-pages folder: storybook-static diff --git a/package.json b/package.json index e2754a6..61684aa 100644 --- a/package.json +++ b/package.json @@ -38,48 +38,48 @@ "react-dom": "^17.0.0 || ^18.0.0" }, "devDependencies": { - "@babel/core": "7.18.6", - "@emotion/babel-plugin": "11.9.2", - "@emotion/react": "11.9.3", + "@babel/core": "7.25.8", + "@emotion/babel-plugin": "11.12.0", + "@emotion/react": "11.13.3", "@size-limit/preset-small-lib": "7.0.8", - "@storybook/addon-actions": "6.5.9", - "@storybook/addon-docs": "6.5.9", - "@storybook/addon-essentials": "6.5.9", - "@storybook/addon-links": "6.5.9", - "@storybook/addon-storysource": "6.5.9", - "@storybook/builder-vite": "0.1.39", - "@storybook/react": "6.5.9", - "@testing-library/jest-dom": "5.16.4", - "@testing-library/react": "13.3.0", - "@types/react": "18.0.15", - "@types/react-dom": "18.0.6", - "@typescript-eslint/eslint-plugin": "5.30.6", - "@typescript-eslint/parser": "5.30.6", + "@storybook/addon-actions": "6.5.16", + "@storybook/addon-docs": "6.5.16", + "@storybook/addon-essentials": "6.5.16", + "@storybook/addon-links": "6.5.16", + "@storybook/addon-storysource": "6.5.16", + "@storybook/builder-vite": "0.4.2", + "@storybook/react": "6.5.16", + "@testing-library/jest-dom": "5.17.0", + "@testing-library/react": "13.4.0", + "@types/react": "18.3.11", + "@types/react-dom": "18.3.0", + "@typescript-eslint/eslint-plugin": "5.62.0", + "@typescript-eslint/parser": "5.62.0", "@vitejs/plugin-react": "1.3.2", - "babel-loader": "8.2.5", - "eslint": "8.19.0", + "babel-loader": "8.4.1", + "eslint": "8.57.1", "eslint-config-airbnb": "19.0.4", - "eslint-config-airbnb-typescript": "17.0.0", - "eslint-config-prettier": "8.5.0", - "eslint-plugin-import": "2.26.0", - "eslint-plugin-jsx-a11y": "6.6.0", + "eslint-config-airbnb-typescript": "17.1.0", + "eslint-config-prettier": "8.10.0", + "eslint-plugin-import": "2.31.0", + "eslint-plugin-jsx-a11y": "6.10.0", "eslint-plugin-prettier": "4.2.1", - "eslint-plugin-react": "7.30.1", - "eslint-plugin-react-hooks": "4.6.0", - "eslint-plugin-storybook": "0.6.1", - "jest": "28.1.2", - "jest-environment-jsdom": "28.1.2", + "eslint-plugin-react": "7.37.1", + "eslint-plugin-react-hooks": "4.6.2", + "eslint-plugin-storybook": "0.9.0", + "jest": "28.1.3", + "jest-environment-jsdom": "28.1.3", "npm-check": "5.9.2", - "prettier": "2.7.1", - "react": "18.2.0", - "react-dom": "18.2.0", + "prettier": "2.8.8", + "react": "18.3.1", + "react-dom": "18.3.1", "size-limit": "7.0.8", - "ts-jest": "28.0.5", - "typescript": "4.7.4", + "ts-jest": "28.0.8", + "typescript": "4.9.5", "vite": "2.9.18", - "vite-plugin-dts": "1.3.0", - "vite-plugin-markdown": "2.0.2", - "vitest": "0.18.0" + "vite-plugin-dts": "1.7.3", + "vite-plugin-markdown": "2.2.0", + "vitest": "0.34.6" }, "scripts": { "build": "vite build",