Skip to content

Commit

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

* chore: update other dependencies
  • Loading branch information
arjunvegda authored Oct 14, 2023
1 parent c925680 commit 76e3c7b
Show file tree
Hide file tree
Showing 2 changed files with 1,349 additions and 1,294 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,53 +86,53 @@
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.0",
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@babel/preset-typescript": "^7.23.2",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@emotion/jest": "^11.11.0",
"@emotion/react": "^11.11.1",
"@release-it/conventional-changelog": "^7.0.2",
"@storybook/addon-a11y": "^7.4.5",
"@storybook/addon-actions": "^7.4.5",
"@storybook/addon-essentials": "^7.4.5",
"@storybook/addon-interactions": "^7.4.5",
"@storybook/addon-links": "^7.4.5",
"@storybook/addon-mdx-gfm": "^7.4.5",
"@storybook/react": "^7.4.5",
"@storybook/react-webpack5": "^7.4.5",
"@swc/core": "^1.3.90",
"@storybook/addon-a11y": "^7.4.6",
"@storybook/addon-actions": "^7.4.6",
"@storybook/addon-essentials": "^7.4.6",
"@storybook/addon-interactions": "^7.4.6",
"@storybook/addon-links": "^7.4.6",
"@storybook/addon-mdx-gfm": "^7.4.6",
"@storybook/react": "^7.4.6",
"@storybook/react-webpack5": "^7.4.6",
"@swc/core": "^1.3.93",
"@swc/jest": "^0.2.29",
"@tabler/icons-react": "^2.37.0",
"@tanstack/query-core": "^4.35.3",
"@tabler/icons-react": "^2.39.0",
"@tanstack/query-core": "^4.36.1",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/base16": "^1.0.3",
"@types/jest": "^29.5.5",
"@types/node": "^20.7.2",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"@types/node": "^20.8.6",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/testing-library__jest-dom": "^5.14.9",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"babel-loader": "^9.1.3",
"base16": "^1.0.0",
"esbuild": "^0.18.20",
"esbuild-plugin-replace": "^1.4.0",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.14",
"eslint-plugin-storybook": "^0.6.15",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
Expand All @@ -150,7 +150,7 @@
"rimraf": "^5.0.5",
"rxjs": "^7.8.1",
"shelljs": "^0.8.5",
"storybook": "^7.4.5",
"storybook": "^7.4.6",
"ts-node": "^10.9.1",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
Expand Down
Loading

0 comments on commit 76e3c7b

Please sign in to comment.