@modern-js/runtime-utils 2.65.2 → 2.65.3-alpha.0

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.
Files changed (1) hide show
  1. package/package.json +3 -4
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.65.2",
18
+ "version": "2.65.3-alpha.0",
19
19
  "_comment": "Provide ESM and CJS exports, ESM is used by runtime package, for treeshaking",
20
20
  "exports": {
21
21
  "./router": {
@@ -91,8 +91,7 @@
91
91
  },
92
92
  "publishConfig": {
93
93
  "registry": "https://registry.npmjs.org/",
94
- "access": "public",
95
- "provenance": true
94
+ "access": "public"
96
95
  },
97
96
  "typesVersions": {
98
97
  "*": {
@@ -143,7 +142,7 @@
143
142
  "dependencies": {
144
143
  "@remix-run/router": "1.20.0",
145
144
  "@swc/helpers": "0.5.13",
146
- "lru-cache": "^11.0.2",
145
+ "lru-cache": "^10.4.3",
147
146
  "react-router-dom": "6.27.0",
148
147
  "serialize-javascript": "^6.0.0",
149
148
  "@modern-js/types": "2.65.2",