@touchtech/baselayer-ui 2.6.8 → 2.8.1

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": "@touchtech/baselayer-ui",
3
- "version": "2.6.8",
3
+ "version": "2.8.1",
4
4
  "description": "React UI component library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -29,56 +29,56 @@
29
29
  "author": "Steffen Strätz",
30
30
  "license": "UNLICENSED",
31
31
  "devDependencies": {
32
- "@babel/core": "^7.11.1",
33
- "@babel/preset-env": "^7.11.0",
34
- "@babel/preset-react": "^7.10.4",
35
- "@babel/preset-typescript": "^7.10.4",
36
- "@storybook/addon-centered": "^5.3.19",
37
- "@storybook/addon-storysource": "^6.0.12",
38
- "@storybook/react": "^6.0.12",
39
- "@testing-library/jest-dom": "^5.11.3",
40
- "@testing-library/react": "^10.4.8",
41
- "@testing-library/react-hooks": "^3.4.1",
42
- "@types/jest": "^26.0.10",
43
- "@types/react": "^16.9.46",
32
+ "@babel/core": "^7.12.3",
33
+ "@babel/preset-env": "^7.12.1",
34
+ "@babel/preset-react": "^7.12.1",
35
+ "@babel/preset-typescript": "^7.12.1",
36
+ "@storybook/addon-centered": "^5.3.21",
37
+ "@storybook/addon-storysource": "^6.1.0-alpha.31",
38
+ "@storybook/react": "^6.1.0-alpha.31",
39
+ "@testing-library/jest-dom": "^5.11.5",
40
+ "@testing-library/react": "^11.1.0",
41
+ "@testing-library/react-hooks": "^3.4.2",
42
+ "@types/jest": "^26.0.15",
43
+ "@types/react": "^16.9.53",
44
44
  "@types/react-dom": "^16.9.8",
45
- "babel-jest": "^26.3.0",
45
+ "babel-jest": "^26.6.1",
46
46
  "babel-loader": "^8.1.0",
47
- "css-loader": "^3.6.0",
48
- "eslint": "^7.7.0",
49
- "eslint-config-prettier": "^6.11.0",
47
+ "css-loader": "^5.0.0",
48
+ "eslint": "^7.12.1",
49
+ "eslint-config-prettier": "^6.14.0",
50
50
  "eslint-plugin-prettier": "^3.1.4",
51
- "eslint-plugin-react": "^7.20.6",
52
- "eslint-plugin-react-hooks": "^4.1.0",
51
+ "eslint-plugin-react": "^7.21.5",
52
+ "eslint-plugin-react-hooks": "^4.2.0",
53
53
  "identity-obj-proxy": "^3.0.0",
54
- "jest": "^26.4.0",
55
- "mini-css-extract-plugin": "^0.10.0",
54
+ "jest": "^26.6.1",
55
+ "mini-css-extract-plugin": "^1.2.1",
56
56
  "npm-run-all": "^4.1.5",
57
- "prettier": "^2.0.5",
58
- "react": "^16.13.1",
59
- "react-dom": "^16.13.1",
60
- "react-test-renderer": "^16.13.1",
61
- "style-loader": "^1.2.1",
62
- "stylelint": "^13.6.1",
57
+ "prettier": "^2.1.2",
58
+ "react": "^17.0.1",
59
+ "react-dom": "^17.0.1",
60
+ "react-test-renderer": "^17.0.1",
61
+ "style-loader": "^2.0.0",
62
+ "stylelint": "^13.7.2",
63
63
  "stylelint-config-prettier": "^8.0.2",
64
64
  "stylelint-config-standard": "^20.0.0",
65
65
  "stylelint-prettier": "^1.1.2",
66
- "ts-jest": "^26.2.0",
67
- "ts-loader": "^8.0.2",
68
- "typescript": "^3.9.7",
69
- "typescript-plugin-css-modules": "^2.4.0",
70
- "webpack": "^4.44.1",
66
+ "ts-jest": "^26.4.3",
67
+ "ts-loader": "^8.0.7",
68
+ "typescript": "^4.0.5",
69
+ "typescript-plugin-css-modules": "^2.7.0",
70
+ "webpack": "^4.44.2",
71
71
  "webpack-cli": "^3.3.12"
72
72
  },
73
73
  "dependencies": {
74
74
  "classcat": "^4.1.0",
75
75
  "classnames": "^2.2.6",
76
76
  "prop-types": "^15.7.2",
77
- "react-hotkeys-hook": "^2.2.2"
77
+ "react-hotkeys-hook": "^2.4.0"
78
78
  },
79
79
  "peerDependencies": {
80
- "react": "^16.13.1",
81
- "react-dom": "^16.13.1"
80
+ "react": "^17.0.1",
81
+ "react-dom": "^17.0.1"
82
82
  },
83
83
  "directories": {
84
84
  "test": "test"