Skip to content

Commit a83fe41

Browse files
Release v1.31.0 (#1414)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4118380 commit a83fe41

File tree

22 files changed

+192
-222
lines changed

22 files changed

+192
-222
lines changed

.changeset/popular-pugs-develop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"devDependencies": {
4444
"@biomejs/biome": "1.8.3",
4545
"@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",
4848
"@playwright/test": "1.46.0",
4949
"@types/cross-spawn": "^6.0.6",
5050
"@types/fs-extra": "11.0.4",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rspress",
3-
"version": "1.30.0",
3+
"version": "1.31.0",
44
"type": "module",
55
"types": "./dist/index.d.ts",
66
"main": "./dist/index.js",

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/core",
3-
"version": "1.30.0",
3+
"version": "1.31.0",
44
"description": "The Rspress Documentation Framework",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {
@@ -43,7 +43,7 @@
4343
"@mdx-js/loader": "2.3.0",
4444
"@mdx-js/mdx": "2.3.0",
4545
"@mdx-js/react": "2.3.0",
46-
"@modern-js/utils": "2.59.0",
46+
"@modern-js/utils": "2.60.0",
4747
"@rsbuild/core": "1.0.2",
4848
"@rsbuild/plugin-less": "1.0.1",
4949
"@rsbuild/plugin-react": "1.0.1",
@@ -90,8 +90,8 @@
9090
"yaml-front-matter": "^4.1.1"
9191
},
9292
"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",
9595
"@types/body-scroll-lock": "^3.1.2",
9696
"@types/hast": "3.0.4",
9797
"@types/html-to-text": "^8.1.1",

packages/create-rspress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-rspress",
3-
"version": "1.30.0",
3+
"version": "1.31.0",
44
"types": "./dist/index.d.ts",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

packages/document/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/docs",
3-
"version": "1.30.0",
3+
"version": "1.31.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

packages/modern-plugin-rspress/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"modern",
1616
"modern.js"
1717
],
18-
"version": "1.30.0",
18+
"version": "1.31.0",
1919
"jsnext:source": "./src/index.ts",
2020
"types": "./dist/index.d.ts",
2121
"main": "./dist/index.js",
@@ -30,7 +30,7 @@
3030
"@rspress/plugin-preview": "workspace:*"
3131
},
3232
"devDependencies": {
33-
"@modern-js/utils": "2.59.0",
33+
"@modern-js/utils": "2.60.0",
3434
"@types/node": "^18.11.17",
3535
"@types/react": "^18.3.5",
3636
"react": "^18.3.1",

packages/plugin-api-docgen/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-api-docgen",
3-
"version": "1.30.0",
3+
"version": "1.31.0",
44
"description": "A plugin for rspress to generate api doc.",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {
@@ -22,7 +22,7 @@
2222
"node": ">=14.17.6"
2323
},
2424
"dependencies": {
25-
"@modern-js/utils": "2.59.0",
25+
"@modern-js/utils": "2.60.0",
2626
"documentation": "14.0.3",
2727
"react-docgen-typescript": "2.2.2",
2828
"react-markdown": "8.0.7",
@@ -45,7 +45,7 @@
4545
"peerDependencies": {
4646
"react": ">=17.0.0",
4747
"react-router-dom": "^6.8.1",
48-
"@rspress/core": "workspace:^1.30.0",
48+
"@rspress/core": "workspace:^1.31.0",
4949
"typescript": "^5.5.3"
5050
},
5151
"peerDependenciesMeta": {

packages/plugin-auto-nav-sidebar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-auto-nav-sidebar",
3-
"version": "1.30.0",
3+
"version": "1.31.0",
44
"description": "A plugin for rspress to generate navbar and sidebar config automatically.",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {
@@ -24,7 +24,7 @@
2424
"node": ">=14.17.6"
2525
},
2626
"devDependencies": {
27-
"@modern-js/tsconfig": "2.59.0",
27+
"@modern-js/tsconfig": "2.60.0",
2828
"@types/node": "^18.11.17",
2929
"@types/react": "^18.3.5",
3030
"@types/react-dom": "^18.3.0",

packages/plugin-client-redirects/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspress/plugin-client-redirects",
3-
"version": "1.30.0",
3+
"version": "1.31.0",
44
"description": "A plugin for rspress to client redirect in docs.",
55
"bugs": "https://github.com/web-infra-dev/rspress/issues",
66
"repository": {
@@ -24,7 +24,7 @@
2424
"node": ">=14.17.6"
2525
},
2626
"devDependencies": {
27-
"@modern-js/tsconfig": "2.59.0",
27+
"@modern-js/tsconfig": "2.60.0",
2828
"@rspress/shared": "workspace:*",
2929
"@types/node": "^18.11.17",
3030
"@types/react": "^18.3.5",
@@ -34,7 +34,7 @@
3434
"vitest": "2.0.5"
3535
},
3636
"peerDependencies": {
37-
"@rspress/runtime": "workspace:^1.30.0"
37+
"@rspress/runtime": "workspace:^1.31.0"
3838
},
3939
"sideEffects": [
4040
"*.css",

0 commit comments

Comments
 (0)