File tree 22 files changed +192
-222
lines changed
22 files changed +192
-222
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 43
43
"devDependencies" : {
44
44
"@biomejs/biome" : " 1.8.3" ,
45
45
"@changesets/cli" : " ^2.27.8" ,
46
- "@modern-js/module-tools" : " 2.59 .0" ,
47
- "@modern-js/tsconfig" : " 2.59 .0" ,
46
+ "@modern-js/module-tools" : " 2.60 .0" ,
47
+ "@modern-js/tsconfig" : " 2.60 .0" ,
48
48
"@playwright/test" : " 1.46.0" ,
49
49
"@types/cross-spawn" : " ^6.0.6" ,
50
50
"@types/fs-extra" : " 11.0.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rspress" ,
3
- "version" : " 1.30 .0" ,
3
+ "version" : " 1.31 .0" ,
4
4
"type" : " module" ,
5
5
"types" : " ./dist/index.d.ts" ,
6
6
"main" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/core" ,
3
- "version" : " 1.30 .0" ,
3
+ "version" : " 1.31 .0" ,
4
4
"description" : " The Rspress Documentation Framework" ,
5
5
"bugs" : " https://github.com/web-infra-dev/rspress/issues" ,
6
6
"repository" : {
43
43
"@mdx-js/loader" : " 2.3.0" ,
44
44
"@mdx-js/mdx" : " 2.3.0" ,
45
45
"@mdx-js/react" : " 2.3.0" ,
46
- "@modern-js/utils" : " 2.59 .0" ,
46
+ "@modern-js/utils" : " 2.60 .0" ,
47
47
"@rsbuild/core" : " 1.0.2" ,
48
48
"@rsbuild/plugin-less" : " 1.0.1" ,
49
49
"@rsbuild/plugin-react" : " 1.0.1" ,
90
90
"yaml-front-matter" : " ^4.1.1"
91
91
},
92
92
"devDependencies" : {
93
- "@modern-js/plugin-tailwindcss" : " 2.59 .0" ,
94
- "@modern-js/tsconfig" : " 2.59 .0" ,
93
+ "@modern-js/plugin-tailwindcss" : " 2.60 .0" ,
94
+ "@modern-js/tsconfig" : " 2.60 .0" ,
95
95
"@types/body-scroll-lock" : " ^3.1.2" ,
96
96
"@types/hast" : " 3.0.4" ,
97
97
"@types/html-to-text" : " ^8.1.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-rspress" ,
3
- "version" : " 1.30 .0" ,
3
+ "version" : " 1.31 .0" ,
4
4
"types" : " ./dist/index.d.ts" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"module" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/docs" ,
3
- "version" : " 1.30 .0" ,
3
+ "version" : " 1.31 .0" ,
4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 15
15
" modern" ,
16
16
" modern.js"
17
17
],
18
- "version" : " 1.30 .0" ,
18
+ "version" : " 1.31 .0" ,
19
19
"jsnext:source" : " ./src/index.ts" ,
20
20
"types" : " ./dist/index.d.ts" ,
21
21
"main" : " ./dist/index.js" ,
30
30
"@rspress/plugin-preview" : " workspace:*"
31
31
},
32
32
"devDependencies" : {
33
- "@modern-js/utils" : " 2.59 .0" ,
33
+ "@modern-js/utils" : " 2.60 .0" ,
34
34
"@types/node" : " ^18.11.17" ,
35
35
"@types/react" : " ^18.3.5" ,
36
36
"react" : " ^18.3.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/plugin-api-docgen" ,
3
- "version" : " 1.30 .0" ,
3
+ "version" : " 1.31 .0" ,
4
4
"description" : " A plugin for rspress to generate api doc." ,
5
5
"bugs" : " https://github.com/web-infra-dev/rspress/issues" ,
6
6
"repository" : {
22
22
"node" : " >=14.17.6"
23
23
},
24
24
"dependencies" : {
25
- "@modern-js/utils" : " 2.59 .0" ,
25
+ "@modern-js/utils" : " 2.60 .0" ,
26
26
"documentation" : " 14.0.3" ,
27
27
"react-docgen-typescript" : " 2.2.2" ,
28
28
"react-markdown" : " 8.0.7" ,
45
45
"peerDependencies" : {
46
46
"react" : " >=17.0.0" ,
47
47
"react-router-dom" : " ^6.8.1" ,
48
- "@rspress/core" : " workspace:^1.30 .0" ,
48
+ "@rspress/core" : " workspace:^1.31 .0" ,
49
49
"typescript" : " ^5.5.3"
50
50
},
51
51
"peerDependenciesMeta" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/plugin-auto-nav-sidebar" ,
3
- "version" : " 1.30 .0" ,
3
+ "version" : " 1.31 .0" ,
4
4
"description" : " A plugin for rspress to generate navbar and sidebar config automatically." ,
5
5
"bugs" : " https://github.com/web-infra-dev/rspress/issues" ,
6
6
"repository" : {
24
24
"node" : " >=14.17.6"
25
25
},
26
26
"devDependencies" : {
27
- "@modern-js/tsconfig" : " 2.59 .0" ,
27
+ "@modern-js/tsconfig" : " 2.60 .0" ,
28
28
"@types/node" : " ^18.11.17" ,
29
29
"@types/react" : " ^18.3.5" ,
30
30
"@types/react-dom" : " ^18.3.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/plugin-client-redirects" ,
3
- "version" : " 1.30 .0" ,
3
+ "version" : " 1.31 .0" ,
4
4
"description" : " A plugin for rspress to client redirect in docs." ,
5
5
"bugs" : " https://github.com/web-infra-dev/rspress/issues" ,
6
6
"repository" : {
24
24
"node" : " >=14.17.6"
25
25
},
26
26
"devDependencies" : {
27
- "@modern-js/tsconfig" : " 2.59 .0" ,
27
+ "@modern-js/tsconfig" : " 2.60 .0" ,
28
28
"@rspress/shared" : " workspace:*" ,
29
29
"@types/node" : " ^18.11.17" ,
30
30
"@types/react" : " ^18.3.5" ,
34
34
"vitest" : " 2.0.5"
35
35
},
36
36
"peerDependencies" : {
37
- "@rspress/runtime" : " workspace:^1.30 .0"
37
+ "@rspress/runtime" : " workspace:^1.31 .0"
38
38
},
39
39
"sideEffects" : [
40
40
" *.css" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/plugin-container-syntax" ,
3
- "version" : " 1.30 .0" ,
3
+ "version" : " 1.31 .0" ,
4
4
"description" : " A remark plugin to support container syntax" ,
5
5
"bugs" : " https://github.com/web-infra-dev/rspress/issues" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/plugin-last-updated" ,
3
- "version" : " 1.30 .0" ,
3
+ "version" : " 1.31 .0" ,
4
4
"description" : " A plugin for rspress to record the last updated time of the doc." ,
5
5
"bugs" : " https://github.com/web-infra-dev/rspress/issues" ,
6
6
"repository" : {
24
24
"node" : " >=14.17.6"
25
25
},
26
26
"devDependencies" : {
27
- "@modern-js/tsconfig" : " 2.59 .0" ,
27
+ "@modern-js/tsconfig" : " 2.60 .0" ,
28
28
"@types/node" : " ^18.11.17" ,
29
29
"@types/react" : " ^18.3.5" ,
30
30
"@types/react-dom" : " ^18.3.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/plugin-medium-zoom" ,
3
- "version" : " 1.30 .0" ,
3
+ "version" : " 1.31 .0" ,
4
4
"description" : " A plugin for rspress to zoom images in docs." ,
5
5
"bugs" : " https://github.com/web-infra-dev/rspress/issues" ,
6
6
"repository" : {
24
24
"node" : " >=14.17.6"
25
25
},
26
26
"devDependencies" : {
27
- "@modern-js/tsconfig" : " 2.59 .0" ,
27
+ "@modern-js/tsconfig" : " 2.60 .0" ,
28
28
"@rspress/shared" : " workspace:*" ,
29
29
"@types/node" : " ^18.11.17" ,
30
30
"@types/react" : " ^18.3.5" ,
34
34
"vitest" : " 2.0.5"
35
35
},
36
36
"peerDependencies" : {
37
- "@rspress/runtime" : " workspace:^1.30 .0"
37
+ "@rspress/runtime" : " workspace:^1.31 .0"
38
38
},
39
39
"sideEffects" : [
40
40
" *.css" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/plugin-playground" ,
3
- "version" : " 1.30 .0" ,
3
+ "version" : " 1.31 .0" ,
4
4
"description" : " A plugin for rspress to preview the code block in markdown/mdx file." ,
5
5
"bugs" : " https://github.com/web-infra-dev/rspress/issues" ,
6
6
"repository" : {
59
59
"unist-util-visit" : " ^4.1.2"
60
60
},
61
61
"peerDependencies" : {
62
- "@rspress/core" : " workspace:^1.30 .0" ,
62
+ "@rspress/core" : " workspace:^1.31 .0" ,
63
63
"react" : " >=17.0.0" ,
64
64
"react-router-dom" : " ^6.8.1"
65
65
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/plugin-preview" ,
3
- "version" : " 1.30 .0" ,
3
+ "version" : " 1.31 .0" ,
4
4
"description" : " A plugin for rspress to preview the code block in markdown/mdx file." ,
5
5
"bugs" : " https://github.com/web-infra-dev/rspress/issues" ,
6
6
"repository" : {
52
52
"peerDependencies" : {
53
53
"react" : " >=17.0.0" ,
54
54
"react-router-dom" : " ^6.8.1" ,
55
- "@rspress/core" : " workspace:^1.30 .0"
55
+ "@rspress/core" : " workspace:^1.31 .0"
56
56
},
57
57
"files" : [
58
58
" dist" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/plugin-rss" ,
3
- "version" : " 1.30 .0" ,
3
+ "version" : " 1.31 .0" ,
4
4
"description" : " A plugin for rss generation for rspress" ,
5
5
"bugs" : " https://github.com/web-infra-dev/rspress/issues" ,
6
6
"repository" : {
43
43
},
44
44
"peerDependencies" : {
45
45
"react" : " >=17.0.0" ,
46
- "rspress" : " workspace:^1.30 .0"
46
+ "rspress" : " workspace:^1.31 .0"
47
47
},
48
48
"files" : [
49
49
" dist" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/plugin-shiki" ,
3
- "version" : " 1.30 .0" ,
3
+ "version" : " 1.31 .0" ,
4
4
"description" : " A plugin for rspress to record the last updated time of the doc." ,
5
5
"bugs" : " https://github.com/web-infra-dev/rspress/issues" ,
6
6
"repository" : {
24
24
"node" : " >=14.17.6"
25
25
},
26
26
"devDependencies" : {
27
- "@modern-js/tsconfig" : " 2.59 .0" ,
27
+ "@modern-js/tsconfig" : " 2.60 .0" ,
28
28
"@types/hast" : " 3.0.4" ,
29
29
"@types/node" : " ^18.11.17" ,
30
30
"@types/react" : " ^18.3.5" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/plugin-typedoc" ,
3
- "version" : " 1.30 .0" ,
3
+ "version" : " 1.31 .0" ,
4
4
"description" : " A plugin for rspress to integrate typedoc" ,
5
5
"bugs" : " https://github.com/web-infra-dev/rspress/issues" ,
6
6
"repository" : {
23
23
"node" : " >=14.17.6"
24
24
},
25
25
"devDependencies" : {
26
- "@modern-js/tsconfig" : " 2.59 .0" ,
26
+ "@modern-js/tsconfig" : " 2.60 .0" ,
27
27
"@types/node" : " ^18.11.17" ,
28
28
"@types/react" : " ^18.3.5" ,
29
29
"@types/react-dom" : " ^18.3.0" ,
32
32
"vitest" : " 2.0.5"
33
33
},
34
34
"peerDependencies" : {
35
- "rspress" : " workspace:^1.30 .0"
35
+ "rspress" : " workspace:^1.31 .0"
36
36
},
37
37
"sideEffects" : [
38
38
" *.css" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/runtime" ,
3
- "version" : " 1.30 .0" ,
3
+ "version" : " 1.31 .0" ,
4
4
"description" : " The Runtime of Rspress Documentation Framework" ,
5
5
"bugs" : " https://github.com/web-infra-dev/rspress/issues" ,
6
6
"repository" : {
38
38
"react-router-dom" : " ^6.8.1"
39
39
},
40
40
"devDependencies" : {
41
- "@modern-js/tsconfig" : " 2.59 .0" ,
41
+ "@modern-js/tsconfig" : " 2.60 .0" ,
42
42
"@types/jest" : " ~29.5.12" ,
43
43
"@types/react" : " ^18.3.5" ,
44
44
"@types/react-dom" : " ^18.3.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/shared" ,
3
- "version" : " 1.30 .0" ,
3
+ "version" : " 1.31 .0" ,
4
4
"types" : " ./dist/index.d.ts" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"module" : " ./dist/index.mjs" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rspress/theme-default" ,
3
- "version" : " 1.30 .0" ,
3
+ "version" : " 1.31 .0" ,
4
4
"description" : " The Default Theme of Rspress Documentation Framework" ,
5
5
"bugs" : " https://github.com/web-infra-dev/rspress/issues" ,
6
6
"repository" : {
56
56
"rspack-plugin-virtual-module" : " 0.1.13"
57
57
},
58
58
"devDependencies" : {
59
- "@modern-js/plugin-tailwindcss" : " 2.59 .0" ,
60
- "@modern-js/tsconfig" : " 2.59 .0" ,
59
+ "@modern-js/plugin-tailwindcss" : " 2.60 .0" ,
60
+ "@modern-js/tsconfig" : " 2.60 .0" ,
61
61
"@types/body-scroll-lock" : " ^3.1.2" ,
62
62
"@types/hast" : " 3.0.4" ,
63
63
"@types/html-to-text" : " ^8.1.1" ,
You can’t perform that action at this time.
0 commit comments