Skip to content

Commit

Permalink
Moved inferno-shared to development dependencies of inferno package
Browse files Browse the repository at this point in the history
  • Loading branch information
Sampo Kivistö committed Aug 18, 2022
1 parent 0f42e53 commit 231d717
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/inferno-mobx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
},
"dependencies": {
"hoist-non-inferno-statics": "^1.1.3",
"inferno": "8.0.2",
"inferno": "8.0.2"
},
"devDependencies": {
"inferno-create-class": "8.0.2",
"inferno-create-element": "8.0.2",
"inferno-shared": "8.0.2",
"inferno-vnode-flags": "8.0.2"
},
"devDependencies": {
"inferno-vnode-flags": "8.0.2",
"mobx": "*"
},
"rollup": {
Expand Down
2 changes: 1 addition & 1 deletion packages/inferno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
"directory": "packages/inferno"
},
"devDependencies": {
"inferno-shared": "8.0.2",
"inferno-utils": "8.0.2"
},
"dependencies": {
"inferno-shared": "8.0.2",
"inferno-vnode-flags": "8.0.2",
"opencollective-postinstall": "^2.0.3"
}
Expand Down

0 comments on commit 231d717

Please sign in to comment.