Skip to content

Commit 8dfa047

Browse files
committed
fix: build error
1 parent 1ee6749 commit 8dfa047

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

documentation/docs/usage/components/parallax-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const SlowAndFast = () => (
6161

6262
:::info
6363

64-
The `speed` prop simplifies the application of a `translateX` or `translateY` effect based on the `ParallaxController` scroll axis – [See <ParallaxProvider /> Props](/docs/usage/components/parallax-provider#parallaxprovider-props)
64+
The `speed` prop simplifies the application of a `translateX` or `translateY` effect based on the `ParallaxController` scroll axis – [See `<ParallaxProvider />` Props](/docs/usage/components/parallax-provider#parallaxprovider-props)
6565

6666
:::
6767

documentation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"engines": {
66
"node": ">=18.0"
7-
},
7+
},
88
"scripts": {
99
"docusaurus": "docusaurus",
1010
"start": "docusaurus start",
@@ -41,9 +41,9 @@
4141
]
4242
},
4343
"devDependencies": {
44-
"tailwindcss": "^3.3.6",
4544
"@docusaurus/tsconfig": "3.0.1",
4645
"@types/react": "^18.2.29",
46+
"tailwindcss": "^3.3.6",
4747
"typescript": "5.3.3"
4848
}
4949
}

documentation/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3298,7 +3298,7 @@ caniuse-api@^3.0.0:
32983298
lodash.memoize "^4.1.2"
32993299
lodash.uniq "^4.5.0"
33003300

3301-
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001286, caniuse-lite@^1.0.30001370, caniuse-lite@^1.0.30001538, caniuse-lite@^1.0.30001565, caniuse-lite@^1.0.30001570:
3301+
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001286, caniuse-lite@^1.0.30001370, caniuse-lite@^1.0.30001538, caniuse-lite@^1.0.30001565:
33023302
version "1.0.30001570"
33033303
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001570.tgz#b4e5c1fa786f733ab78fc70f592df6b3f23244ca"
33043304
integrity sha512-+3e0ASu4sw1SWaoCtvPeyXp+5PsjigkSt8OXZbF9StH5pQWbxEjLAZE3n8Aup5udop1uRiKA7a4utUk/uoSpUw==

0 commit comments

Comments
 (0)