Skip to content

Commit

Permalink
chore: rename @modern-js/plugin-rspress to `@rspress/modern-js-plug…
Browse files Browse the repository at this point in the history
…in` (#1704)
  • Loading branch information
Timeless0911 authored Dec 24, 2024
1 parent 4942818 commit bea3097
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"linked": [],
"access": "restricted",
"baseBranch": "main",
"fixed": [
["@rspress/*", "rspress", "create-rspress", "@modern-js/plugin-rspress"]
],
"fixed": [["@rspress/*", "rspress", "create-rspress"]],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true,
"updateInternalDependents": "always"
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixtures/modern-js/modern.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { moduleTools, defineConfig } from '@modern-js/module-tools';
import { modulePluginDoc } from '@modern-js/plugin-rspress';
import { modulePluginDoc } from '@rspress/modern-js-plugin';

export default defineConfig({
plugins: [
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixtures/modern-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@arco-design/web-react": "^2.65.0"
},
"devDependencies": {
"@modern-js/plugin-rspress": "workspace:*",
"@rspress/modern-js-plugin": "workspace:*",
"@types/node": "^18.11.17",
"@types/react": "~18.3.18",
"react": "^18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/modern-plugin-rspress/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@modern-js/plugin-rspress",
"name": "@rspress/modern-js-plugin",
"description": "A Modern.js plugin to integrate rspress",
"homepage": "https://modernjs.dev",
"homepage": "https://rspress.dev",
"bugs": "https://github.com/web-infra-dev/rspress/issues",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bea3097

Please sign in to comment.