-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SHA256 hashes: jupyter-react-components-0.11.0.tgz: 7fcc017e3dc51eaa68988dffc24b9baf8f01156a371e4e294956092850ade61d jupyter-web-components-0.11.0.tgz: 43b1d799000fa42ccc56b31507d308255d1b8c4a9e9f304bd0289bee22690153
- Loading branch information
1 parent
1d655c9
commit 1039606
Showing
7 changed files
with
95 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"npmClient": "yarn", | ||
"version": "0.10.1" | ||
"version": "0.11.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,65 @@ | ||
{ | ||
"name": "@jupyter/root-ui-toolkit", | ||
"version": "0.10.1", | ||
"private": true, | ||
"description": "UI Toolkit for Jupyter", | ||
"keywords": [ | ||
"jupyter" | ||
], | ||
"homepage": "https://jupyterlab-contrib.github.io/jupyter-ui-toolkit/", | ||
"bugs": { | ||
"url": "https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/issues" | ||
}, | ||
"license": "BSD-3-Clause", | ||
"author": { | ||
"name": "Project Jupyter" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jupyterlab-contrib/jupyter-ui-toolkit.git" | ||
}, | ||
"workspaces": [ | ||
"packages/*" | ||
], | ||
"scripts": { | ||
"build": "lerna run build", | ||
"build:prod": "lerna run --scope @jupyter/web-components --scope @jupyter/react-components build && lerna run --scope jupyter-ui-demo build:prod", | ||
"clean": "lerna run clean", | ||
"format": "yarn stylelint && prettier --write \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"", | ||
"format:check": "yarn stylelint:check && prettier --list-different \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"", | ||
"lint": "lerna run eslint", | ||
"lint:check": "lerna run eslint:check", | ||
"stylelint": "yarn stylelint:check --fix", | ||
"stylelint:check": "stylelint --cache \"packages/lab-example/style/**/*.css\"" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.55.0", | ||
"@typescript-eslint/parser": "^5.55.0", | ||
"eslint": "^8.36.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"lerna": "^7.0.0", | ||
"prettier": "^3.0.0", | ||
"stylelint": "^15.10.1", | ||
"stylelint-config-recommended": "^13.0.0", | ||
"stylelint-config-standard": "^34.0.0", | ||
"stylelint-prettier": "^4.0.0" | ||
}, | ||
"resolutions": { | ||
"file-system-cache": "<2.4.0 || >2.4.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
"stylelint": { | ||
"extends": [ | ||
"stylelint-config-recommended", | ||
"stylelint-config-standard", | ||
"stylelint-prettier/recommended" | ||
"name": "@jupyter/root-ui-toolkit", | ||
"version": "0.11.0", | ||
"private": true, | ||
"description": "UI Toolkit for Jupyter", | ||
"keywords": [ | ||
"jupyter" | ||
], | ||
"rules": { | ||
"property-no-vendor-prefix": null, | ||
"selector-class-pattern": null, | ||
"selector-no-vendor-prefix": null, | ||
"value-no-vendor-prefix": null | ||
"homepage": "https://jupyterlab-contrib.github.io/jupyter-ui-toolkit/", | ||
"bugs": { | ||
"url": "https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/issues" | ||
}, | ||
"license": "BSD-3-Clause", | ||
"author": { | ||
"name": "Project Jupyter" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jupyterlab-contrib/jupyter-ui-toolkit.git" | ||
}, | ||
"workspaces": [ | ||
"packages/*" | ||
], | ||
"scripts": { | ||
"build": "lerna run build", | ||
"build:prod": "lerna run --scope @jupyter/web-components --scope @jupyter/react-components build && lerna run --scope jupyter-ui-demo build:prod", | ||
"clean": "lerna run clean", | ||
"format": "yarn stylelint && prettier --write \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"", | ||
"format:check": "yarn stylelint:check && prettier --list-different \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"", | ||
"lint": "lerna run eslint", | ||
"lint:check": "lerna run eslint:check", | ||
"stylelint": "yarn stylelint:check --fix", | ||
"stylelint:check": "stylelint --cache \"packages/lab-example/style/**/*.css\"" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.55.0", | ||
"@typescript-eslint/parser": "^5.55.0", | ||
"eslint": "^8.36.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"lerna": "^7.0.0", | ||
"prettier": "^3.0.0", | ||
"stylelint": "^15.10.1", | ||
"stylelint-config-recommended": "^13.0.0", | ||
"stylelint-config-standard": "^34.0.0", | ||
"stylelint-prettier": "^4.0.0" | ||
}, | ||
"resolutions": { | ||
"file-system-cache": "<2.4.0 || >2.4.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
"stylelint": { | ||
"extends": [ | ||
"stylelint-config-recommended", | ||
"stylelint-config-standard", | ||
"stylelint-prettier/recommended" | ||
], | ||
"rules": { | ||
"property-no-vendor-prefix": null, | ||
"selector-class-pattern": null, | ||
"selector-no-vendor-prefix": null, | ||
"value-no-vendor-prefix": null | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters