@modern-js/runtime 2.19.0 → 2.19.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 +8 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @modern-js/runtime
2
2
 
3
+ ## 2.19.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @modern-js/plugin@2.19.1
8
+ - @modern-js/types@2.19.1
9
+ - @modern-js/utils@2.19.1
10
+
3
11
  ## 2.19.0
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.19.0",
18
+ "version": "2.19.1",
19
19
  "engines": {
20
20
  "node": ">=14.17.6"
21
21
  },
@@ -162,9 +162,9 @@
162
162
  "react-side-effect": "^2.1.1",
163
163
  "redux-logger": "^3.0.6",
164
164
  "styled-components": "^5.3.1",
165
- "@modern-js/plugin": "2.19.0",
166
- "@modern-js/types": "2.19.0",
167
- "@modern-js/utils": "2.19.0"
165
+ "@modern-js/plugin": "2.19.1",
166
+ "@modern-js/types": "2.19.1",
167
+ "@modern-js/utils": "2.19.1"
168
168
  },
169
169
  "peerDependencies": {
170
170
  "react": ">=17",
@@ -184,11 +184,11 @@
184
184
  "react-dom": "^18",
185
185
  "ts-jest": "^29.0.5",
186
186
  "typescript": "^4",
187
- "@modern-js/app-tools": "2.19.0",
188
- "@modern-js/core": "2.19.0",
189
- "@modern-js/server-core": "2.19.0",
190
- "@scripts/build": "2.19.0",
191
- "@scripts/jest-config": "2.19.0"
187
+ "@modern-js/app-tools": "2.19.1",
188
+ "@modern-js/core": "2.19.1",
189
+ "@modern-js/server-core": "2.19.1",
190
+ "@scripts/build": "2.19.1",
191
+ "@scripts/jest-config": "2.19.1"
192
192
  },
193
193
  "sideEffects": false,
194
194
  "modernConfig": {},