@modern-js/plugin-data-loader 0.0.0-next-20221227040741 → 0.0.0-next-20221227085542

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 +3 -3
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @modern-js/plugin-data-loader
2
2
 
3
- ## 0.0.0-next-20221227040741
3
+ ## 0.0.0-next-20221227085542
4
4
 
5
5
  ### Major Changes
6
6
 
@@ -47,5 +47,5 @@
47
47
  - Updated dependencies [abf3421a75]
48
48
  - Updated dependencies [543be9558e]
49
49
  - Updated dependencies [14b712da84]
50
- - @modern-js/utils@0.0.0-next-20221227040741
51
- - @modern-js/babel-compiler@0.0.0-next-20221227040741
50
+ - @modern-js/utils@0.0.0-next-20221227085542
51
+ - @modern-js/babel-compiler@0.0.0-next-20221227085542
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-next-20221227040741",
14
+ "version": "0.0.0-next-20221227085542",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -43,8 +43,8 @@
43
43
  "@remix-run/node": "^1.9.0",
44
44
  "path-to-regexp": "^6.2.0",
45
45
  "react-router-dom": "^6.6.0",
46
- "@modern-js/utils": "0.0.0-next-20221227040741",
47
- "@modern-js/babel-compiler": "0.0.0-next-20221227040741"
46
+ "@modern-js/utils": "0.0.0-next-20221227085542",
47
+ "@modern-js/babel-compiler": "0.0.0-next-20221227085542"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/babel__core": "^7.1.15",
@@ -59,11 +59,11 @@
59
59
  "typescript": "^4",
60
60
  "webpack": "^5.75.0",
61
61
  "webpack-chain": "^6.5.1",
62
- "@modern-js/core": "0.0.0-next-20221227040741",
63
- "@modern-js/server-core": "0.0.0-next-20221227040741",
64
- "@modern-js/types": "0.0.0-next-20221227040741",
65
- "@scripts/build": "0.0.0-next-20221227040741",
66
- "@scripts/jest-config": "0.0.0-next-20221227040741"
62
+ "@modern-js/core": "0.0.0-next-20221227085542",
63
+ "@modern-js/server-core": "0.0.0-next-20221227085542",
64
+ "@modern-js/types": "0.0.0-next-20221227085542",
65
+ "@scripts/build": "0.0.0-next-20221227085542",
66
+ "@scripts/jest-config": "0.0.0-next-20221227085542"
67
67
  },
68
68
  "sideEffects": false,
69
69
  "publishConfig": {