Skip to content

Commit

Permalink
chore: update dependencies (#140)
Browse files Browse the repository at this point in the history
* chore: update dpendencies

* chore: update storybook

* chore: bump node version for CodeSandbox CI
  • Loading branch information
arjunvegda authored Apr 24, 2024
1 parent 13e9d60 commit f3cbe70
Show file tree
Hide file tree
Showing 4 changed files with 510 additions and 521 deletions.
2 changes: 1 addition & 1 deletion .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"buildCommand": "compile",
"sandboxes": ["new", "react-typescript-react-ts"],
"node": "16"
"node": "18"
}
1 change: 0 additions & 1 deletion .storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export const parameters = {
actions: { argTypesRegex: '^on[A-Z].*' },
controls: {
matchers: {
color: /(background|color)$/i,
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,34 +93,34 @@
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@release-it/conventional-changelog": "^8.0.1",
"@storybook/addon-a11y": "^8.0.8",
"@storybook/addon-actions": "^8.0.8",
"@storybook/addon-essentials": "^8.0.8",
"@storybook/addon-interactions": "^8.0.8",
"@storybook/addon-links": "^8.0.8",
"@storybook/addon-mdx-gfm": "^8.0.8",
"@storybook/addon-a11y": "^8.0.9",
"@storybook/addon-actions": "^8.0.9",
"@storybook/addon-essentials": "^8.0.9",
"@storybook/addon-interactions": "^8.0.9",
"@storybook/addon-links": "^8.0.9",
"@storybook/addon-mdx-gfm": "^8.0.9",
"@storybook/addon-styling-webpack": "^1.0.0",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/react": "^8.0.8",
"@storybook/react-webpack5": "^8.0.8",
"@swc/core": "^1.4.13",
"@storybook/react": "^8.0.9",
"@storybook/react-webpack5": "^8.0.9",
"@swc/core": "^1.5.0",
"@swc/jest": "^0.2.36",
"@tabler/icons-react": "^3.2.0",
"@tanstack/query-core": "^4.36.1",
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.2",
"@testing-library/react": "^15.0.4",
"@testing-library/user-event": "^14.5.2",
"@types/base16": "^1.0.5",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@types/react": "^18.2.78",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"babel-loader": "^9.1.3",
"base16": "^1.0.0",
"css-loader": "^7.1.1",
Expand Down Expand Up @@ -155,7 +155,7 @@
"rimraf": "^5.0.5",
"rxjs": "^7.8.1",
"shelljs": "^0.8.5",
"storybook": "^8.0.8",
"storybook": "^8.0.9",
"style-loader": "^4.0.0",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
Expand All @@ -166,11 +166,11 @@
"react": ">=17.0.0"
},
"dependencies": {
"@mantine/code-highlight": "^7.8.0",
"@mantine/core": "^7.8.0",
"@mantine/hooks": "^7.8.0",
"@mantine/code-highlight": "^7.8.1",
"@mantine/core": "^7.8.1",
"@mantine/hooks": "^7.8.1",
"@redux-devtools/extension": "^3.3.0",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"javascript-stringify": "^2.1.0",
"jsondiffpatch": "^0.5.0",
"react-base16-styling": "^0.9.1",
Expand Down
Loading

0 comments on commit f3cbe70

Please sign in to comment.