@modern-js/runtime 2.60.5-alpha.2 → 2.60.5

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 +12 -11
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.60.5-alpha.2",
18
+ "version": "2.60.5",
19
19
  "engines": {
20
20
  "node": ">=14.17.6"
21
21
  },
@@ -199,11 +199,11 @@
199
199
  "react-is": "^18",
200
200
  "react-side-effect": "^2.1.1",
201
201
  "styled-components": "^5.3.1",
202
- "@modern-js/plugin-data-loader": "2.60.4",
203
- "@modern-js/plugin": "2.60.4",
204
- "@modern-js/types": "2.60.4",
205
- "@modern-js/runtime-utils": "2.60.4",
206
- "@modern-js/utils": "2.60.4"
202
+ "@modern-js/plugin": "2.60.5",
203
+ "@modern-js/plugin-data-loader": "2.60.5",
204
+ "@modern-js/runtime-utils": "2.60.5",
205
+ "@modern-js/types": "2.60.5",
206
+ "@modern-js/utils": "2.60.5"
207
207
  },
208
208
  "peerDependencies": {
209
209
  "react": ">=17",
@@ -226,15 +226,16 @@
226
226
  "ts-jest": "^29.1.0",
227
227
  "typescript": "^5",
228
228
  "webpack": "^5.95.0",
229
- "@scripts/build": "2.60.4",
230
- "@modern-js/app-tools": "2.60.4",
231
- "@scripts/jest-config": "2.60.4",
232
- "@modern-js/core": "2.60.4"
229
+ "@modern-js/app-tools": "2.60.5",
230
+ "@modern-js/core": "2.60.5",
231
+ "@scripts/build": "2.60.5",
232
+ "@scripts/jest-config": "2.60.5"
233
233
  },
234
234
  "sideEffects": false,
235
235
  "publishConfig": {
236
236
  "registry": "https://registry.npmjs.org/",
237
- "access": "public"
237
+ "access": "public",
238
+ "provenance": true
238
239
  },
239
240
  "scripts": {
240
241
  "dev": "modern-lib build --watch",