@modern-js/plugin-garfish 1.18.1-alpha.0 → 1.18.1

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-garfish
2
2
 
3
- ## 1.18.1-alpha.0
3
+ ## 1.18.1
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,8 +8,8 @@
8
8
  fix: 修复 MApp 无法传递 props 问题,修复 loadable setstate 闭包问题导致 state 更新异常
9
9
  - Updated dependencies [9fcfbd4]
10
10
  - Updated dependencies [6c2c745]
11
- - @modern-js/utils@1.18.1-alpha.0
12
- - @modern-js/runtime@1.18.1-alpha.0
11
+ - @modern-js/utils@1.18.1
12
+ - @modern-js/runtime@1.18.1
13
13
 
14
14
  ## 1.18.0
15
15
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.18.1-alpha.0",
14
+ "version": "1.18.1",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/runtime/index.d.ts",
17
17
  "typesVersions": {
@@ -50,7 +50,7 @@
50
50
  },
51
51
  "dependencies": {
52
52
  "@babel/runtime": "^7.18.0",
53
- "@modern-js/utils": "1.18.1-alpha.0",
53
+ "@modern-js/utils": "1.18.1",
54
54
  "@types/debug": "^4.1.7",
55
55
  "@types/react-loadable": "^5.5.6",
56
56
  "debug": "^4.3.2",
@@ -59,7 +59,7 @@
59
59
  "react-loadable": "^5.5.0"
60
60
  },
61
61
  "peerDependencies": {
62
- "@modern-js/runtime": "^1.18.1-alpha.0"
62
+ "@modern-js/runtime": "^1.18.1"
63
63
  },
64
64
  "peerDependenciesMeta": {
65
65
  "@modern-js/runtime": {
@@ -67,11 +67,11 @@
67
67
  }
68
68
  },
69
69
  "devDependencies": {
70
- "@modern-js/core": "1.18.1-alpha.0",
71
- "@modern-js/runtime": "1.18.1-alpha.0",
72
- "@modern-js/types": "1.18.1-alpha.0",
73
- "@scripts/build": "1.18.1-alpha.0",
74
- "@scripts/jest-config": "1.18.1-alpha.0",
70
+ "@modern-js/core": "1.18.1",
71
+ "@modern-js/runtime": "1.18.1",
72
+ "@modern-js/types": "1.18.1",
73
+ "@scripts/build": "1.18.1",
74
+ "@scripts/jest-config": "1.18.1",
75
75
  "@testing-library/jest-dom": "^5.16.1",
76
76
  "@testing-library/react": "^12.0.0",
77
77
  "@testing-library/react-hooks": "^7.0.1",