Skip to content

Commit a88327f

Browse files
authored
Bugfix/isomorphic babel problems (#208)
* Update babel strategy for server. * Update core modules to lessen isomorphic problems.
1 parent f389a56 commit a88327f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@
166166
},
167167
"reactiumDependencies": {
168168
"@atomic-reactor/reactium-api": "5.0.2",
169-
"@atomic-reactor/reactium-capability": "2.0.0",
170-
"@atomic-reactor/reactium-role": "2.0.0",
171-
"@atomic-reactor/reactium-user": "2.0.0",
172-
"@atomic-reactor/reactium-setting": "2.0.0",
169+
"@atomic-reactor/reactium-capability": "5.0.1",
170+
"@atomic-reactor/reactium-role": "5.0.1",
171+
"@atomic-reactor/reactium-user": "5.0.1",
172+
"@atomic-reactor/reactium-setting": "5.0.1",
173173
"@atomic-reactor/reactium-svg": "0.0.3"
174174
}
175175
}

0 commit comments

Comments
 (0)