@modern-js/runtime 2.23.0 → 2.23.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 +11 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @modern-js/runtime
2
2
 
3
+ ## 2.23.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f08bbfc]
8
+ - Updated dependencies [a6b313a]
9
+ - Updated dependencies [8f2cab0]
10
+ - @modern-js/utils@2.23.1
11
+ - @modern-js/plugin@2.23.1
12
+ - @modern-js/types@2.23.1
13
+
3
14
  ## 2.23.0
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.23.0",
18
+ "version": "2.23.1",
19
19
  "engines": {
20
20
  "node": ">=14.17.6"
21
21
  },
@@ -169,9 +169,9 @@
169
169
  "redux-logger": "^3.0.6",
170
170
  "styled-components": "^5.3.1",
171
171
  "@swc/helpers": "0.5.1",
172
- "@modern-js/plugin": "2.23.0",
173
- "@modern-js/types": "2.23.0",
174
- "@modern-js/utils": "2.23.0"
172
+ "@modern-js/plugin": "2.23.1",
173
+ "@modern-js/types": "2.23.1",
174
+ "@modern-js/utils": "2.23.1"
175
175
  },
176
176
  "peerDependencies": {
177
177
  "react": ">=17",
@@ -192,11 +192,11 @@
192
192
  "ts-jest": "^29.1.0",
193
193
  "typescript": "^5",
194
194
  "webpack": "^5.82.1",
195
- "@modern-js/app-tools": "2.23.0",
196
- "@modern-js/core": "2.23.0",
197
- "@modern-js/server-core": "2.23.0",
198
- "@scripts/build": "2.23.0",
199
- "@scripts/jest-config": "2.23.0"
195
+ "@modern-js/app-tools": "2.23.1",
196
+ "@modern-js/core": "2.23.1",
197
+ "@modern-js/server-core": "2.23.1",
198
+ "@scripts/build": "2.23.1",
199
+ "@scripts/jest-config": "2.23.1"
200
200
  },
201
201
  "sideEffects": false,
202
202
  "modernConfig": {},