File tree Expand file tree Collapse file tree 3 files changed +404
-1985
lines changed
Expand file tree Collapse file tree 3 files changed +404
-1985
lines changed Original file line number Diff line number Diff line change 88 "preview" : " rspress preview"
99 },
1010 "dependencies" : {
11- "@callstack/rspress-theme" : " ^0.5.1 " ,
12- "@rspress/core" : " ^2.0.0-rc.5 " ,
11+ "@callstack/rspress-theme" : " ^0.6.0 " ,
12+ "@rspress/core" : " ^2.0.2 " ,
1313 "react" : " ^19.2.0" ,
1414 "react-dom" : " ^19.2.0" ,
15- "rsbuild-plugin-open-graph" : " ^1.0.2" ,
16- "rspress-plugin-vercel-analytics" : " ^0.3.0"
15+ "rsbuild-plugin-open-graph" : " ^1.0.2"
1716 },
1817 "devDependencies" : {
1918 "@types/node" : " ^24.0.13" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import * as path from 'path';
22import { defineConfig } from '@rspress/core' ;
33import { pluginCallstackTheme } from '@callstack/rspress-theme/plugin' ;
44import { pluginOpenGraph } from 'rsbuild-plugin-open-graph' ;
5- import pluginVercelAnalytics from 'rspress-plugin-vercel-analytics' ;
65
76const __dirname = path . dirname ( new URL ( import . meta. url ) . pathname ) ;
87
@@ -333,9 +332,5 @@ export default defineConfig({
333332 } ) ,
334333 ] ,
335334 } ,
336- plugins : [
337- pluginCallstackTheme ( ) ,
338- // @ts -expect-error
339- pluginVercelAnalytics ( ) ,
340- ] ,
335+ plugins : [ pluginCallstackTheme ( ) ] ,
341336} ) ;
You can’t perform that action at this time.
0 commit comments