@touchtech/baselayer-ui 2.12.16 → 2.12.17

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.
@@ -0,0 +1,9 @@
1
+ /*!
2
+ * hotkeys-js v3.8.1
3
+ * A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
4
+ *
5
+ * Copyright (c) 2020 kenny wong <wowohoo@qq.com>
6
+ * http://jaywcjlove.github.io/hotkeys
7
+ *
8
+ * Licensed under the MIT license.
9
+ */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@touchtech/baselayer-ui",
3
- "version": "2.12.16",
3
+ "version": "2.12.17",
4
4
  "description": "React UI component library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -34,8 +34,8 @@
34
34
  "@babel/preset-react": "^7.12.10",
35
35
  "@babel/preset-typescript": "^7.12.7",
36
36
  "@storybook/addon-centered": "^5.3.21",
37
- "@storybook/addon-storysource": "^6.1.14",
38
- "@storybook/react": "^6.1.14",
37
+ "@storybook/addon-storysource": "^6.1.15",
38
+ "@storybook/react": "^6.1.15",
39
39
  "@testing-library/jest-dom": "^5.11.9",
40
40
  "@testing-library/react": "^11.2.3",
41
41
  "@testing-library/react-hooks": "^3.7.0",
@@ -45,28 +45,28 @@
45
45
  "babel-jest": "^26.6.3",
46
46
  "babel-loader": "^8.2.2",
47
47
  "css-loader": "^5.0.1",
48
- "eslint": "^7.18.0",
48
+ "eslint": "^7.19.0",
49
49
  "eslint-config-prettier": "^6.15.0",
50
50
  "eslint-plugin-prettier": "^3.3.1",
51
51
  "eslint-plugin-react": "^7.22.0",
52
52
  "eslint-plugin-react-hooks": "^4.2.0",
53
53
  "identity-obj-proxy": "^3.0.0",
54
54
  "jest": "^26.6.3",
55
- "mini-css-extract-plugin": "^1.3.4",
55
+ "mini-css-extract-plugin": "^1.3.5",
56
56
  "npm-run-all": "^4.1.5",
57
57
  "prettier": "^2.2.1",
58
58
  "react": "^17.0.1",
59
59
  "react-dom": "^17.0.1",
60
60
  "react-test-renderer": "^17.0.1",
61
61
  "style-loader": "^2.0.0",
62
- "stylelint": "^13.8.0",
62
+ "stylelint": "^13.9.0",
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.4.4",
66
+ "ts-jest": "^26.5.0",
67
67
  "ts-loader": "^8.0.14",
68
68
  "typescript": "^4.1.3",
69
- "typescript-plugin-css-modules": "^3.0.1",
69
+ "typescript-plugin-css-modules": "^3.1.0",
70
70
  "webpack": "^4.46.0",
71
71
  "webpack-cli": "^3.3.12"
72
72
  },