Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles committed Oct 19, 2023
1 parent fdbb2e9 commit 13ff07a
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions examples/cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"eject": "react-scripts eject"
},
"dependencies": {
"@datalayer/jupyter-react": "0.7.13",
"@datalayer/primer-addons": "0.1.8",
"@datalayer/jupyter-react": "0.7.14",
"@datalayer/primer-addons": "0.1.9",
"react": "18.2.0",
"react-dom": "18.2.0",
"web-vitals": "2.1.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/lexical/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@datalayer/jupyter-lexical": "0.0.1",
"@datalayer/primer-addons": "0.1.8",
"@datalayer/primer-addons": "0.1.9",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-json-tree": "0.17.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/next-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "next lint"
},
"dependencies": {
"@datalayer/jupyter-react": "0.7.13",
"@datalayer/jupyter-react": "0.7.14",
"autoprefixer": "10.4.14",
"eslint": "8.40.0",
"eslint-config-next": "13.4.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/slate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"kill": "./../dev/sh/kill.sh || true"
},
"dependencies": {
"@datalayer/jupyter-react": "0.7.13",
"@datalayer/jupyter-react": "0.7.14",
"@datalayer/typescript-fsa-redux-observable": "0.18.0",
"@emotion/css": "11.1.3",
"@emotion/react": "11.10.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"directory": "packages/docusaurus-plugin"
},
"dependencies": {
"@datalayer/jupyter-react": "0.7.13",
"@datalayer/jupyter-react": "0.7.14",
"@docusaurus/core": "2.4.0",
"@docusaurus/types": "2.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/lexical/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"watch:src": "tsc -w"
},
"dependencies": {
"@datalayer/jupyter-react": "0.7.13",
"@datalayer/primer-addons": "0.1.8",
"@datalayer/jupyter-react": "0.7.14",
"@datalayer/primer-addons": "0.1.9",
"@jupyterlab/application": "4.0.3",
"@jupyterlab/coreutils": "6.0.3",
"@jupyterlab/services": "7.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datalayer/jupyter-react",
"version": "0.7.13",
"version": "0.7.14",
"description": "🪐 ⚛️ Jupyter React, React.js components 💯% compatible with Jupyter.",
"license": "MIT",
"main": "lib/index.js",
Expand Down Expand Up @@ -66,7 +66,7 @@
"@datalayer/jupyterlite-kernel": "0.1.0-beta.13",
"@datalayer/jupyterlite-server": "0.1.0-beta.13",
"@datalayer/jupyterlite-server-extension": "0.1.0-beta.13",
"@datalayer/primer-addons": "0.1.8",
"@datalayer/primer-addons": "0.1.9",
"@datalayer/typescript-fsa-redux-observable": "0.18.0",
"@jupyter-widgets/base": "6.0.5",
"@jupyter-widgets/controls": "5.0.6",
Expand Down

0 comments on commit 13ff07a

Please sign in to comment.