From 3492f00133e8a84938e2a6107c7cde34968476c6 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Sun, 9 Apr 2023 11:41:52 +0200 Subject: [PATCH] maint: bump xterm and xterm-addon-fit --- package.json | 49 +++++++++++++++++++------------------------------ 1 file changed, 19 insertions(+), 30 deletions(-) diff --git a/package.json b/package.json index 95d64e2e2..2413ec203 100644 --- a/package.json +++ b/package.json @@ -1,39 +1,28 @@ { "name": "binderhub", - "version": "0.1.0", - "description": "`BinderHub`", - "devDependencies": { - "@babel/cli": "^7.15.7", - "@babel/core": "^7.15.5", - "@babel/preset-env": "^7.15.6", - "babel-loader": "^8.2.2", - "css-loader": "^6.2.0", - "eslint": "^7.32.0", - "mini-css-extract-plugin": "^2.3.0", - "webpack": "^5.52.1", - "webpack-cli": "^4.8.0" - }, + "description": "BinderHub's web user interface involves javascript built by this node package.", "dependencies": { - "bootstrap": "^3.4.0", - "clipboard": "^2.0.8", - "event-source-polyfill": "^1.0.25", - "jquery": "^3.6.0", - "xterm": "^4.14.1", - "xterm-addon-fit": "^0.5.0" + "bootstrap": "^3.4.1", + "clipboard": "^2.0.11", + "event-source-polyfill": "^1.0.31", + "jquery": "^3.6.4", + "xterm": "^5.1.0", + "xterm-addon-fit": "^0.7.0" + }, + "devDependencies": { + "@babel/cli": "^7.21.0", + "@babel/core": "^7.21.4", + "@babel/preset-env": "^7.21.4", + "babel-loader": "^9.1.2", + "css-loader": "^6.7.3", + "eslint": "^8.38.0", + "mini-css-extract-plugin": "^2.7.5", + "webpack": "^5.78.0", + "webpack-cli": "^5.0.1" }, "scripts": { "webpack": "webpack", "webpack:watch": "webpack --watch", "lint": "eslint binderhub/static/js" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/jupyterhub/binderhub.git" - }, - "author": "", - "license": "BSD-3-Clause", - "bugs": { - "url": "https://github.com/jupyterhub/binderhub/issues" - }, - "homepage": "https://github.com/jupyterhub/binderhub#readme" + } }