Skip to content

Commit

Permalink
Merge pull request #319 from afshin/lumino-2
Browse files Browse the repository at this point in the history
Lumino 2 - meta PR with multiple items resolved
  • Loading branch information
afshin authored Aug 1, 2022
2 parents 66f454b + fccd982 commit bbc29cf
Show file tree
Hide file tree
Showing 206 changed files with 3,591 additions and 17,530 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '14.x'

# Cache yarn
- name: Get yarn cache directory path
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '14.x'

# Cache yarn
- name: Get yarn cache directory path
Expand Down
5 changes: 2 additions & 3 deletions examples/example-accordionpanel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@
"dependencies": {
"@lumino/default-theme": "^0.22.2",
"@lumino/messaging": "^1.10.1",
"@lumino/widgets": "^1.33.0",
"es6-promise": "^4.0.5"
"@lumino/widgets": "^1.33.0"
},
"devDependencies": {
"css-loader": "^3.4.0",
"file-loader": "^5.0.2",
"rimraf": "^3.0.2",
"source-map-loader": "0.2.4",
"style-loader": "^1.0.2",
"typescript": "~3.6.0",
"typescript": "~4.7.3",
"webpack": "^4.41.3",
"webpack-cli": "^3.3.10"
}
Expand Down
2 changes: 0 additions & 2 deletions examples/example-accordionpanel/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Copyright (c) Jupyter Development Team.
// Distributed under the terms of the Modified BSD License.

import 'es6-promise/auto'; // polyfill Promise on IE

import { Message } from '@lumino/messaging';

import { AccordionPanel, BoxPanel, Widget } from '@lumino/widgets';
Expand Down
5 changes: 2 additions & 3 deletions examples/example-datagrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@
"@lumino/datagrid": "^0.36.2",
"@lumino/default-theme": "^0.22.2",
"@lumino/dragdrop": "^1.14.0",
"@lumino/widgets": "^1.33.0",
"es6-promise": "^4.0.5"
"@lumino/widgets": "^1.33.0"
},
"devDependencies": {
"css-loader": "^3.4.0",
"file-loader": "^5.0.2",
"rimraf": "^3.0.2",
"style-loader": "^1.0.2",
"typescript": "~3.6.0",
"typescript": "~4.7.3",
"webpack": "^4.41.3",
"webpack-cli": "^3.3.10"
}
Expand Down
2 changes: 0 additions & 2 deletions examples/example-datagrid/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
|
| The full license is in the file LICENSE, distributed with this software.
|----------------------------------------------------------------------------*/
import 'es6-promise/auto'; // polyfill Promise on IE

import {
BasicKeyHandler,
BasicMouseHandler,
Expand Down
9 changes: 0 additions & 9 deletions examples/example-datastore/index.html

This file was deleted.

33 changes: 0 additions & 33 deletions examples/example-datastore/package.json

This file was deleted.

70 changes: 0 additions & 70 deletions examples/example-datastore/src/collaborator.ts

This file was deleted.

126 changes: 0 additions & 126 deletions examples/example-datastore/src/index.ts

This file was deleted.

Loading

0 comments on commit bbc29cf

Please sign in to comment.