@gitkraken/gitkraken-components 3.0.1 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -2
- package/package.json +49 -49
- package/dist/index.js.LICENSE.txt +0 -54
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitkraken/gitkraken-components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "GitKraken React components shared between the app and GitLens",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -8,8 +8,9 @@
|
|
|
8
8
|
"dist"
|
|
9
9
|
],
|
|
10
10
|
"scripts": {
|
|
11
|
+
"analyze:bundle": "webpack --mode production --env analyzeBundle",
|
|
11
12
|
"clean": "git clean -xdff -e /.vscode/",
|
|
12
|
-
"compile": "
|
|
13
|
+
"compile": "webpack",
|
|
13
14
|
"lint": "eslint --ext .ts,.tsx src/ --quiet",
|
|
14
15
|
"build": "yarn compile --mode production",
|
|
15
16
|
"build:dev": "yarn compile",
|
|
@@ -23,61 +24,60 @@
|
|
|
23
24
|
"license": "SEE LICENSE IN LICENSE",
|
|
24
25
|
"dependencies": {
|
|
25
26
|
"@axosoft/react-virtualized": "9.22.3-gitkraken.3",
|
|
26
|
-
"classnames": "
|
|
27
|
-
"color": "^4.2.0",
|
|
27
|
+
"classnames": "2.3.2",
|
|
28
28
|
"re-resizable": "6.9.1",
|
|
29
29
|
"react": "16.8.4",
|
|
30
|
-
"react-bootstrap": "
|
|
30
|
+
"react-bootstrap": "0.32.4",
|
|
31
31
|
"react-dom": "16.8.4",
|
|
32
|
-
"react-dragula": "
|
|
33
|
-
"react-helmet": "
|
|
32
|
+
"react-dragula": "1.1.17",
|
|
33
|
+
"react-helmet": "6.1.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@types/chai-spies": "
|
|
37
|
-
"@types/
|
|
38
|
-
"@types/
|
|
39
|
-
"@types/
|
|
40
|
-
"@types/
|
|
41
|
-
"@types/react": "
|
|
42
|
-
"@types/react-
|
|
43
|
-
"@types/react-
|
|
44
|
-
"@types/react-
|
|
45
|
-
"@
|
|
46
|
-
"@
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"eslint": "8.
|
|
56
|
-
"eslint-config-airbnb": "
|
|
57
|
-
"eslint-config-airbnb-typescript": "
|
|
58
|
-
"eslint-
|
|
36
|
+
"@types/chai-spies": "1.0.3",
|
|
37
|
+
"@types/dragula": "3.7.1",
|
|
38
|
+
"@types/mocha": "10.0.1",
|
|
39
|
+
"@types/react": "16.14.32",
|
|
40
|
+
"@types/react-bootstrap": "0.32.32",
|
|
41
|
+
"@types/react-dom": "16.8.4",
|
|
42
|
+
"@types/react-dragula": "1.1.0",
|
|
43
|
+
"@types/react-helmet": "6.1.6",
|
|
44
|
+
"@types/react-virtualized": "9.21.21",
|
|
45
|
+
"@typescript-eslint/eslint-plugin": "5.51.0",
|
|
46
|
+
"@typescript-eslint/parser": "5.51.0",
|
|
47
|
+
"chai": "4.3.7",
|
|
48
|
+
"chai-spies": "1.0.0",
|
|
49
|
+
"copy-webpack-plugin": "11.0.0",
|
|
50
|
+
"css-loader": "6.7.3",
|
|
51
|
+
"css-minimizer-webpack-plugin": "4.2.2",
|
|
52
|
+
"cssnano-preset-advanced": "5.3.9",
|
|
53
|
+
"esbuild": "0.17.7",
|
|
54
|
+
"esbuild-loader": "3.0.0",
|
|
55
|
+
"eslint": "8.33.0",
|
|
56
|
+
"eslint-config-airbnb": "19.0.4",
|
|
57
|
+
"eslint-config-airbnb-typescript": "17.0.0",
|
|
58
|
+
"eslint-config-prettier": "8.6.0",
|
|
59
|
+
"eslint-plugin-import": "2.27.5",
|
|
59
60
|
"eslint-plugin-jasmine": "4.1.3",
|
|
60
|
-
"eslint-plugin-jsx-a11y": "6.
|
|
61
|
-
"eslint-plugin-react": "7.
|
|
62
|
-
"eslint-plugin-react-hooks": "
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"less": "
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"webpack": "
|
|
75
|
-
"webpack-
|
|
76
|
-
"webpack-remove-empty-scripts": "^0.8.1"
|
|
61
|
+
"eslint-plugin-jsx-a11y": "6.7.1",
|
|
62
|
+
"eslint-plugin-react": "7.32.2",
|
|
63
|
+
"eslint-plugin-react-hooks": "4.6.0",
|
|
64
|
+
"fork-ts-checker-webpack-plugin": "7.3.0",
|
|
65
|
+
"less": "4.1.3",
|
|
66
|
+
"less-loader": "11.1.0",
|
|
67
|
+
"mini-css-extract-plugin": "2.7.2",
|
|
68
|
+
"mocha": "10.2.0",
|
|
69
|
+
"terser-webpack-plugin": "5.3.6",
|
|
70
|
+
"ts-loader": "9.4.2",
|
|
71
|
+
"ts-node": "10.9.1",
|
|
72
|
+
"typescript": "4.9.5",
|
|
73
|
+
"webpack": "5.75.0",
|
|
74
|
+
"webpack-bundle-analyzer": "4.7.0",
|
|
75
|
+
"webpack-cli": "5.0.1",
|
|
76
|
+
"webpack-remove-empty-scripts": "1.0.1"
|
|
77
77
|
},
|
|
78
78
|
"resolutions": {
|
|
79
|
-
"@types/react": "
|
|
80
|
-
"@types/react-dom": "
|
|
79
|
+
"@types/react": "16.14.32",
|
|
80
|
+
"@types/react-dom": "16.8.4",
|
|
81
81
|
"react": "16.8.4",
|
|
82
82
|
"react-dom": "16.8.4"
|
|
83
83
|
}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
object-assign
|
|
3
|
-
(c) Sindre Sorhus
|
|
4
|
-
@license MIT
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/*!
|
|
8
|
-
Copyright (c) 2018 Jed Watson.
|
|
9
|
-
Licensed under the MIT License (MIT), see
|
|
10
|
-
http://jedwatson.github.io/classnames
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
/*!
|
|
14
|
-
* The buffer module from node.js, for the browser.
|
|
15
|
-
*
|
|
16
|
-
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
|
|
17
|
-
* @license MIT
|
|
18
|
-
*/
|
|
19
|
-
|
|
20
|
-
/** @license React v0.13.6
|
|
21
|
-
* scheduler.production.min.js
|
|
22
|
-
*
|
|
23
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
24
|
-
*
|
|
25
|
-
* This source code is licensed under the MIT license found in the
|
|
26
|
-
* LICENSE file in the root directory of this source tree.
|
|
27
|
-
*/
|
|
28
|
-
|
|
29
|
-
/** @license React v16.13.1
|
|
30
|
-
* react-is.production.min.js
|
|
31
|
-
*
|
|
32
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
33
|
-
*
|
|
34
|
-
* This source code is licensed under the MIT license found in the
|
|
35
|
-
* LICENSE file in the root directory of this source tree.
|
|
36
|
-
*/
|
|
37
|
-
|
|
38
|
-
/** @license React v16.8.4
|
|
39
|
-
* react-dom.production.min.js
|
|
40
|
-
*
|
|
41
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
42
|
-
*
|
|
43
|
-
* This source code is licensed under the MIT license found in the
|
|
44
|
-
* LICENSE file in the root directory of this source tree.
|
|
45
|
-
*/
|
|
46
|
-
|
|
47
|
-
/** @license React v16.8.4
|
|
48
|
-
* react.production.min.js
|
|
49
|
-
*
|
|
50
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
51
|
-
*
|
|
52
|
-
* This source code is licensed under the MIT license found in the
|
|
53
|
-
* LICENSE file in the root directory of this source tree.
|
|
54
|
-
*/
|