Skip to content

Commit

Permalink
chore: bump patch and minor
Browse files Browse the repository at this point in the history
  • Loading branch information
GeuntaBuwono committed Sep 18, 2024
1 parent fecbb12 commit f30b1c3
Show file tree
Hide file tree
Showing 3 changed files with 852 additions and 3,377 deletions.
1 change: 0 additions & 1 deletion .ncurc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"eslint",
"next",
"prettier",
"storybook",
"styled-components"
]
}
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"private": true,
"dependencies": {
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-interactions": "^8.3.1",
"core-js": "3.38.1",
"next": "14.2.3",
"react": "18.3.1",
Expand Down Expand Up @@ -53,55 +53,55 @@
"@nx/webpack": "19.7.3",
"@nx/workspace": "19.7.3",
"@rollup/plugin-url": "8.0.2",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/core-server": "^8.2.9",
"@storybook/nextjs": "^8.2.9",
"@storybook/react": "^8.2.9",
"@storybook/addon-essentials": "^8.3.1",
"@storybook/core-server": "^8.3.1",
"@storybook/nextjs": "^8.3.1",
"@storybook/react": "^8.3.1",
"@svgr/rollup": "8.1.0",
"@svgr/webpack": "8.1.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "16.0.1",
"@types/jest": "^29.5.12",
"@types/node": "22.5.4",
"@types/react": "18.3.5",
"@types/jest": "^29.5.13",
"@types/node": "22.5.5",
"@types/react": "18.3.7",
"@types/react-dom": "18.3.0",
"@types/react-is": "18.3.0",
"@types/styled-components": "5.1.34",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/eslint-plugin": "^1.1.0",
"@vitest/ui": "^2.0.5",
"babel-loader": "9.1.3",
"@vitest/eslint-plugin": "^1.1.4",
"@vitest/ui": "^2.1.1",
"babel-loader": "9.2.1",
"babel-plugin-styled-components": "2.1.4",
"cypress": "13.13.3",
"eslint": "8.57.0",
"eslint-config-next": "14.2.9",
"eslint-config-next": "14.2.12",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-chai-friendly": "^1.0.1",
"eslint-plugin-cypress": "3.5.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-import-helpers": "^1.3.1",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "7.35.2",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sonarjs": "^2.0.2",
"eslint-plugin-storybook": "^0.8.0",
"html-webpack-plugin": "^5.6.0",
"husky": "^9.1.5",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"nx": "19.7.3",
"nx-cloud": "19.1.0",
"prettier": "^2.8.8",
"storybook": "^8.2.9",
"storybook": "^8.3.1",
"ts-node": "10.9.2",
"typescript": "5.6.2",
"url-loader": "^4.1.1",
"vite": "^5.4.3",
"vite": "^5.4.6",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5",
"vitest": "^2.1.1",
"vitest-canvas-mock": "^0.3.3"
},
"resolutions": {
Expand Down
Loading

0 comments on commit f30b1c3

Please sign in to comment.