@rspress/plugin-playground 2.0.0-alpha.2 → 2.0.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/cjs/index.js +1 -1
- package/dist/web/cjs/index.js +1 -1
- package/package.json +6 -6
package/dist/cli/cjs/index.js
CHANGED
|
@@ -163,7 +163,7 @@ __webpack_require__.m = __webpack_modules__;
|
|
|
163
163
|
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
164
164
|
})();
|
|
165
165
|
(()=>{
|
|
166
|
-
__webpack_require__.r =
|
|
166
|
+
__webpack_require__.r = (exports1)=>{
|
|
167
167
|
if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
168
168
|
value: 'Module'
|
|
169
169
|
});
|
package/dist/web/cjs/index.js
CHANGED
|
@@ -21,7 +21,7 @@ var __webpack_require__ = {};
|
|
|
21
21
|
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
22
22
|
})();
|
|
23
23
|
(()=>{
|
|
24
|
-
__webpack_require__.r =
|
|
24
|
+
__webpack_require__.r = (exports1)=>{
|
|
25
25
|
if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
26
26
|
value: 'Module'
|
|
27
27
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspress/plugin-playground",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.3",
|
|
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": {
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"@oxidation-compiler/napi": "^0.2.0",
|
|
35
35
|
"remark-gfm": "3.0.1",
|
|
36
36
|
"rspack-plugin-virtual-module": "0.1.13",
|
|
37
|
-
"@rspress/shared": "2.0.0-alpha.
|
|
37
|
+
"@rspress/shared": "2.0.0-alpha.3"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@babel/types": "^7.26.
|
|
40
|
+
"@babel/types": "^7.26.10",
|
|
41
41
|
"@rsbuild/plugin-react": "~1.1.1",
|
|
42
|
-
"@rslib/core": "0.5.
|
|
42
|
+
"@rslib/core": "0.5.4",
|
|
43
43
|
"@types/babel__core": "^7.20.5",
|
|
44
44
|
"@types/babel__standalone": "^7.1.9",
|
|
45
45
|
"@types/babel__traverse": "^7.20.6",
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
"react": "^18.3.1",
|
|
52
52
|
"react-dom": "^18.3.1",
|
|
53
53
|
"react-router-dom": "^6.29.0",
|
|
54
|
-
"typescript": "^5.
|
|
54
|
+
"typescript": "^5.8.2",
|
|
55
55
|
"unified": "^10.1.2",
|
|
56
56
|
"unist-util-visit": "^4.1.2"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
|
-
"@rspress/core": "^2.0.0-alpha.
|
|
59
|
+
"@rspress/core": "^2.0.0-alpha.3",
|
|
60
60
|
"react": ">=17.0.0",
|
|
61
61
|
"react-router-dom": "^6.8.1"
|
|
62
62
|
},
|