Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

Commit 2622625

Browse files
authored
Upgrade dependencies (#22)
1 parent ee98c1b commit 2622625

File tree

3 files changed

+210
-137
lines changed

3 files changed

+210
-137
lines changed

packages/jupyterlab_toastify/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@
4343
},
4444
"devDependencies": {
4545
"@types/react": "^17.0.0",
46-
"@typescript-eslint/eslint-plugin": "^2.27.0",
47-
"@typescript-eslint/parser": "^2.27.0",
46+
"@typescript-eslint/eslint-plugin": "^4.13.0",
47+
"@typescript-eslint/parser": "^4.13.0",
4848
"eslint": "^7.5.0",
4949
"eslint-config-prettier": "^6.10.1",
5050
"eslint-plugin-prettier": "^3.1.2",
5151
"eslint-plugin-react": "^7.22.0",
52-
"husky": "^0.14.3",
53-
"prettier": "^1.19.0",
52+
"husky": "^1.3.1",
53+
"prettier": "^2.2.1",
5454
"pretty-quick": "^1.6.0",
5555
"react": "^17.0.0",
5656
"react-dom": "^17.0.0",
5757
"rimraf": "^3.0.2",
58-
"typescript": "~4.0.3"
58+
"typescript": "~4.1.3"
5959
},
6060
"publishConfig": {
6161
"access": "public"

packages/test-jlab-toastify/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@
4545
},
4646
"dependencies": {
4747
"@jupyterlab/application": "^3.0.2",
48-
"jupyterlab_toastify": "4.1.3"
48+
"jupyterlab_toastify": "4.2.0"
4949
},
5050
"devDependencies": {
51-
"@jupyterlab/builder": "^3.0.0-rc.13",
52-
"@typescript-eslint/eslint-plugin": "^2.27.0",
53-
"@typescript-eslint/parser": "^2.27.0",
51+
"@jupyterlab/builder": "^3.0.7",
52+
"@typescript-eslint/eslint-plugin": "^4.13.0",
53+
"@typescript-eslint/parser": "^4.13.0",
5454
"eslint": "^7.5.0",
5555
"eslint-config-prettier": "^6.10.1",
5656
"eslint-plugin-prettier": "^3.1.2",
5757
"npm-run-all": "^4.1.5",
58-
"prettier": "^1.19.0",
58+
"prettier": "^2.2.1",
5959
"rimraf": "^3.0.2",
6060
"typescript": "~4.1.3"
6161
},
@@ -72,4 +72,4 @@
7272
},
7373
"private": true,
7474
"styleModule": "style/index.js"
75-
}
75+
}

0 commit comments

Comments
 (0)