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

Commit b5391bb

Browse files
authored
Merge pull request #26 from nteract/bump-deps
remove ion and bumping inner deps
2 parents 693285b + cb050ca commit b5391bb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/create-nteract-app.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,12 @@ function run(
124124
"@nteract/messaging",
125125
"@nteract/transforms",
126126
"@nteract/presentational-components",
127-
"immer@^1.5.0",
127+
"immer@^1.6.0",
128128
"@zeit/next-mdx",
129129
"@mdx-js/mdx",
130130
"@nteract/editor",
131-
"@nteract/ion",
132131
"@nteract/logos",
133-
"lodash@^4.17.4"
132+
"lodash@^4.17.10"
134133
];
135134

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

0 commit comments

Comments
 (0)