File tree Expand file tree Collapse file tree 9 files changed +154
-318
lines changed Expand file tree Collapse file tree 9 files changed +154
-318
lines changed Original file line number Diff line number Diff line change 13
13
},
14
14
"dependencies" : {
15
15
"@repo/shared" : " workspace:*" ,
16
- "next" : " ^15.1.1 " ,
17
- "nextjs-darkmode-lite" : " ^1.0.7 " ,
18
- "nextjs-themes" : " ^4.0.4 " ,
16
+ "next" : " ^15.1.2 " ,
17
+ "nextjs-darkmode-lite" : " ^1.0.9 " ,
18
+ "nextjs-themes" : " ^4.0.5 " ,
19
19
"react" : " ^19.0.0" ,
20
20
"react-dom" : " ^19.0.0" ,
21
- "react-mouse-trails" : " ^0.0.4" ,
22
21
"react18-loaders" : " workspace:*" ,
23
22
"webgl-generative-particles" : " ^0.0.1"
24
23
},
25
24
"devDependencies" : {
26
- "@next/eslint-plugin-next" : " ^15.1.1 " ,
25
+ "@next/eslint-plugin-next" : " ^15.1.2 " ,
27
26
"@repo/eslint-config" : " workspace:*" ,
28
27
"@repo/typescript-config" : " workspace:*" ,
29
28
"@types/node" : " ^22.10.2" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import { Layout } from "@repo/shared/dist/server";
5
5
import { GlobalLoader , Header } from "@repo/shared" ;
6
6
import { Inter } from "next/font/google" ;
7
7
import Link from "next/link" ;
8
- import { MouseTrail } from "react-mouse-trails" ;
9
8
import { Particles } from "webgl-generative-particles/react" ;
10
9
import { ReactNode } from "react" ;
11
10
@@ -22,7 +21,6 @@ export default function RootLayout({ children }: { children: React.ReactNode }):
22
21
{ children }
23
22
</ Layout >
24
23
< GlobalLoader />
25
- < MouseTrail />
26
24
< Particles fullScreenOverlay />
27
25
</ body >
28
26
</ html >
Original file line number Diff line number Diff line change 2
2
@import "@repo/shared/dist/global.css" ;
3
3
@import "@repo/shared/dist" ;
4
4
@import "react18-loaders/dist" ;
5
- @import "react-mouse-trails/dist" ;
6
5
7
6
html {
8
7
-webkit-text-size-adjust : 100% ;
Original file line number Diff line number Diff line change 18
18
"@repo/shared" : " workspace:*" ,
19
19
"@vercel/analytics" : " ^1.4.1" ,
20
20
"@vercel/remix-entry-server" : " ^0.1.1" ,
21
- "nextjs-darkmode" : " ^1.0.7 " ,
21
+ "nextjs-darkmode" : " ^1.0.9 " ,
22
22
"react" : " ^19.0.0" ,
23
23
"react-dom" : " ^19.0.0" ,
24
24
"react18-loaders" : " workspace:*" ,
Original file line number Diff line number Diff line change 13
13
},
14
14
"dependencies" : {
15
15
"@repo/shared" : " workspace:*" ,
16
- "nextjs-darkmode" : " ^1.0.7 " ,
16
+ "nextjs-darkmode" : " ^1.0.9 " ,
17
17
"react" : " ^19.0.0" ,
18
18
"react-dom" : " ^19.0.0" ,
19
19
"react-mouse-trails" : " ^0.0.4" ,
27
27
"@types/react-dom" : " ^19.0.2" ,
28
28
"@vitejs/plugin-react" : " ^4.3.4" ,
29
29
"typescript" : " ^5.7.2" ,
30
- "vite" : " ^6.0.3 "
30
+ "vite" : " ^6.0.4 "
31
31
}
32
32
}
Original file line number Diff line number Diff line change 48
48
"r18gs" : " ^3.0.1"
49
49
},
50
50
"peerDependencies" : {
51
- "@types/react" : " 16.8 - 19 " ,
52
- "next" : " 10 - 15 " ,
53
- "react" : " 16.8 - 19 "
51
+ "@types/react" : " >= 16.8" ,
52
+ "next" : " >=10 " ,
53
+ "react" : " >= 16.8"
54
54
},
55
55
"peerDependenciesMeta" : {
56
56
"next" : {
Original file line number Diff line number Diff line change 4
4
"type" : " module" ,
5
5
"private" : true ,
6
6
"devDependencies" : {
7
- "@next/eslint-plugin-next" : " ^15.1.1 " ,
7
+ "@next/eslint-plugin-next" : " ^15.1.2 " ,
8
8
"@typescript-eslint/eslint-plugin" : " ^8.18.1" ,
9
9
"@typescript-eslint/parser" : " ^8.18.1" ,
10
10
"eslint" : " ^9.17.0" ,
Original file line number Diff line number Diff line change 42
42
"@mayank1513/fork-me" : " ^2.1.3" ,
43
43
"@repo/scripts" : " workspace:*" ,
44
44
"esbuild-raw-plugin" : " ^0.1.1" ,
45
- "nextjs-darkmode" : " ^1.0.7 " ,
46
- "nextjs-themes" : " ^4.0.4 " ,
45
+ "nextjs-darkmode" : " ^1.0.9 " ,
46
+ "nextjs-themes" : " ^4.0.5 " ,
47
47
"r18gs" : " ^3.0.1" ,
48
48
"react-live" : " ^4.1.8" ,
49
49
"react18-loaders" : " workspace:*"
You can’t perform that action at this time.
0 commit comments