@modern-js/runtime-utils 2.56.1 → 2.56.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 +7 -8
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.56.1",
18
+ "version": "2.56.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": {
@@ -76,8 +76,7 @@
76
76
  },
77
77
  "publishConfig": {
78
78
  "registry": "https://registry.npmjs.org/",
79
- "access": "public",
80
- "provenance": true
79
+ "access": "public"
81
80
  },
82
81
  "typesVersions": {
83
82
  "*": {
@@ -119,10 +118,10 @@
119
118
  "dependencies": {
120
119
  "lru-cache": "^6.0.0",
121
120
  "serialize-javascript": "^6.0.0",
122
- "react-router-dom": "6.22.0",
121
+ "react-router-dom": "6.24.1",
123
122
  "@remix-run/router": "1.15.0",
124
123
  "@swc/helpers": "0.5.3",
125
- "@modern-js/utils": "2.56.1"
124
+ "@modern-js/utils": "2.56.2"
126
125
  },
127
126
  "peerDependencies": {
128
127
  "react": ">=17.0.0",
@@ -145,9 +144,9 @@
145
144
  "jest": "^29",
146
145
  "typescript": "^5",
147
146
  "@types/serialize-javascript": "^5.0.1",
148
- "@modern-js/types": "2.56.1",
149
- "@scripts/jest-config": "2.56.1",
150
- "@scripts/build": "2.56.1"
147
+ "@modern-js/types": "2.56.2",
148
+ "@scripts/build": "2.56.2",
149
+ "@scripts/jest-config": "2.56.2"
151
150
  },
152
151
  "sideEffects": false,
153
152
  "scripts": {