Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lumino 2 - meta PR with multiple items resolved #319

Merged
merged 24 commits into from
Aug 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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