@modern-js/runtime 0.0.0-runtime-2021112193858 → 0.0.0-runtime-20211121141552

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 -8
  2. package/package.json +14 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @modern-js/runtime
2
2
 
3
- ## 0.0.0-runtime-2021112193858
3
+ ## 0.0.0-runtime-20211121141552
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,13 +8,13 @@
8
8
  - Updated dependencies [8698465e]
9
9
  - Updated dependencies [e04914ce]
10
10
  - Updated dependencies [e04914ce]
11
- - @modern-js/core@0.0.0-runtime-2021112193858
12
- - @modern-js/plugin-router@0.0.0-runtime-2021112193858
13
- - @modern-js/plugin-ssr@0.0.0-runtime-2021112193858
14
- - @modern-js/plugin-state@0.0.0-runtime-2021112193858
15
- - @modern-js/runtime-core@0.0.0-runtime-2021112193858
16
- - @modern-js/bff-runtime@0.0.0-runtime-2021112193858
17
- - @modern-js/utils@0.0.0-runtime-2021112193858
11
+ - @modern-js/core@0.0.0-runtime-20211121141552
12
+ - @modern-js/plugin-router@0.0.0-runtime-20211121141552
13
+ - @modern-js/plugin-ssr@0.0.0-runtime-20211121141552
14
+ - @modern-js/plugin-state@0.0.0-runtime-20211121141552
15
+ - @modern-js/runtime-core@0.0.0-runtime-20211121141552
16
+ - @modern-js/bff-runtime@0.0.0-runtime-20211121141552
17
+ - @modern-js/utils@0.0.0-runtime-20211121141552
18
18
 
19
19
  ## 1.1.1
20
20
 
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-runtime-2021112193858",
14
+ "version": "0.0.0-runtime-20211121141552",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./type.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -83,12 +83,12 @@
83
83
  "dependencies": {
84
84
  "@babel/runtime": "^7",
85
85
  "@loadable/component": "^5.15.0",
86
- "@modern-js/bff-runtime": "^0.0.0-runtime-2021112193858",
87
- "@modern-js/plugin-router": "^0.0.0-runtime-2021112193858",
88
- "@modern-js/plugin-ssr": "^0.0.0-runtime-2021112193858",
89
- "@modern-js/plugin-state": "^0.0.0-runtime-2021112193858",
90
- "@modern-js/runtime-core": "^0.0.0-runtime-2021112193858",
91
- "@modern-js/utils": "^0.0.0-runtime-2021112193858",
86
+ "@modern-js/bff-runtime": "^0.0.0-runtime-20211121141552",
87
+ "@modern-js/plugin-router": "^0.0.0-runtime-20211121141552",
88
+ "@modern-js/plugin-ssr": "^0.0.0-runtime-20211121141552",
89
+ "@modern-js/plugin-state": "^0.0.0-runtime-20211121141552",
90
+ "@modern-js/runtime-core": "^0.0.0-runtime-20211121141552",
91
+ "@modern-js/utils": "^0.0.0-runtime-20211121141552",
92
92
  "@types/loadable__component": "^5.13.4",
93
93
  "@types/react-helmet": "^6.1.2",
94
94
  "@types/styled-components": "^5.1.13",
@@ -96,17 +96,20 @@
96
96
  "styled-components": "^5.3.1"
97
97
  },
98
98
  "devDependencies": {
99
+ "react": "^17.0.2",
99
100
  "@types/jest": "^26",
100
101
  "@types/node": "^14",
101
102
  "@types/react": "^17",
102
103
  "@types/react-dom": "^17",
103
104
  "typescript": "^4.4.4",
104
- "@modern-js/core": "^0.0.0-runtime-2021112193858",
105
- "@modern-js/plugin-testing": "^0.0.0-runtime-2021112193858",
106
- "@modern-js/module-tools": "^0.0.0-runtime-2021112193858"
105
+ "@modern-js/core": "^0.0.0-runtime-20211121141552",
106
+ "@modern-js/plugin-testing": "^0.0.0-runtime-20211121141552",
107
+ "@modern-js/module-tools": "^0.0.0-runtime-20211121141552"
107
108
  },
108
109
  "peerDependencies": {
109
- "@modern-js/core": "^0.0.0-runtime-2021112193858"
110
+ "react": "^17.0.2",
111
+ "typescript": "^4.4.4",
112
+ "@modern-js/core": "^0.0.0-runtime-20211121141552"
110
113
  },
111
114
  "sideEffects": false,
112
115
  "modernConfig": {},