@ckeditor/ckeditor5-inspector
Advanced tools
Comparing version 2.2.2 to 2.3.0
@@ -8,3 +8,3 @@ /* | ||
/*! | ||
Copyright (c) 2017 Jed Watson. | ||
Copyright (c) 2018 Jed Watson. | ||
Licensed under the MIT License (MIT), see | ||
@@ -24,3 +24,3 @@ http://jedwatson.github.io/classnames | ||
/** | ||
* @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. | ||
* @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. | ||
* For licensing, see LICENSE.md. | ||
@@ -64,1 +64,10 @@ */ | ||
*/ | ||
/** @license React v17.0.2 | ||
* react-is.production.min.js | ||
* | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ |
@@ -5,3 +5,3 @@ Software License Agreement | ||
**CKEditor 5 inspector** – https://github.com/ckeditor/ckeditor5-inspector <br> | ||
Copyright (c) 2003-2020, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved. | ||
Copyright (c) 2003-2021, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved. | ||
@@ -8,0 +8,0 @@ Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html). |
@@ -9,3 +9,3 @@ { | ||
"license": "GPL-2.0-or-later", | ||
"version": "2.2.2", | ||
"version": "2.3.0", | ||
"engines": { | ||
@@ -24,11 +24,2 @@ "node": ">=12.0.0", | ||
}, | ||
"lint-staged": { | ||
"**/*.js": [ | ||
"eslint --quiet" | ||
] | ||
}, | ||
"eslintIgnore": [ | ||
"build/**", | ||
"coverage/**" | ||
], | ||
"repository": { | ||
@@ -44,54 +35,64 @@ "type": "git", | ||
"devDependencies": { | ||
"@babel/cli": "^7.2.3", | ||
"@babel/core": "^7.2.2", | ||
"@babel/preset-react": "^7.0.0", | ||
"@ckeditor/ckeditor5-basic-styles": "^21.0.0", | ||
"@ckeditor/ckeditor5-build-decoupled-document": "^21.0.0", | ||
"@ckeditor/ckeditor5-core": "^21.0.0", | ||
"@ckeditor/ckeditor5-dev-env": "^20.2.0", | ||
"@ckeditor/ckeditor5-paragraph": "^21.0.0", | ||
"@ckeditor/ckeditor5-ui": "^21.0.0", | ||
"@ckeditor/ckeditor5-utils": "^21.0.0", | ||
"babel-eslint": "^10.0.1", | ||
"babel-loader": "^8.0.5", | ||
"chai": "^4.1.2", | ||
"@babel/cli": "^7.16.0", | ||
"@babel/core": "^7.16.0", | ||
"@babel/preset-react": "^7.16.0", | ||
"@ckeditor/ckeditor5-basic-styles": "^31.0.0", | ||
"@ckeditor/ckeditor5-build-decoupled-document": "^31.0.0", | ||
"@ckeditor/ckeditor5-core": "^31.0.0", | ||
"@ckeditor/ckeditor5-dev-env": "^26.1.0", | ||
"@ckeditor/ckeditor5-paragraph": "^31.0.0", | ||
"@ckeditor/ckeditor5-ui": "^31.0.0", | ||
"@ckeditor/ckeditor5-utils": "^31.0.0", | ||
"babel-eslint": "^10.1.0", | ||
"babel-loader": "^8.2.3", | ||
"chai": "^4.3.4", | ||
"chai-enzyme": "^1.0.0-beta.1", | ||
"css-loader": "^2.1.0", | ||
"cssnano": "^4.1.10", | ||
"css-loader": "^2.1.1", | ||
"cssnano": "^4.1.11", | ||
"enzyme": "^3.11.0", | ||
"enzyme-adapter-react-16": "^1.15.0", | ||
"eslint": "^5.14.1", | ||
"eslint-config-ckeditor5": "^2.0.0", | ||
"eslint-plugin-react": "^7.12.4", | ||
"husky": "^1.3.1", | ||
"enzyme-adapter-react-16": "^1.15.6", | ||
"eslint": "^7.32.0", | ||
"eslint-config-ckeditor5": "^3.1.1", | ||
"eslint-plugin-react": "^7.27.1", | ||
"husky": "^4.2.5", | ||
"istanbul-instrumenter-loader": "^3.0.1", | ||
"javascript-stringify": "^2.0.1", | ||
"karma": "^5.0.9", | ||
"javascript-stringify": "^2.1.0", | ||
"karma": "^5.2.3", | ||
"karma-chai": "^0.1.0", | ||
"karma-chrome-launcher": "^3.1.0", | ||
"karma-coverage": "^2.0.2", | ||
"karma-coverage": "^2.0.3", | ||
"karma-coveralls": "^2.1.0", | ||
"karma-firefox-launcher": "^1.3.0", | ||
"karma-coveralls": "^2.1.0", | ||
"karma-mocha": "^2.0.1", | ||
"karma-mocha-reporter": "^2.2.5", | ||
"karma-sinon": "^1.0.5", | ||
"karma-sourcemap-loader": "^0.3.7", | ||
"karma-sourcemap-loader": "^0.3.8", | ||
"karma-webpack": "^4.0.2", | ||
"lint-staged": "^8.1.5", | ||
"lint-staged": "^10.5.4", | ||
"lodash.isequal": "^4.5.0", | ||
"mocha": "^7.1.2", | ||
"mocha": "^7.2.0", | ||
"postcss-loader": "^3.0.0", | ||
"postcss-nesting": "^7.0.0", | ||
"postcss-nesting": "^7.0.1", | ||
"prop-types": "^15.7.2", | ||
"react": "^16.8.1", | ||
"react-dom": "^16.8.1", | ||
"react-redux": "^7.2.0", | ||
"react-rnd": "^10.0.0", | ||
"redux": "^4.0.5", | ||
"sinon": "^7.2.3", | ||
"style-loader": "^1.2.1", | ||
"terser-webpack-plugin": "^2.3.5", | ||
"webpack": "^4.29.3", | ||
"webpack-cli": "^3.2.3" | ||
"react": "^16.14.0", | ||
"react-dom": "^16.14.0", | ||
"react-redux": "^7.2.6", | ||
"react-rnd": "~10.2.4", | ||
"react-svg-loader": "^3.0.3", | ||
"redux": "^4.1.2", | ||
"sinon": "^7.5.0", | ||
"style-loader": "^1.3.0", | ||
"terser-webpack-plugin": "^2.3.8", | ||
"webpack": "^4.46.0", | ||
"webpack-cli": "^3.3.12" | ||
}, | ||
"lint-staged": { | ||
"**/*.js": [ | ||
"eslint --quiet" | ||
] | ||
}, | ||
"eslintIgnore": [ | ||
"build/**", | ||
"coverage/**" | ||
], | ||
"husky": { | ||
@@ -98,0 +99,0 @@ "hooks": { |
Sorry, the diff of this file is too big to display
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
338400
52
5