Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumordelaluz committed Dec 7, 2023
1 parent 9f8fbeb commit d703ca1
Show file tree
Hide file tree
Showing 35 changed files with 691 additions and 2,781 deletions.
16 changes: 8 additions & 8 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@
"start": "next start"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.9.0",
"@codesandbox/sandpack-react": "^2.10.0",
"@codesandbox/sandpack-themes": "^2.0.21",
"@vercel/og": "^0.5.0",
"body-scroll-lock": "^4.0.0-beta.0",
"clsx": "^2.0.0",
"framer-motion": "^10.0.0",
"framer-motion": "^10.16.14",
"next": "^13.5.6",
"nextra": "latest",
"nextra-theme-docs": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.5"
"sharp": "^0.33.0"
},
"devDependencies": {
"@svgr/webpack": "^8.0.1",
"@types/body-scroll-lock": "^3.1.2",
"@types/node": "^18.11.18",
"@types/react": "^18.2.21",
"@types/node": "^20.10.4",
"@types/react": "^18.2.42",
"autoprefixer": "^10.4.15",
"eslint": "^8.30.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3"
"eslint": "^8.55.0",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.6"
}
}
14 changes: 0 additions & 14 deletions apps/web/components/Mock.tsx

This file was deleted.

42 changes: 0 additions & 42 deletions apps/web/components/Paragraphs.tsx

This file was deleted.

51 changes: 0 additions & 51 deletions apps/web/components/Placeholder.tsx

This file was deleted.

23 changes: 0 additions & 23 deletions apps/web/components/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,6 @@ const tourConfig: StepType[] = [
content: 'And this is our cool bus...',
position: [20, 20],
},
{
selector: '#demo-hlt-button',
content: 'Check the demos for each Component',
padding: {
mask: [10, 10],
},
styles: {
maskArea: (base) => ({
...base,
rx: 4,
}),
highlightedArea: (base) => ({
...base,
display: 'block',
pointerEvents: 'none',
cursor: 'pointer',
stroke: 'red',
rx: 4,
animation: 'mask-ping 2s ease infinite',
clipPath: 'url("#demo-mask-clip")',
}),
},
},
{
selector: '[data-tut="reactour__copy"]',
content: `Keep in mind that you could try and test everything during the Tour.
Expand Down
Loading

0 comments on commit d703ca1

Please sign in to comment.