@jupyterlab/translation
Advanced tools
Comparing version 3.0.0-beta.0 to 3.0.0-beta.1
{ | ||
"name": "@jupyterlab/translation", | ||
"version": "3.0.0-beta.0", | ||
"version": "3.0.0-beta.1", | ||
"description": "JupyterLab - Translation services", | ||
@@ -20,6 +20,2 @@ "keywords": [ | ||
"author": "Project Jupyter", | ||
"files": [ | ||
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}", | ||
"style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}" | ||
], | ||
"sideEffects": [ | ||
@@ -34,2 +30,6 @@ "style/*.css" | ||
}, | ||
"files": [ | ||
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}", | ||
"style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}" | ||
], | ||
"scripts": { | ||
@@ -51,17 +51,14 @@ "build": "tsc", | ||
"dependencies": { | ||
"@jupyterlab/coreutils": "^5.0.0-beta.0", | ||
"@jupyterlab/services": "^6.0.0-beta.0", | ||
"@jupyterlab/statedb": "^3.0.0-beta.0", | ||
"@lumino/coreutils": "^1.4.3" | ||
"@jupyterlab/coreutils": "^5.0.0-beta.1", | ||
"@jupyterlab/services": "^6.0.0-beta.1", | ||
"@jupyterlab/statedb": "^3.0.0-beta.1", | ||
"@lumino/coreutils": "^1.5.3" | ||
}, | ||
"devDependencies": { | ||
"@jupyterlab/testutils": "^3.0.0-beta.0", | ||
"@types/jest": "^24.0.23", | ||
"@typescript-eslint/eslint-plugin": "^2.25.0", | ||
"@typescript-eslint/parser": "^2.25.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-prettier": "^6.10.1", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"jest": "^25.2.3", | ||
"prettier": "^1.19.1", | ||
"@jupyterlab/testutils": "^3.0.0-beta.1", | ||
"@types/jest": "^26.0.10", | ||
"@typescript-eslint/eslint-plugin": "^3.10.1", | ||
"@typescript-eslint/parser": "^3.10.1", | ||
"eslint": "^7.7.0", | ||
"jest": "^26.4.2", | ||
"rimraf": "~3.0.0", | ||
@@ -73,3 +70,3 @@ "typescript": "~4.0.2" | ||
}, | ||
"gitHead": "50bc97613c7ef43152d8a7e66a5caa92f5db03a4" | ||
"gitHead": "3aed4a8d13df062ea22e324e22792fbb32902142" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8
47398