Skip to content

Commit

Permalink
Merge branch 'develop' into feature/tiki/#257-temporary-snb
Browse files Browse the repository at this point in the history
  • Loading branch information
rtttr1 authored Oct 18, 2024
2 parents 8f52022 + a4753f5 commit 0db2fd3
Show file tree
Hide file tree
Showing 32 changed files with 641 additions and 65 deletions.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --project-token=chpt_f4088febbfb82b7",
"typecheck": "tsc --noEmit",
"typeCheck": "tsc --noEmit",
"bundler": "npx vite-bundle-visualizer",
"check": "concurrently \"pnpm lint\" \"pnpm typecheck\""
},
"dependencies": {
Expand Down Expand Up @@ -75,6 +76,11 @@
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2",
"zustand": "^4.5.4"
},
"pnpm": {
"patchedDependencies": {
"lottie-react@2.4.0": "patches/lottie-react@2.4.0.patch"
}
}
}

Expand Down
Loading

0 comments on commit 0db2fd3

Please sign in to comment.