@modern-js/plugin-state 1.2.7 → 1.2.8

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 +6 -0
  2. package/package.json +8 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @modern-js/plugin-state
2
2
 
3
+ ## 1.2.8
4
+
5
+ ### Patch Changes
6
+
7
+ - f7cbc771: chore(plugin-state): bump @modern-js-reduck/plugin-devtools 1.0.3 to fix the deprecatetion warning
8
+
3
9
  ## 1.2.7
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.2.7",
14
+ "version": "1.2.8",
15
15
  "jsnext:source": "./src/runtime/index.tsx",
16
16
  "types": "./dist/types/runtime/index.d.ts",
17
17
  "main": "./dist/js/node/runtime/index.js",
@@ -58,7 +58,7 @@
58
58
  "dependencies": {
59
59
  "@babel/runtime": "^7",
60
60
  "@modern-js-reduck/plugin-auto-actions": "^1.0.2",
61
- "@modern-js-reduck/plugin-devtools": "^1.0.2",
61
+ "@modern-js-reduck/plugin-devtools": "^1.0.3",
62
62
  "@modern-js-reduck/plugin-effects": "^1.0.2",
63
63
  "@modern-js-reduck/plugin-immutable": "^1.0.1",
64
64
  "@modern-js-reduck/react": "^1.0.1",
@@ -68,10 +68,10 @@
68
68
  "redux-logger": "^3.0.6"
69
69
  },
70
70
  "devDependencies": {
71
- "@modern-js/core": "1.10.2",
72
- "@modern-js/plugin": "1.3.4",
73
- "@modern-js/runtime-core": "1.4.6",
74
- "@modern-js/utils": "1.7.3",
71
+ "@modern-js/core": "1.11.1",
72
+ "@modern-js/plugin": "1.3.5",
73
+ "@modern-js/runtime-core": "1.4.7",
74
+ "@modern-js/utils": "1.7.6",
75
75
  "@scripts/build": "0.0.0",
76
76
  "@scripts/jest-config": "0.0.0",
77
77
  "@types/hoist-non-react-statics": "^3.3.1",
@@ -109,7 +109,8 @@
109
109
  "files": [
110
110
  "src/**/*",
111
111
  "tsconfig.json",
112
- "package.json"
112
+ "package.json",
113
+ "tests/**/*"
113
114
  ],
114
115
  "output": []
115
116
  }