@modern-js/types 1.15.0 → 1.18.0

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 +12 -0
  2. package/package.json +3 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @modern-js/types
2
2
 
3
+ ## 1.18.0
4
+
5
+ ## 1.17.0
6
+
7
+ ## 1.16.0
8
+
9
+ ### Minor Changes
10
+
11
+ - 1100dd58c: chore: support react 18
12
+
13
+ chore: 支持 React 18
14
+
3
15
  ## 1.15.0
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.15.0",
14
+ "version": "1.18.0",
15
15
  "types": "./index.d.ts",
16
16
  "exports": {
17
17
  ".": "./index.d.ts",
@@ -21,12 +21,10 @@
21
21
  }
22
22
  },
23
23
  "devDependencies": {
24
- "@scripts/build": "1.15.0",
25
- "@scripts/jest-config": "1.15.0",
24
+ "@scripts/build": "1.18.0",
25
+ "@scripts/jest-config": "1.18.0",
26
26
  "@types/jest": "^27",
27
27
  "@types/node": "^14",
28
- "@types/react": "^17",
29
- "@types/react-dom": "^17",
30
28
  "http-proxy-middleware": "^2.0.4",
31
29
  "jest": "^27"
32
30
  },