Skip to content

Commit

Permalink
chore: update dpendencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunvegda committed Apr 24, 2024
1 parent 13e9d60 commit 27740b4
Show file tree
Hide file tree
Showing 2 changed files with 256 additions and 245 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
"@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",
Expand All @@ -106,21 +106,21 @@
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/react": "^8.0.8",
"@storybook/react-webpack5": "^8.0.8",
"@swc/core": "^1.4.13",
"@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 @@ -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 27740b4

Please sign in to comment.