Skip to content

Commit

Permalink
chore: update dependencies for non-storybook modules
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunvegda committed Aug 2, 2024
1 parent 37ef902 commit b890ad9
Show file tree
Hide file tree
Showing 2 changed files with 1,773 additions and 1,543 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@commitlint/cli": "^19.3.0",
Expand All @@ -106,51 +106,51 @@
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/react": "^8.1.6",
"@storybook/react-webpack5": "^8.1.6",
"@swc/core": "^1.5.25",
"@swc/core": "^1.7.4",
"@swc/jest": "^0.2.36",
"@tabler/icons-react": "^3.5.0",
"@tabler/icons-react": "^3.11.0",
"@tanstack/query-core": "^4.36.1",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/base16": "^1.0.5",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.2",
"@types/node": "^22.0.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"babel-loader": "^9.1.3",
"base16": "^1.0.0",
"css-loader": "^7.1.2",
"esbuild": "^0.21.4",
"esbuild": "^0.23.0",
"esbuild-plugin-replace": "^1.4.0",
"eslint": "^8.57.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.29.1",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"husky": "^9.0.11",
"husky": "^9.1.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
"jotai": "^2.9.1",
"jotai-tanstack-query": "^0.7.2",
"lint-staged": "^15.2.5",
"postcss": "^8.4.38",
"lint-staged": "^15.2.7",
"postcss": "^8.4.40",
"postcss-loader": "^8.1.1",
"postcss-preset-mantine": "^1.15.0",
"prettier": "^3.3.1",
"postcss-preset-mantine": "^1.17.0",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redux": "^5.0.1",
"release-it": "^17.3.0",
"release-it": "^17.6.0",
"resize-observer-polyfill": "^1.5.1",
"rimraf": "^5.0.7",
"rxjs": "^7.8.1",
Expand All @@ -159,17 +159,17 @@
"style-loader": "^4.0.0",
"ts-node": "^10.9.2",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"webpack": "^5.91.0"
"tsup": "^8.2.3",
"typescript": "^5.5.4",
"webpack": "^5.93.0"
},
"peerDependencies": {
"react": ">=17.0.0"
},
"dependencies": {
"@mantine/code-highlight": "^7.10.1",
"@mantine/core": "^7.10.1",
"@mantine/hooks": "^7.10.1",
"@mantine/code-highlight": "^7.11.2",
"@mantine/core": "^7.11.2",
"@mantine/hooks": "^7.11.2",
"@redux-devtools/extension": "^3.3.0",
"clsx": "^2.1.1",
"javascript-stringify": "^2.1.0",
Expand Down
Loading

0 comments on commit b890ad9

Please sign in to comment.