Skip to content

Commit

Permalink
Fixes and Package Updates: (#459)
Browse files Browse the repository at this point in the history
* Fixes and Package Updates:

Make sure onItemSelection report the correct index while slide show is running
Updated all the packages
Fix the broken card height on textOverlay mode
  • Loading branch information
prabhuignoto committed Jan 18, 2024
1 parent d51984a commit 6477b7e
Show file tree
Hide file tree
Showing 12 changed files with 371 additions and 204 deletions.
5 changes: 3 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
src/examples
env
icons
icons
src/demo
src/examples
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.4",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react-router-dom": "^5.3.3",
Expand All @@ -88,9 +88,9 @@
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.2.0",
"@vitest/ui": "^1.2.0",
"autoprefixer": "^10.4.16",
"@vitest/coverage-v8": "^1.2.1",
"@vitest/ui": "^1.2.1",
"autoprefixer": "^10.4.17",
"babel-loader": "^9.1.3",
"babel-plugin-styled-components": "^2.1.4",
"c8": "^9.1.0",
Expand All @@ -110,8 +110,8 @@
"postcss": "^8.4.33",
"postcss-preset-env": "^9.3.0",
"postcss-syntax": "^0.36.2",
"prettier": "^3.2.3",
"pretty-quick": "^3.2.1",
"prettier": "^3.2.4",
"pretty-quick": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
Expand All @@ -124,7 +124,7 @@
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"sass": "^1.69.7",
"sass": "^1.70.0",
"semver": "^7.5.4",
"size-limit": "^11.0.2",
"snyk": "^1.1269.0",
Expand All @@ -135,10 +135,11 @@
"stylelint-order": "^6.0.4",
"stylelint-processor-styled-components": "^1.10.0",
"typescript": "^5.3.3",
"typescript-plugin-css-modules": "^5.0.2",
"typescript-plugin-styled-components": "^3.0.0",
"vite": "^5.0.11",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.2.0"
"vitest": "^1.2.1"
},
"resolutions": {
"ansi-regex": "5.0.1",
Expand Down
Loading

1 comment on commit 6477b7e

@vercel
Copy link

@vercel vercel bot commented on 6477b7e Jan 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.