Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Publish
 - @nteract/nbextension@1.1.1
 - nteract-on-jupyter@2.1.1
 - @nteract/actions@2.6.0
 - @nteract/commutable@7.1.2
 - @nteract/connected-components@6.2.1
 - @nteract/core@10.5.0
 - @nteract/data-explorer@7.0.1
 - @nteract/editor@9.1.1
 - enchannel-zmq-backend@9.0.6
 - @nteract/epics@2.4.0
 - @nteract/fixtures@2.0.10
 - @nteract/fs-kernels@2.0.8
 - @mybinder/host-cache@2.0.7
 - @nteract/messaging@6.0.6
 - @nteract/notebook-app-component@5.1.1
 - @nteract/outputs@2.1.4
 - @nteract/reducers@2.5.0
 - rx-jupyter@5.2.1
 - @nteract/selectors@2.2.1
 - @nteract/types@4.2.1
  • Loading branch information
captainsafia committed May 20, 2019
1 parent eecc829 commit d79aa32
Show file tree
Hide file tree
Showing 20 changed files with 75 additions and 75 deletions.
20 changes: 10 additions & 10 deletions applications/jupyter-extension/nteract_on_jupyter/package.json
@@ -1,6 +1,6 @@
{
"name": "nteract-on-jupyter",
"version": "2.1.0",
"version": "2.1.1",
"description": "nteract on jupyter, as an extension",
"main": "app/index.js",
"scripts": {
Expand All @@ -18,26 +18,26 @@
"author": "Kyle Kelley <rgbkrk@gmail.com>",
"license": "BSD-3-Clause",
"dependencies": {
"@nteract/commutable": "^7.1.1",
"@nteract/connected-components": "^6.2.0",
"@nteract/core": "^10.4.0",
"@nteract/data-explorer": "^7.0.0",
"@nteract/commutable": "^7.1.2",
"@nteract/connected-components": "^6.2.1",
"@nteract/core": "^10.5.0",
"@nteract/data-explorer": "^7.0.1",
"@nteract/directory-listing": "^2.0.4",
"@nteract/editor": "^9.1.0",
"@nteract/editor": "^9.1.1",
"@nteract/iron-icons": "^1.0.0",
"@nteract/jupyter-widgets": "^2.0.0",
"@nteract/logos": "^1.0.0",
"@nteract/monaco-editor": "^3.0.2",
"@nteract/notebook-app-component": "^5.1.0",
"@nteract/notebook-app-component": "^5.1.1",
"@nteract/octicons": "^2.0.0",
"@nteract/outputs": "^2.1.3",
"@nteract/outputs": "^2.1.4",
"@nteract/presentational-components": "^3.0.5",
"@nteract/styles": "^2.0.1",
"@nteract/transform-geojson": "^5.0.0",
"@nteract/transform-model-debug": "^5.0.0",
"@nteract/transform-plotly": "^5.0.0",
"@nteract/transform-vega": "^5.0.2",
"@nteract/types": "^4.2.0",
"@nteract/types": "^4.2.1",
"@nteract/webpack-configurator": "^3.0.0",
"jquery": "^3.2.1",
"monaco-editor-webpack-plugin": "^1.5.1",
Expand All @@ -50,7 +50,7 @@
"react-router-dom": "^5.0.0",
"redux": "^4.0.0",
"redux-observable": "^1.0.0",
"rx-jupyter": "^5.2.0",
"rx-jupyter": "^5.2.1",
"rxjs": "^6.3.3",
"url-join": "^4.0.0",
"webfontloader": "^1.6.28",
Expand Down
2 changes: 1 addition & 1 deletion applications/jupyter-extension/package.json
@@ -1,6 +1,6 @@
{
"name": "@nteract/nbextension",
"version": "1.1.0",
"version": "1.1.1",
"description": "nteract on jupyter, as an extension",
"scripts": {
"build:python": "python setup.py sdist && python setup.py bdist_wheel",
Expand Down
10 changes: 5 additions & 5 deletions packages/actions/package.json
@@ -1,6 +1,6 @@
{
"name": "@nteract/actions",
"version": "2.5.0",
"version": "2.6.0",
"description": "A collection of actions",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -13,10 +13,10 @@
"access": "public"
},
"dependencies": {
"@nteract/commutable": "^7.1.1",
"@nteract/messaging": "^6.0.5",
"@nteract/types": "^4.2.0",
"@nteract/commutable": "^7.1.2",
"@nteract/messaging": "^6.0.6",
"@nteract/types": "^4.2.1",
"immutable": "^4.0.0-rc.12",
"rx-jupyter": "^5.2.0"
"rx-jupyter": "^5.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/commutable/package.json
@@ -1,6 +1,6 @@
{
"name": "@nteract/commutable",
"version": "7.1.1",
"version": "7.1.2",
"description": "library for immutable notebook operations",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/connected-components/package.json
@@ -1,6 +1,6 @@
{
"name": "@nteract/connected-components",
"version": "6.2.0",
"version": "6.2.1",
"description": "Connected components exported from @nteract/core",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -11,9 +11,9 @@
"access": "public"
},
"dependencies": {
"@nteract/commutable": "^7.1.1",
"@nteract/core": "^10.4.0",
"@nteract/types": "^4.2.0",
"@nteract/commutable": "^7.1.2",
"@nteract/core": "^10.5.0",
"@nteract/types": "^4.2.1",
"rc-menu": "6.2.11",
"react-redux": "^6.0.0",
"redux": "^4.0.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/core/package.json
@@ -1,18 +1,18 @@
{
"name": "@nteract/core",
"version": "10.4.0",
"version": "10.5.0",
"description": "core modules and components for nteract apps",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"nteractDesktop": "src/index.ts",
"scripts": {},
"dependencies": {
"@nteract/actions": "^2.5.0",
"@nteract/commutable": "^7.1.1",
"@nteract/epics": "^2.3.0",
"@nteract/reducers": "^2.4.0",
"@nteract/selectors": "^2.2.0",
"@nteract/types": "^4.2.0",
"@nteract/actions": "^2.6.0",
"@nteract/commutable": "^7.1.2",
"@nteract/epics": "^2.4.0",
"@nteract/reducers": "^2.5.0",
"@nteract/selectors": "^2.2.1",
"@nteract/types": "^4.2.1",
"redux-logger": "^3.0.6"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/data-explorer/package.json
@@ -1,6 +1,6 @@
{
"name": "@nteract/data-explorer",
"version": "7.0.0",
"version": "7.0.1",
"description": "Transform for data resource JSON",
"main": "lib/",
"types": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/editor/package.json
@@ -1,6 +1,6 @@
{
"name": "@nteract/editor",
"version": "9.1.0",
"version": "9.1.1",
"description": "The editor that lives inside cells in nteract",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -17,7 +17,7 @@
"access": "public"
},
"dependencies": {
"@nteract/messaging": "^6.0.5",
"@nteract/messaging": "^6.0.6",
"codemirror": "5.45.0",
"lodash": "^4.17.4",
"rxjs": "^6.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/enchannel-zmq-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "enchannel-zmq-backend",
"version": "9.0.5",
"version": "9.0.6",
"description": "Channeling jupyter over zmq",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"@types/zeromq": "^4.6.1"
},
"dependencies": {
"@nteract/messaging": "^6.0.5",
"@nteract/messaging": "^6.0.6",
"jmp": "^2.0.0",
"rxjs": "^6.3.3",
"uuid": "^3.3.2"
Expand Down
14 changes: 7 additions & 7 deletions packages/epics/package.json
@@ -1,6 +1,6 @@
{
"name": "@nteract/epics",
"version": "2.3.0",
"version": "2.4.0",
"description": "Redux-Observable epics for nteract apps",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -32,15 +32,15 @@
"url": "https://github.com/nteract/nteract/issues"
},
"dependencies": {
"@nteract/actions": "^2.5.0",
"@nteract/commutable": "^7.1.1",
"@nteract/messaging": "^6.0.5",
"@nteract/selectors": "^2.2.0",
"@nteract/types": "^4.2.0",
"@nteract/actions": "^2.6.0",
"@nteract/commutable": "^7.1.2",
"@nteract/messaging": "^6.0.6",
"@nteract/selectors": "^2.2.1",
"@nteract/types": "^4.2.1",
"file-saver": "^2.0.0",
"redux": "^4.0.1",
"redux-observable": "^1.0.0",
"rx-jupyter": "^5.2.0",
"rx-jupyter": "^5.2.1",
"rxjs": "^6.3.3"
}
}
8 changes: 4 additions & 4 deletions packages/fixtures/package.json
@@ -1,6 +1,6 @@
{
"name": "@nteract/fixtures",
"version": "2.0.9",
"version": "2.0.10",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -12,8 +12,8 @@
"access": "public"
},
"dependencies": {
"@nteract/commutable": "^7.1.1",
"@nteract/reducers": "^2.4.0",
"@nteract/types": "^4.2.0"
"@nteract/commutable": "^7.1.2",
"@nteract/reducers": "^2.5.0",
"@nteract/types": "^4.2.1"
}
}
6 changes: 3 additions & 3 deletions packages/fs-kernels/package.json
@@ -1,6 +1,6 @@
{
"name": "@nteract/fs-kernels",
"version": "2.0.7",
"version": "2.0.8",
"description": "A manager for the filesystem aspects of Juyter kernels",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -19,8 +19,8 @@
"url": "https://github.com/nteract/nteract/issues"
},
"dependencies": {
"@nteract/messaging": "^6.0.5",
"enchannel-zmq-backend": "^9.0.5",
"@nteract/messaging": "^6.0.6",
"enchannel-zmq-backend": "^9.0.6",
"execa": "^1.0.0",
"jsonfile": "^5.0.0",
"mkdirp": "^0.5.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/host-cache/package.json
@@ -1,6 +1,6 @@
{
"name": "@mybinder/host-cache",
"version": "2.0.6",
"version": "2.0.7",
"description": "Local Storage backed cache of binder hosts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"rx-binder": "^4.0.0",
"rx-jupyter": "^5.2.0",
"rx-jupyter": "^5.2.1",
"rxjs": "^6.3.3"
}
}
4 changes: 2 additions & 2 deletions packages/messaging/package.json
@@ -1,14 +1,14 @@
{
"name": "@nteract/messaging",
"version": "6.0.5",
"version": "6.0.6",
"description": "Messaging mechanics for nteract apps (jupyter spec)",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"nteractDesktop": "src/index.ts",
"scripts": {},
"repository": "https://github.com/nteract/nteract/tree/master/packages/messaging",
"dependencies": {
"@nteract/types": "^4.2.0",
"@nteract/types": "^4.2.1",
"@types/uuid": "^3.4.4",
"rxjs": "^6.3.3",
"uuid": "^3.1.0"
Expand Down
18 changes: 9 additions & 9 deletions packages/notebook-app-component/package.json
@@ -1,6 +1,6 @@
{
"name": "@nteract/notebook-app-component",
"version": "5.1.0",
"version": "5.1.1",
"description": "Editable notebook app component, backed by @nteract/core's store",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -11,24 +11,24 @@
"access": "public"
},
"dependencies": {
"@nteract/actions": "^2.5.0",
"@nteract/commutable": "^7.1.1",
"@nteract/core": "^10.4.0",
"@nteract/data-explorer": "^7.0.0",
"@nteract/actions": "^2.6.0",
"@nteract/commutable": "^7.1.2",
"@nteract/core": "^10.5.0",
"@nteract/data-explorer": "^7.0.1",
"@nteract/dropdown-menu": "^1.0.0",
"@nteract/editor": "^9.1.0",
"@nteract/editor": "^9.1.1",
"@nteract/jupyter-widgets": "^2.0.0",
"@nteract/markdown": "^4.0.0",
"@nteract/octicons": "^2.0.0",
"@nteract/outputs": "^2.1.3",
"@nteract/outputs": "^2.1.4",
"@nteract/presentational-components": "^3.0.5",
"@nteract/selectors": "^2.2.0",
"@nteract/selectors": "^2.2.1",
"@nteract/transform-geojson": "^5.0.0",
"@nteract/transform-model-debug": "^5.0.0",
"@nteract/transform-plotly": "^5.0.0",
"@nteract/transform-vdom": "^4.0.2",
"@nteract/transform-vega": "^5.0.2",
"@nteract/types": "^4.2.0",
"@nteract/types": "^4.2.1",
"@types/memoize-one": "^4.1.0",
"date-fns": "^1.29.0",
"react-dnd": "^7.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/outputs/package.json
@@ -1,6 +1,6 @@
{
"name": "@nteract/outputs",
"version": "2.1.3",
"version": "2.1.4",
"description": "components for rendering outputs",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"we only use it for type checking within the monorepo"
],
"devDependencies": {
"@nteract/commutable": "^7.1.1"
"@nteract/commutable": "^7.1.2"
},
"peerDependencies": {
"react": "^16.3.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/reducers/package.json
@@ -1,6 +1,6 @@
{
"name": "@nteract/reducers",
"version": "2.4.0",
"version": "2.5.0",
"description": "A set of reducers for use in nteract applications",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -10,9 +10,9 @@
"author": "Safia Abdalla <safia@safia.rocks>",
"license": "BSD-3-Clause",
"dependencies": {
"@nteract/actions": "^2.5.0",
"@nteract/commutable": "^7.1.1",
"@nteract/types": "^4.2.0",
"@nteract/actions": "^2.6.0",
"@nteract/commutable": "^7.1.2",
"@nteract/types": "^4.2.1",
"escape-carriage": "^1.3.0",
"immutable": "^4.0.0-rc.12",
"lodash": "^4.17.11",
Expand Down
6 changes: 3 additions & 3 deletions packages/rx-jupyter/package.json
@@ -1,6 +1,6 @@
{
"name": "rx-jupyter",
"version": "5.2.0",
"version": "5.2.1",
"description": "RxJS 5 bindings for the Jupyter Notebook API",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -18,8 +18,8 @@
"url": "https://github.com/nteract/nteract/issues"
},
"dependencies": {
"@nteract/commutable": "^7.1.1",
"@nteract/messaging": "^6.0.5",
"@nteract/commutable": "^7.1.2",
"@nteract/messaging": "^6.0.6",
"js-cookie": "^2.2.0",
"rxjs": "^6.3.3",
"url-join": "^4.0.0",
Expand Down

0 comments on commit d79aa32

Please sign in to comment.