Skip to content

Commit

Permalink
Merge pull request #1655 from consideRatio/pr/update-package-json
Browse files Browse the repository at this point in the history
maint: bump xterm and xterm-addon-fit
  • Loading branch information
consideRatio committed Apr 11, 2023
2 parents 082dcce + 3492f00 commit f45dc0b
Showing 1 changed file with 19 additions and 30 deletions.
49 changes: 19 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit f45dc0b

Please sign in to comment.