@modern-js/plugin-data-loader 0.0.0-next-1686506842898 → 0.0.0-next-1686537702987

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 (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @modern-js/plugin-data-loader
2
2
 
3
- ## 0.0.0-next-1686506842898
3
+ ## 0.0.0-next-1686537702987
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -17,7 +17,7 @@
17
17
  - Updated dependencies [7e6fb5fc1]
18
18
  - Updated dependencies [a7a7ad779]
19
19
  - Updated dependencies [6dec7c2a1]
20
- - @modern-js/utils@0.0.0-next-1686506842898
20
+ - @modern-js/utils@0.0.0-next-1686537702987
21
21
 
22
22
  ## 2.22.1
23
23
 
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-next-1686506842898",
18
+ "version": "0.0.0-next-1686537702987",
19
19
  "engines": {
20
20
  "node": ">=14.17.6"
21
21
  },
@@ -59,7 +59,7 @@
59
59
  "path-to-regexp": "^6.2.0",
60
60
  "react-router-dom": "^6.8.1",
61
61
  "@swc/helpers": "0.5.1",
62
- "@modern-js/utils": "0.0.0-next-1686506842898"
62
+ "@modern-js/utils": "0.0.0-next-1686537702987"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@types/babel__core": "^7.20.0",
@@ -77,11 +77,11 @@
77
77
  "react": "^18",
78
78
  "react-dom": "^18",
79
79
  "react-router-dom": "^6.8.1",
80
- "@modern-js/core": "0.0.0-next-1686506842898",
81
- "@modern-js/server-core": "0.0.0-next-1686506842898",
82
- "@modern-js/types": "0.0.0-next-1686506842898",
83
- "@scripts/build": "0.0.0-next-1686506842898",
84
- "@scripts/jest-config": "0.0.0-next-1686506842898"
80
+ "@modern-js/core": "0.0.0-next-1686537702987",
81
+ "@modern-js/server-core": "0.0.0-next-1686537702987",
82
+ "@modern-js/types": "0.0.0-next-1686537702987",
83
+ "@scripts/build": "0.0.0-next-1686537702987",
84
+ "@scripts/jest-config": "0.0.0-next-1686537702987"
85
85
  },
86
86
  "peerDependencies": {
87
87
  "react": ">=17.0.0",