@gitkraken/gitkraken-components 10.2.12 → 10.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitkraken/gitkraken-components",
3
- "version": "10.2.12",
3
+ "version": "10.3.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",
@@ -11,14 +11,14 @@
11
11
  "analyze:bundle": "webpack --mode production --env analyzeBundle",
12
12
  "clean": "git clean -xdff -e /.vscode/",
13
13
  "compile": "webpack",
14
- "lint": "eslint --ext .ts,.tsx src/ --fix",
14
+ "lint": "eslint --ext .ts,.tsx src/",
15
15
  "build": "yarn compile --mode production && yarn build:types",
16
16
  "build:dev": "yarn compile",
17
17
  "build:types": "tsc --emitDeclarationOnly",
18
18
  "prepack": "yarn build",
19
19
  "prepublishOnly": "yarn lint && yarn check",
20
20
  "pretty": "prettier --config .prettierrc --loglevel warn --write .",
21
- "test": "mocha --config .mocharc.json",
21
+ "test": "mocha --config .mocharc.js",
22
22
  "update-licenses": "node ./scripts/generateLicenses.mjs",
23
23
  "verifyAndCompile": "yarn lint && yarn check && yarn test && yarn compile",
24
24
  "watch": "yarn compile --watch --mode development"
@@ -27,62 +27,63 @@
27
27
  "license": "SEE LICENSE IN LICENSE",
28
28
  "dependencies": {
29
29
  "@axosoft/react-virtualized": "9.22.3-gitkraken.3",
30
- "classnames": "2.3.2",
31
- "re-resizable": "6.9.1",
30
+ "classnames": "2.5.1",
31
+ "re-resizable": "6.9.11",
32
32
  "react": "16.8.4",
33
33
  "react-bootstrap": "0.32.4",
34
34
  "react-dom": "16.8.4",
35
35
  "react-dragula": "1.1.17",
36
- "react-onclickoutside": "^6.13.0"
36
+ "react-onclickoutside": "6.13.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@types/chai-spies": "1.0.3",
40
- "@types/dragula": "3.7.1",
41
- "@types/mocha": "10.0.1",
42
- "@types/react": "16.14.32",
39
+ "@eamodio/eslint-lite-webpack-plugin": "0.0.8",
40
+ "@swc/core": "1.4.11",
41
+ "@types/chai": "4.3.14",
42
+ "@types/chai-spies": "1.0.6",
43
+ "@types/dragula": "3.7.4",
44
+ "@types/mocha": "10.0.6",
45
+ "@types/react": "17.0.80",
43
46
  "@types/react-bootstrap": "0.32.32",
44
- "@types/react-dom": "16.8.4",
45
- "@types/react-dragula": "1.1.0",
46
- "@types/react-onclickoutside": "^6.7.4",
47
- "@types/react-select": "^2.0.19",
48
- "@types/react-virtualized": "9.21.22",
49
- "@typescript-eslint/eslint-plugin": "5.59.9",
50
- "@typescript-eslint/parser": "5.59.9",
51
- "chai": "4.3.7",
52
- "chai-spies": "1.0.0",
53
- "css-loader": "6.8.1",
54
- "css-minimizer-webpack-plugin": "5.0.0",
55
- "cssnano-preset-advanced": "6.0.1",
56
- "esbuild": "0.17.19",
57
- "esbuild-loader": "3.0.1",
58
- "eslint": "8.42.0",
59
- "eslint-config-prettier": "8.8.0",
47
+ "@types/react-dom": "17.0.21",
48
+ "@types/react-dragula": "1.1.3",
49
+ "@types/react-onclickoutside": "6.7.10",
50
+ "@types/react-virtualized": "9.21.29",
51
+ "@typescript-eslint/eslint-plugin": "7.5.0",
52
+ "@typescript-eslint/parser": "7.5.0",
53
+ "chai": "4.3.10",
54
+ "chai-spies": "1.1.0",
55
+ "css-loader": "6.10.0",
56
+ "css-minimizer-webpack-plugin": "6.0.0",
57
+ "cssnano-preset-advanced": "6.1.2",
58
+ "esbuild": "0.20.2",
59
+ "esbuild-loader": "4.1.0",
60
+ "eslint": "8.57.0",
60
61
  "eslint-plugin-anti-trojan-source": "1.1.1",
61
- "eslint-plugin-import": "2.27.5",
62
+ "eslint-plugin-import": "2.29.1",
62
63
  "eslint-plugin-jasmine": "4.1.3",
63
- "eslint-plugin-jsx-a11y": "6.7.1",
64
- "eslint-plugin-react": "7.32.2",
64
+ "eslint-plugin-jsx-a11y": "6.8.0",
65
+ "eslint-plugin-react": "7.34.1",
65
66
  "eslint-plugin-react-hooks": "4.6.0",
66
67
  "fork-ts-checker-webpack-plugin": "6.5.3",
67
- "less": "4.1.3",
68
- "less-loader": "11.1.3",
69
- "license-checker-rseidelsohn": "4.2.6",
70
- "mini-css-extract-plugin": "2.7.6",
71
- "mocha": "10.2.0",
68
+ "less": "4.2.0",
69
+ "less-loader": "12.2.0",
70
+ "license-checker-rseidelsohn": "4.3.0",
71
+ "mini-css-extract-plugin": "2.8.1",
72
+ "mocha": "10.4.0",
72
73
  "node-fetch": "2.6.9",
73
- "prettier": "2.8.8",
74
- "terser-webpack-plugin": "5.3.9",
75
- "ts-loader": "9.4.3",
76
- "ts-node": "10.9.1",
77
- "typescript": "5.1.3",
78
- "webpack": "5.86.0",
79
- "webpack-bundle-analyzer": "4.9.0",
74
+ "prettier": "3.1.0",
75
+ "terser-webpack-plugin": "5.3.10",
76
+ "ts-loader": "9.5.1",
77
+ "ts-node": "10.9.2",
78
+ "typescript": "5.4.3",
79
+ "webpack": "5.91.0",
80
+ "webpack-bundle-analyzer": "4.10.1",
80
81
  "webpack-cli": "5.1.4",
81
- "webpack-remove-empty-scripts": "1.0.3"
82
+ "webpack-remove-empty-scripts": "1.0.4"
82
83
  },
83
84
  "resolutions": {
84
- "@types/react": "16.14.32",
85
- "@types/react-dom": "16.8.4",
85
+ "@types/react": "17.0.80",
86
+ "@types/react-dom": "17.0.21",
86
87
  "jackspeak": "2.1.1",
87
88
  "react": "16.8.4",
88
89
  "react-dom": "16.8.4"