Skip to content

Commit 5e978b7

Browse files
committed
Update to caret
1 parent 1d51b2d commit 5e978b7

File tree

19 files changed

+61
-61
lines changed

19 files changed

+61
-61
lines changed

advanced/kernel-messaging/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
"watch:src": "tsc -w"
4444
},
4545
"dependencies": {
46-
"@jupyterlab/application": "~3.0.0-rc.0",
47-
"@jupyterlab/launcher": "~3.0.0-rc.0",
48-
"@jupyterlab/mainmenu": "~3.0.0-rc.0",
49-
"@jupyterlab/nbformat": "~3.0.0-rc.0",
50-
"@jupyterlab/translation": "~3.0.0-rc.0",
46+
"@jupyterlab/application": "^3.0.0-rc.0",
47+
"@jupyterlab/launcher": "^3.0.0-rc.0",
48+
"@jupyterlab/mainmenu": "^3.0.0-rc.0",
49+
"@jupyterlab/nbformat": "^3.0.0-rc.0",
50+
"@jupyterlab/translation": "^3.0.0-rc.0",
5151
"@lumino/algorithm": "^1.3.3",
5252
"@lumino/coreutils": "^1.5.3",
5353
"@lumino/datagrid": "^0.5.2",

advanced/kernel-output/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
"watch:src": "tsc -w"
4444
},
4545
"dependencies": {
46-
"@jupyterlab/application": "~3.0.0-rc.0",
47-
"@jupyterlab/launcher": "~3.0.0-rc.0",
48-
"@jupyterlab/mainmenu": "~3.0.0-rc.0",
49-
"@jupyterlab/outputarea": "~3.0.0-rc.0",
50-
"@jupyterlab/translation": "~3.0.0-rc.0",
46+
"@jupyterlab/application": "^3.0.0-rc.0",
47+
"@jupyterlab/launcher": "^3.0.0-rc.0",
48+
"@jupyterlab/mainmenu": "^3.0.0-rc.0",
49+
"@jupyterlab/outputarea": "^3.0.0-rc.0",
50+
"@jupyterlab/translation": "^3.0.0-rc.0",
5151
"@lumino/algorithm": "^1.3.3",
5252
"@lumino/coreutils": "^1.5.3",
5353
"@lumino/datagrid": "^0.3.1",

advanced/server-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
"watch:src": "tsc -w"
4444
},
4545
"dependencies": {
46-
"@jupyterlab/application": "~3.0.0-rc.0",
46+
"@jupyterlab/application": "^3.0.0-rc.0",
4747
"@jupyterlab/coreutils": "~5.0.0-rc.0",
48-
"@jupyterlab/launcher": "~3.0.0-rc.0",
48+
"@jupyterlab/launcher": "^3.0.0-rc.0",
4949
"@jupyterlab/services": "~6.0.0-rc.0"
5050
},
5151
"devDependencies": {

basics/datagrid/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
"watch:src": "tsc -w"
4444
},
4545
"dependencies": {
46-
"@jupyterlab/application": "~3.0.0-rc.0",
47-
"@jupyterlab/mainmenu": "~3.0.0-rc.0",
48-
"@jupyterlab/translation": "~3.0.0-rc.0",
46+
"@jupyterlab/application": "^3.0.0-rc.0",
47+
"@jupyterlab/mainmenu": "^3.0.0-rc.0",
48+
"@jupyterlab/translation": "^3.0.0-rc.0",
4949
"@lumino/algorithm": "^1.3.3",
5050
"@lumino/coreutils": "^1.5.3",
5151
"@lumino/datagrid": "^0.5.2",

basics/hello-world/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ package is declared in the file `package.json`:
9595

9696
},
9797
"dependencies": {
98-
"@jupyterlab/application": "~3.0.0-rc.0"
98+
"@jupyterlab/application": "^3.0.0-rc.0"
9999
```
100100
101101
With this basic import setup, you can move on to construct a new instance

basics/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"watch:src": "tsc -w"
4444
},
4545
"dependencies": {
46-
"@jupyterlab/application": "~3.0.0-rc.0"
46+
"@jupyterlab/application": "^3.0.0-rc.0"
4747
},
4848
"devDependencies": {
4949
"@jupyterlab/builder": "^3.0.0-rc.0",

basics/signals/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
"watch:src": "tsc -w"
4444
},
4545
"dependencies": {
46-
"@jupyterlab/application": "~3.0.0-rc.0",
47-
"@jupyterlab/launcher": "~3.0.0-rc.0",
48-
"@jupyterlab/mainmenu": "~3.0.0-rc.0",
49-
"@jupyterlab/translation": "~3.0.0-rc.0",
46+
"@jupyterlab/application": "^3.0.0-rc.0",
47+
"@jupyterlab/launcher": "^3.0.0-rc.0",
48+
"@jupyterlab/mainmenu": "^3.0.0-rc.0",
49+
"@jupyterlab/translation": "^3.0.0-rc.0",
5050
"@lumino/algorithm": "^1.3.3",
5151
"@lumino/coreutils": "^1.5.3",
5252
"@lumino/datagrid": "^0.3.1",

command-palette/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"watch:src": "tsc -w"
4444
},
4545
"dependencies": {
46-
"@jupyterlab/application": "~3.0.0-rc.0"
46+
"@jupyterlab/application": "^3.0.0-rc.0"
4747
},
4848
"devDependencies": {
4949
"@jupyterlab/builder": "^3.0.0-rc.0",

commands/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"watch:src": "tsc -w"
4444
},
4545
"dependencies": {
46-
"@jupyterlab/application": "~3.0.0-rc.0"
46+
"@jupyterlab/application": "^3.0.0-rc.0"
4747
},
4848
"devDependencies": {
4949
"@jupyterlab/builder": "^3.0.0-rc.0",

context-menu/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
"watch:src": "tsc -w"
4444
},
4545
"dependencies": {
46-
"@jupyterlab/application": "~3.0.0-rc.0",
47-
"@jupyterlab/apputils": "~3.0.0-rc.0",
48-
"@jupyterlab/filebrowser": "~3.0.0-rc.0",
49-
"@jupyterlab/ui-components": "~3.0.0-rc.0"
46+
"@jupyterlab/application": "^3.0.0-rc.0",
47+
"@jupyterlab/apputils": "^3.0.0-rc.0",
48+
"@jupyterlab/filebrowser": "^3.0.0-rc.0",
49+
"@jupyterlab/ui-components": "^3.0.0-rc.0"
5050
},
5151
"devDependencies": {
5252
"@jupyterlab/builder": "^3.0.0-rc.0",

0 commit comments

Comments
 (0)