@modern-js/runtime 1.2.4 → 1.2.5

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @modern-js/runtime
2
2
 
3
+ ## 1.2.5
4
+
5
+ ### Patch Changes
6
+
7
+ - bebb39b6: chore: improve devDependencies and peerDependencies
8
+ - ff73a5cc: fix style-component bugs
9
+ - Updated dependencies [bebb39b6]
10
+ - Updated dependencies [132f7b53]
11
+ - Updated dependencies [c4a7e4a3]
12
+ - Updated dependencies [ff73a5cc]
13
+ - Updated dependencies [9d4a005b]
14
+ - @modern-js/plugin-router@1.2.8
15
+ - @modern-js/plugin-ssr@1.2.5
16
+ - @modern-js/plugin-state@1.2.3
17
+ - @modern-js/utils@1.3.7
18
+
3
19
  ## 1.2.4
4
20
 
5
21
  ### Patch Changes
package/jest.config.js CHANGED
@@ -2,7 +2,6 @@ const sharedConfig = require('@scripts/jest-config');
2
2
 
3
3
  /** @type {import('@jest/types').Config.InitialOptions} */
4
4
  module.exports = {
5
- // eslint-disable-next-line node/no-unsupported-features/es-syntax
6
5
  ...sharedConfig,
7
6
  rootDir: __dirname,
8
7
  };
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.2.4",
14
+ "version": "1.2.5",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./type.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -103,27 +103,27 @@
103
103
  },
104
104
  "dependencies": {
105
105
  "@babel/runtime": "^7",
106
- "@modern-js/plugin-router": "^1.2.6",
107
- "@modern-js/plugin-ssr": "^1.2.4",
108
- "@modern-js/plugin-state": "^1.2.2",
106
+ "@modern-js/plugin-router": "^1.2.8",
107
+ "@modern-js/plugin-ssr": "^1.2.5",
108
+ "@modern-js/plugin-state": "^1.2.3",
109
109
  "@modern-js/runtime-core": "^1.4.0",
110
- "@modern-js/utils": "^1.3.6",
110
+ "@modern-js/utils": "^1.3.7",
111
111
  "@modern-js/bff-runtime": "^1.2.1",
112
112
  "@modern-js/create-request": "^1.2.1",
113
113
  "@loadable/component": "^5.15.0",
114
114
  "@types/loadable__component": "^5.13.4",
115
115
  "@types/react-helmet": "^6.1.2",
116
116
  "react-helmet": "^6.1.0",
117
- "styled-components": "^5.3.1"
117
+ "react-side-effect": "^2.1.1"
118
118
  },
119
119
  "devDependencies": {
120
- "@modern-js/core": "^1.6.0",
120
+ "@modern-js/core": "1.6.1",
121
121
  "@scripts/build": "0.0.0",
122
- "@types/styled-components": "^5.1.13",
123
122
  "@types/jest": "^26",
124
123
  "@types/node": "^14",
125
124
  "@types/react": "^17",
126
125
  "@types/react-dom": "^17",
126
+ "react": "^17",
127
127
  "typescript": "^4",
128
128
  "jest": "^27",
129
129
  "@scripts/jest-config": "0.0.0"