Skip to content

Commit

Permalink
update reaviz and motion dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhiiTsybulskyi committed Jan 16, 2025
1 parent e2f2a11 commit 3094ddc
Show file tree
Hide file tree
Showing 32 changed files with 98 additions and 119 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
"d3-array": "^3.2.4",
"d3-time": "^3.1.0",
"date-fns": "^3.6.0",
"framer-motion": "^11.0.28",
"motion": "^11.18.0",
"next": "^14",
"nextra": "^2.13.4",
"posthog-js": "^1.131.4",
"reablocks": "^7.9.2",
"reablocks": "^8.7.4",
"reablocks-docs-theme": "^0.0.2",
"react": "^18",
"react-dom": "^18",
"react-live-runner": "^1.0.7",
"react-runner": "^1.0.5",
"react-syntax-highlighter": "^15.5.0",
"reaviz": "^16.0.0",
"reaviz": "^16.0.1",
"reaviz-data-utils": "^1.0.0",
"sharp": "^0.33.3",
"tailwind-merge": "^2.2.2",
Expand Down
151 changes: 65 additions & 86 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/stories/blocks/AreaChartBlocksDarkLarge.story.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { motion } from 'framer-motion';
import { motion } from 'motion/react';
import {
Area,
AreaChart,
Expand Down
2 changes: 1 addition & 1 deletion src/stories/blocks/AreaChartBlocksDarkMedium.story.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { motion } from 'framer-motion';
import { motion } from 'motion/react';
import {
Area,
AreaChart,
Expand Down
2 changes: 1 addition & 1 deletion src/stories/blocks/AreaChartBlocksDarkSmall.story.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { motion } from 'framer-motion';
import { motion } from 'motion/react';
import {
Area,
AreaChart,
Expand Down
2 changes: 1 addition & 1 deletion src/stories/blocks/AreaChartBlocksLightLarge.story.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { motion } from 'framer-motion';
import { motion } from 'motion/react';
import {
Area,
AreaChart,
Expand Down
2 changes: 1 addition & 1 deletion src/stories/blocks/AreaChartBlocksLightMedium.story.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { motion } from 'framer-motion';
import { motion } from 'motion/react';
import {
Area,
AreaChart,
Expand Down
2 changes: 1 addition & 1 deletion src/stories/blocks/AreaChartBlocksLightSmall.story.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { motion } from 'framer-motion';
import { motion } from 'motion/react';
import {
Area,
AreaChart,
Expand Down
2 changes: 1 addition & 1 deletion src/stories/blocks/BarChartBlocksDarkLarge.story.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { motion } from 'framer-motion';
import { motion } from 'motion/react';
import {
Bar,
BarChart,
Expand Down
2 changes: 1 addition & 1 deletion src/stories/blocks/BarChartBlocksDarkMedium.story.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { motion } from 'framer-motion';
import { motion } from 'motion/react';
import {
Bar,
BarChart,
Expand Down
2 changes: 1 addition & 1 deletion src/stories/blocks/BarChartBlocksDarkSmall.story.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { motion } from 'framer-motion';
import { motion } from 'motion/react';
import {
Bar,
BarChart,
Expand Down
2 changes: 1 addition & 1 deletion src/stories/blocks/BarChartBlocksLightLarge.story.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { motion } from 'framer-motion';
import { motion } from 'motion/react';
import {
Bar,
BarChart,
Expand Down
Loading

0 comments on commit 3094ddc

Please sign in to comment.