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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # upgrade-rspeedy
2
2
 
3
+ ## 0.9.2
4
+
5
+ ## 0.9.1
6
+
3
7
  ## 0.9.0
4
8
 
5
9
  ## 0.8.7
@@ -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?__rslib_entry__": function(module, __webpack_exports__, __webpack_require__) {
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?__rslib_entry__");
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.0",
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.0",
34
- "@rsbuild/plugin-less": "1.2.1",
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.0",
42
+ "type-fest": "^4.39.1",
43
43
  "@lynx-js/qrcode-rsbuild-plugin": "0.3.5",
44
- "@lynx-js/react": "0.106.3",
45
- "@lynx-js/react-rsbuild-plugin": "0.9.5",
46
- "@lynx-js/rspeedy": "0.9.0",
47
- "@lynx-js/web-core": "0.10.1",
48
- "@lynx-js/web-elements": "0.5.3"
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"