@modern-js/devtools-kit 0.0.0-next-20231009063321 → 0.0.0-next-20231010141253

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 +11 -11
package/CHANGELOG.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # @modern-js/devtools-kit
2
2
 
3
- ## 0.0.0-next-20231009063321
3
+ ## 0.0.0-next-20231010141253
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [3473beecd]
8
8
  - Updated dependencies [b98f8aaf4]
9
9
  - Updated dependencies [eb602d263]
10
- - @modern-js/utils@0.0.0-next-20231009063321
11
- - @modern-js/types@0.0.0-next-20231009063321
10
+ - @modern-js/utils@0.0.0-next-20231010141253
11
+ - @modern-js/types@0.0.0-next-20231010141253
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-next-20231009063321",
18
+ "version": "0.0.0-next-20231010141253",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/index.js",
@@ -32,8 +32,8 @@
32
32
  "@geist-ui/core": "^2.3.8",
33
33
  "ufo": "^1.2.0",
34
34
  "ws": "8.13.0",
35
- "@modern-js/types": "0.0.0-next-20231009063321",
36
- "@modern-js/utils": "0.0.0-next-20231009063321"
35
+ "@modern-js/types": "0.0.0-next-20231010141253",
36
+ "@modern-js/utils": "0.0.0-next-20231010141253"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@swc/helpers": "0.5.1",
@@ -42,14 +42,14 @@
42
42
  "react": "~18.2.0",
43
43
  "type-fest": "^4.1.0",
44
44
  "typescript": "^5",
45
- "@modern-js/app-tools": "0.0.0-next-20231009063321",
46
- "@modern-js/builder-rspack-provider": "0.0.0-next-20231009063321",
47
- "@modern-js/builder-shared": "0.0.0-next-20231009063321",
48
- "@modern-js/builder-webpack-provider": "0.0.0-next-20231009063321",
49
- "@modern-js/core": "0.0.0-next-20231009063321",
50
- "@modern-js/module-tools": "0.0.0-next-20231009063321",
51
- "@scripts/build": "0.0.0-next-20231009063321",
52
- "@modern-js/types": "0.0.0-next-20231009063321"
45
+ "@modern-js/app-tools": "0.0.0-next-20231010141253",
46
+ "@modern-js/builder-rspack-provider": "0.0.0-next-20231010141253",
47
+ "@modern-js/builder-shared": "0.0.0-next-20231010141253",
48
+ "@modern-js/builder-webpack-provider": "0.0.0-next-20231010141253",
49
+ "@modern-js/core": "0.0.0-next-20231010141253",
50
+ "@modern-js/module-tools": "0.0.0-next-20231010141253",
51
+ "@modern-js/types": "0.0.0-next-20231010141253",
52
+ "@scripts/build": "0.0.0-next-20231010141253"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "react": "~18.2.0"