Skip to content

Commit 7a48f02

Browse files
committed
Finish major version upgrades
1 parent 895ced8 commit 7a48f02

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

examples/web3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"@types/codemirror": "^5.60.0",
27-
"@types/node": "^15.12.2",
27+
"@types/node": "^17.0.2",
2828
"css-loader": "^6.5.1",
2929
"file-loader": "^6.2.0",
3030
"fs-extra": "^10.0.0",

packages/base-manager/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"@types/chai": "^4.1.7",
4444
"@types/chai-as-promised": "^7.1.0",
4545
"@types/expect.js": "^0.3.29",
46-
"@types/mocha": "^8.2.2",
47-
"@types/sanitize-html": "^1.20",
46+
"@types/mocha": "^9.0.0",
47+
"@types/sanitize-html": "^2.6.0",
4848
"@types/sinon": "^10.0.2",
4949
"@types/sinon-chai": "^3.2.2",
5050
"chai": "^4.0.0",
@@ -62,7 +62,7 @@
6262
"mocha": "^9.0.0",
6363
"npm-run-all": "^4.1.5",
6464
"rimraf": "^3.0.2",
65-
"sinon": "^11.1.1",
65+
"sinon": "^12.0.1",
6666
"sinon-chai": "^3.3.0",
6767
"typescript": "~4.3.2",
6868
"webpack": "^5.65.0"

packages/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@types/chai": "^4.1.7",
4848
"@types/chai-as-promised": "^7.1.0",
4949
"@types/expect.js": "^0.3.29",
50-
"@types/mocha": "^8.2.2",
50+
"@types/mocha": "^9.0.0",
5151
"@types/sinon": "^10.0.2",
5252
"@types/sinon-chai": "^3.2.2",
5353
"chai": "^4.0.0",
@@ -65,7 +65,7 @@
6565
"mocha": "^9.0.0",
6666
"npm-run-all": "^4.1.5",
6767
"rimraf": "^3.0.2",
68-
"sinon": "^11.1.1",
68+
"sinon": "^12.0.1",
6969
"sinon-chai": "^3.3.0",
7070
"typescript": "~4.3.2",
7171
"webpack": "^5.65.0"

packages/controls/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
},
4848
"devDependencies": {
4949
"@jupyterlab/services": "^6.0.0",
50-
"@types/d3-color": "^2.0.1",
51-
"@types/d3-format": "^2.0.0",
50+
"@types/d3-color": "^3.0.2",
51+
"@types/d3-format": "^3.0.1",
5252
"@types/expect.js": "^0.3.29",
53-
"@types/mathjax": "^0.0.36",
54-
"@types/mocha": "^8.2.2",
55-
"@types/node": "^15.12.2",
53+
"@types/mathjax": "^0.0.37",
54+
"@types/mocha": "^9.0.0",
55+
"@types/node": "^17.0.2",
5656
"chai": "^4.0.0",
5757
"css-loader": "^6.5.1",
5858
"expect.js": "^0.3.1",
@@ -75,7 +75,7 @@
7575
"postcss-import": "^14.0.2",
7676
"postcss-loader": "^6.1.0",
7777
"rimraf": "^3.0.2",
78-
"sinon": "^11.1.1",
78+
"sinon": "^12.0.1",
7979
"sinon-chai": "^3.3.0",
8080
"style-loader": "^3.3.1",
8181
"typescript": "~4.3.2",

packages/html-manager/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
"jquery": "^3.1.1"
5151
},
5252
"devDependencies": {
53-
"@types/mocha": "^8.2.2",
54-
"@types/node": "^15.12.2",
55-
"@types/sanitize-html": "^1.20",
53+
"@types/mocha": "^9.0.0",
54+
"@types/node": "^17.0.2",
55+
"@types/sanitize-html": "^2.6.0",
5656
"chai": "^4.0.0",
5757
"css-loader": "^6.5.1",
5858
"file-loader": "^6.2.0",

python/jupyterlab_widgets/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
"@jupyterlab/builder": "^3.0.0",
8080
"@jupyterlab/cells": "^3.0.0",
8181
"@types/semver": "^7.3.6",
82-
"@typescript-eslint/eslint-plugin": "^4.28.2",
83-
"@typescript-eslint/parser": "^4.28.2",
82+
"@typescript-eslint/eslint-plugin": "^5.8.0",
83+
"@typescript-eslint/parser": "^5.8.0",
8484
"eslint": "^8.5.0",
8585
"eslint-config-prettier": "^8.3.0",
8686
"eslint-plugin-prettier": "^4.0.0",

0 commit comments

Comments
 (0)