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

Commit 1a53fc3

Browse files
committed
Correction for jlab 2.0
1 parent 8ebd3db commit 1a53fc3

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

LICENSE.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Copyright (c) 2019, Frederic Collonval
2-
All rights reserved.
1+
Copyright (c) 2020, Frederic Collonval All rights reserved.
32

43
Redistribution and use in source and binary forms, with or without
54
modification, are permitted provided that the following conditions are met:
@@ -8,14 +7,14 @@ modification, are permitted provided that the following conditions are met:
87
* Redistributions in binary form must reproduce the above copyright
98
notice, this list of conditions and the following disclaimer in the
109
documentation and/or other materials provided with the distribution.
11-
* Neither the name of the Frederic Collonval nor the
10+
* Neither the name of the copyright holder nor the
1211
names of its contributors may be used to endorse or promote products
1312
derived from this software without specific prior written permission.
1413

1514
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1615
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1716
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18-
DISCLAIMED. IN NO EVENT SHALL Frederic Collonval BE LIABLE FOR ANY
17+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY
1918
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2019
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2120
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab_toastify",
3-
"version": "2.3.2",
3+
"version": "3.0.0",
44
"description": "Integrate 'react-toastify' nicely in JupyterLab.",
55
"keywords": [
66
"jupyter",
@@ -32,7 +32,7 @@
3232
"prepare": "jlpm run clean && jlpm run build"
3333
},
3434
"dependencies": {
35-
"@jupyterlab/application": "^1.0.0",
35+
"@jupyterlab/application": "^2.0.0",
3636
"react-toastify": "^4.4.3"
3737
},
3838
"peerDependencies": {
@@ -48,7 +48,7 @@
4848
"react": "^16.0.0",
4949
"react-dom": "^16.0.0",
5050
"rimraf": "~2.6.1",
51-
"typescript": "~3.5.2"
51+
"typescript": "~3.7.0"
5252
},
5353
"sideEffects": [
5454
"style/*.css"

0 commit comments

Comments
 (0)