upgrade-rspeedy 0.8.3 → 0.8.4

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 ADDED
@@ -0,0 +1,3 @@
1
+ # upgrade-rspeedy
2
+
3
+ ## 0.8.4
@@ -2366,7 +2366,7 @@ function __webpack_require__(moduleId) {
2366
2366
  __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
2367
2367
  })();
2368
2368
  (()=>{
2369
- __webpack_require__.r = function(exports) {
2369
+ __webpack_require__.r = (exports)=>{
2370
2370
  if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports, Symbol.toStringTag, {
2371
2371
  value: 'Module'
2372
2372
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "upgrade-rspeedy",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "description": "Upgrade Rspeedy-related packages",
5
5
  "keywords": [
6
6
  "webpack",
@@ -41,9 +41,9 @@
41
41
  "rslog": "^1.2.3",
42
42
  "type-fest": "^4.37.0",
43
43
  "@lynx-js/qrcode-rsbuild-plugin": "0.3.4",
44
- "@lynx-js/react-rsbuild-plugin": "0.9.1",
45
- "@lynx-js/react": "0.105.1",
46
- "@lynx-js/rspeedy": "0.8.3"
44
+ "@lynx-js/react": "0.105.2",
45
+ "@lynx-js/react-rsbuild-plugin": "0.9.2",
46
+ "@lynx-js/rspeedy": "0.8.4"
47
47
  },
48
48
  "engines": {
49
49
  "node": ">=18"