Skip to content

Commit

Permalink
feat: fixed dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
BLuEScioN committed Jan 13, 2025
1 parent 21ae3fe commit 415dc70
Show file tree
Hide file tree
Showing 4 changed files with 501 additions and 486 deletions.
2 changes: 2 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ const customJestConfig = {
testEnvironment: 'jest-environment-jsdom',
moduleNameMapper: {
'^@/(.*)$': '<rootDir>/src/$1',
'^@chakra-ui/react$': require.resolve('@chakra-ui/react'),
'^@chakra-ui/(.*)$': require.resolve('@chakra-ui/$1')
},
collectCoverageFrom: ['src/**/*.{ts,tsx}', '!src/**/*.d.ts'],
coveragePathIgnorePatterns: ['<rootDir>/node_modules/', '<rootDir>/.next/'],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"author": "Hiro Systems PBC (formerly Blockstack PBC)",
"dependencies": {
"@chakra-ui/anatomy": "2.3.4",
"@chakra-ui/react": "3.3.0",
"@chakra-ui/react": "3.3.1",
"@chakra-ui/theme-tools": "2.1.2",
"@contentful/rich-text-react-renderer": "15.21.2",
"@contentful/rich-text-types": "16.5.2",
Expand Down
Loading

0 comments on commit 415dc70

Please sign in to comment.