diff --git a/package.json b/package.json index d74c024f8..025c7cb4d 100644 --- a/package.json +++ b/package.json @@ -61,30 +61,30 @@ "dependencies": { "@aminya/jmp": "^2.0.9", "@jupyterlab/services": "^0.52.0", - "@nteract/commutable": "^7.1.4", - "@nteract/markdown": "^4.5.1", - "@nteract/mathjax": "^4.0.2", - "@nteract/outputs": "^3.0.0", - "@nteract/plotly": "^1.48.3", - "@nteract/transform-vega": "^7.0.0", + "@nteract/commutable": "^7.4.4", + "@nteract/markdown": "^4.6.1", + "@nteract/mathjax": "^4.0.16", + "@nteract/outputs": "^3.0.11", + "@nteract/plotly": "^1.49.1", + "@nteract/transform-vega": "^7.0.10", "anser": "^2.0.1", "atom-select-list": "^0.8.1", - "escape-carriage": "^1.2.0", + "escape-carriage": "^1.3.0", "escape-string-regexp": "^4.0.0", - "kernelspecs": "^2.0.0", - "lodash": "^4.14.0", + "kernelspecs": "^2.0.1", + "lodash": "^4.17.21", "mathjax-electron": "^3.0.0", - "mobx": "^5.1.1", - "mobx-react": "^6.0.0", + "mobx": "^5.15.7", + "mobx-react": "^6.3.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-table": "^6.11.5", "spawnteract": "^5.1.0", "strip-indent": "^3.0.0", - "styled-components": "^5.2.3", + "styled-components": "^5.3.0", "tildify": "^2.0.0", - "uuid": "^8.0.0", - "ws": "^7.0.0", + "uuid": "^8.3.2", + "ws": "^7.4.6", "xmlhttprequest": "^1.8.0" }, "consumedServices": { @@ -113,30 +113,30 @@ } }, "devDependencies": { - "@nteract/types": "^7.1.7", + "@nteract/types": "^7.1.8", "@types/atom": "^1.40.10", "@types/enzyme": "^3.10.8", "@types/enzyme-adapter-react-16": "^1.0.6", - "@types/lodash": "^4.14.168", - "@types/node": "^14.14.37", - "@types/react": "^17.0.8", - "@types/react-dom": "^17.0.5", + "@types/lodash": "^4.14.170", + "@types/node": "^15.6.2", + "@types/react": "^17.0.9", + "@types/react-dom": "^17.0.6", "@types/react-table": "^6", "@types/react-test-renderer": "^17.0.1", "@types/styled-components": "^5.1.9", "@types/uuid": "^8.3.0", - "@types/ws": "^7.4.1", - "atom-jasmine3-test-runner": "^5.2.5", + "@types/ws": "^7.4.4", + "atom-jasmine3-test-runner": "^5.2.6", "build-commit": "^0.1.4", - "electron": "^6", + "electron": "^9", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.6", - "eslint-config-atomic": "^1.14.4", + "eslint-config-atomic": "^1.15.3", "eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0", "markdox": "^0.1.10", - "prettier-config-atomic": "^2.0.5", + "prettier-config-atomic": "^2.1.0", "react-test-renderer": "^17.0.2", "shx": "^0.3.3", - "typescript": "^4.2.4" + "typescript": "^4.3.2" } }