Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit 87177d5

Browse files
authored
Merge pull request #17 from nteract/deps
match dependencies with @nteract
2 parents fa6ab62 + ed06721 commit 87177d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/create-nteract-app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ function run(root, appName, version, verbose, originalDirectory, template) {
101101
"@nteract/messaging",
102102
"@nteract/transforms",
103103
"@nteract/presentational-components",
104-
"immer",
104+
"immer@^1.5.0",
105105
"@zeit/next-mdx",
106106
"@mdx-js/mdx",
107107
"@nteract/editor",
108108
"@nteract/ion",
109109
"@nteract/logos",
110-
"lodash"
110+
"lodash@^4.17.4"
111111
];
112112

113113
console.log("Installing packages. This might take a couple of minutes.");

0 commit comments

Comments
 (0)