upgrade-rspeedy 0.9.0 → 0.9.2
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/CHANGELOG.md +4 -0
- package/dist/upgrade-rspeedy.js +2 -2
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
package/dist/upgrade-rspeedy.js
CHANGED
|
@@ -491,7 +491,7 @@ Please run ${picocolors_default().bold('upgrade-rspeedy')} in your Rspeedy proje
|
|
|
491
491
|
await program.parseAsync(argv);
|
|
492
492
|
}
|
|
493
493
|
},
|
|
494
|
-
"./src/upgrade-rspeedy.ts
|
|
494
|
+
"./src/upgrade-rspeedy.ts": function(module, __webpack_exports__, __webpack_require__) {
|
|
495
495
|
__webpack_require__.a(module, async function(__webpack_handle_async_dependencies__, __webpack_async_result__) {
|
|
496
496
|
try {
|
|
497
497
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -2366,4 +2366,4 @@ function __webpack_require__(moduleId) {
|
|
|
2366
2366
|
});
|
|
2367
2367
|
};
|
|
2368
2368
|
})();
|
|
2369
|
-
__webpack_require__("./src/upgrade-rspeedy.ts
|
|
2369
|
+
__webpack_require__("./src/upgrade-rspeedy.ts");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "upgrade-rspeedy",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.2",
|
|
4
4
|
"description": "Upgrade Rspeedy-related packages",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"README.md"
|
|
31
31
|
],
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@lynx-js/types": "^3.2.
|
|
34
|
-
"@rsbuild/plugin-less": "1.2.
|
|
33
|
+
"@lynx-js/types": "^3.2.1",
|
|
34
|
+
"@rsbuild/plugin-less": "1.2.2",
|
|
35
35
|
"@rsbuild/plugin-sass": "1.3.1",
|
|
36
36
|
"commander": "^13.1.0",
|
|
37
37
|
"detect-indent": "^7.0.1",
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
"picocolors": "^1.1.1",
|
|
40
40
|
"rsbuild-plugin-tailwindcss": "0.2.1",
|
|
41
41
|
"rslog": "^1.2.3",
|
|
42
|
-
"type-fest": "^4.39.
|
|
42
|
+
"type-fest": "^4.39.1",
|
|
43
43
|
"@lynx-js/qrcode-rsbuild-plugin": "0.3.5",
|
|
44
|
-
"@lynx-js/react": "0.106.
|
|
45
|
-
"@lynx-js/react-rsbuild-plugin": "0.9.
|
|
46
|
-
"@lynx-js/rspeedy": "0.9.
|
|
47
|
-
"@lynx-js/web-core": "0.
|
|
48
|
-
"@lynx-js/web-elements": "0.
|
|
44
|
+
"@lynx-js/react": "0.106.5",
|
|
45
|
+
"@lynx-js/react-rsbuild-plugin": "0.9.7",
|
|
46
|
+
"@lynx-js/rspeedy": "0.9.2",
|
|
47
|
+
"@lynx-js/web-core": "0.12.0",
|
|
48
|
+
"@lynx-js/web-elements": "0.6.0"
|
|
49
49
|
},
|
|
50
50
|
"engines": {
|
|
51
51
|
"node": ">=18"
|