@touchtech/baselayer-ui 2.7.0 → 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/dist/components/Button/Button.d.ts +2 -2
- package/dist/index.js +3 -3
- package/dist/index.js.LICENSE.txt +9 -0
- package/dist/styles.css +201 -201
- package/package.json +35 -35
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@touchtech/baselayer-ui",
|
|
3
|
-
"version": "2.
|
|
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.
|
|
33
|
-
"@babel/preset-env": "^7.
|
|
34
|
-
"@babel/preset-react": "^7.
|
|
35
|
-
"@babel/preset-typescript": "^7.
|
|
36
|
-
"@storybook/addon-centered": "^5.3.
|
|
37
|
-
"@storybook/addon-storysource": "^6.0.
|
|
38
|
-
"@storybook/react": "^6.0.
|
|
39
|
-
"@testing-library/jest-dom": "^5.11.
|
|
40
|
-
"@testing-library/react": "^
|
|
41
|
-
"@testing-library/react-hooks": "^3.4.
|
|
42
|
-
"@types/jest": "^26.0.
|
|
43
|
-
"@types/react": "^16.9.
|
|
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.
|
|
45
|
+
"babel-jest": "^26.6.1",
|
|
46
46
|
"babel-loader": "^8.1.0",
|
|
47
|
-
"css-loader": "^
|
|
48
|
-
"eslint": "^7.
|
|
49
|
-
"eslint-config-prettier": "^6.
|
|
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.
|
|
52
|
-
"eslint-plugin-react-hooks": "^4.
|
|
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.
|
|
55
|
-
"mini-css-extract-plugin": "^
|
|
54
|
+
"jest": "^26.6.1",
|
|
55
|
+
"mini-css-extract-plugin": "^1.2.1",
|
|
56
56
|
"npm-run-all": "^4.1.5",
|
|
57
|
-
"prettier": "^2.
|
|
58
|
-
"react": "^
|
|
59
|
-
"react-dom": "^
|
|
60
|
-
"react-test-renderer": "^
|
|
61
|
-
"style-loader": "^
|
|
62
|
-
"stylelint": "^13.
|
|
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.
|
|
67
|
-
"ts-loader": "^8.0.
|
|
68
|
-
"typescript": "^
|
|
69
|
-
"typescript-plugin-css-modules": "^2.
|
|
70
|
-
"webpack": "^4.44.
|
|
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.
|
|
77
|
+
"react-hotkeys-hook": "^2.4.0"
|
|
78
78
|
},
|
|
79
79
|
"peerDependencies": {
|
|
80
|
-
"react": "^
|
|
81
|
-
"react-dom": "^
|
|
80
|
+
"react": "^17.0.1",
|
|
81
|
+
"react-dom": "^17.0.1"
|
|
82
82
|
},
|
|
83
83
|
"directories": {
|
|
84
84
|
"test": "test"
|