@modern-js/plugin-data-loader 0.0.0-next-20230213091703 → 0.0.0-next-20230213111410

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,9 +1,9 @@
1
1
  # @modern-js/plugin-data-loader
2
2
 
3
- ## 0.0.0-next-20230213091703
3
+ ## 0.0.0-next-20230213111410
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [1b0ce87bc]
8
8
  - Updated dependencies [11c053b46]
9
- - @modern-js/utils@0.0.0-next-20230213091703
9
+ - @modern-js/utils@0.0.0-next-20230213111410
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-next-20230213091703",
14
+ "version": "0.0.0-next-20230213111410",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -43,7 +43,7 @@
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-20230213091703"
46
+ "@modern-js/utils": "0.0.0-next-20230213111410"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/babel__core": "^7.1.15",
@@ -58,11 +58,11 @@
58
58
  "typescript": "^4",
59
59
  "webpack": "^5.75.0",
60
60
  "webpack-chain": "^6.5.1",
61
- "@modern-js/core": "0.0.0-next-20230213091703",
62
- "@modern-js/types": "0.0.0-next-20230213091703",
63
- "@modern-js/server-core": "0.0.0-next-20230213091703",
64
- "@scripts/jest-config": "0.0.0-next-20230213091703",
65
- "@scripts/build": "0.0.0-next-20230213091703"
61
+ "@modern-js/core": "0.0.0-next-20230213111410",
62
+ "@modern-js/server-core": "0.0.0-next-20230213111410",
63
+ "@modern-js/types": "0.0.0-next-20230213111410",
64
+ "@scripts/build": "0.0.0-next-20230213111410",
65
+ "@scripts/jest-config": "0.0.0-next-20230213111410"
66
66
  },
67
67
  "sideEffects": false,
68
68
  "publishConfig": {