smarthr-ui 33.0.1 → 33.0.2

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.
Files changed (1) hide show
  1. package/package.json +22 -22
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "smarthr-ui",
3
3
  "description": "SmartHR ui components built with React.",
4
- "version": "33.0.1",
4
+ "version": "33.0.2",
5
5
  "author": "SmartHR-UI Team",
6
6
  "dependencies": {
7
7
  "@smarthr/wareki": "^1.2.0",
@@ -10,7 +10,7 @@
10
10
  "lodash.range": "^3.2.0",
11
11
  "polished": "^4.2.2",
12
12
  "react-draggable": "^4.4.5",
13
- "react-icons": "^4.9.0",
13
+ "react-icons": "^4.10.1",
14
14
  "react-innertext": "^1.1.5",
15
15
  "react-transition-group": "^4.4.5"
16
16
  },
@@ -19,20 +19,20 @@
19
19
  "@babel/preset-env": "^7.22.5",
20
20
  "@babel/preset-react": "^7.22.5",
21
21
  "@babel/preset-typescript": "^7.22.5",
22
- "@commitlint/cli": "^17.6.5",
23
- "@commitlint/config-conventional": "^17.6.5",
24
- "@storybook/addon-a11y": "^7.0.22",
25
- "@storybook/addon-essentials": "^7.0.22",
26
- "@storybook/addon-interactions": "^7.0.22",
27
- "@storybook/addon-storysource": "^7.0.22",
28
- "@storybook/addons": "^7.0.22",
29
- "@storybook/cli": "^7.0.22",
22
+ "@commitlint/cli": "^17.6.6",
23
+ "@commitlint/config-conventional": "^17.6.6",
24
+ "@storybook/addon-a11y": "^7.0.23",
25
+ "@storybook/addon-essentials": "^7.0.23",
26
+ "@storybook/addon-interactions": "^7.0.23",
27
+ "@storybook/addon-storysource": "^7.0.23",
28
+ "@storybook/addons": "^7.0.23",
29
+ "@storybook/cli": "^7.0.23",
30
30
  "@storybook/jest": "^0.1.0",
31
- "@storybook/react": "^7.0.22",
32
- "@storybook/react-webpack5": "^7.0.22",
31
+ "@storybook/react": "^7.0.23",
32
+ "@storybook/react-webpack5": "^7.0.23",
33
33
  "@storybook/test-runner": "^0.11.0",
34
- "@storybook/testing-library": "^0.1.0",
35
- "@storybook/theming": "^7.0.22",
34
+ "@storybook/testing-library": "^0.2.0",
35
+ "@storybook/theming": "^7.0.23",
36
36
  "@swc/core": "^1.3.66",
37
37
  "@swc/jest": "^0.2.26",
38
38
  "@testing-library/react-hooks": "^8.0.1",
@@ -40,7 +40,7 @@
40
40
  "@types/lodash.merge": "^4.6.7",
41
41
  "@types/lodash.range": "^3.2.7",
42
42
  "@types/node": "^14.18.51",
43
- "@types/react": "^18.2.13",
43
+ "@types/react": "^18.2.14",
44
44
  "@types/react-dom": "^18.2.6",
45
45
  "@types/react-test-renderer": "^17.0.2",
46
46
  "@types/react-transition-group": "^4.4.6",
@@ -49,13 +49,13 @@
49
49
  "babel-loader": "^9.1.2",
50
50
  "babel-plugin-polyfill-corejs2": "^0.4.3",
51
51
  "babel-plugin-polyfill-regenerator": "^0.5.0",
52
- "chromatic": "^6.19.8",
52
+ "chromatic": "^6.19.9",
53
53
  "ecma-version-validator-webpack-plugin": "^1.2.1",
54
54
  "eslint": "^8.43.0",
55
55
  "eslint-config-smarthr": "^6.8.5",
56
56
  "eslint-plugin-storybook": "^0.6.12",
57
57
  "fs-extra": "^11.1.1",
58
- "glob": "^10.2.7",
58
+ "glob": "^10.3.0",
59
59
  "http-server": "^14.1.1",
60
60
  "husky": "^8.0.3",
61
61
  "jest": "^29.5.0",
@@ -74,22 +74,22 @@
74
74
  "react-test-renderer": "^18.2.0",
75
75
  "smarthr-normalize-css": "^1.1.0",
76
76
  "standard-version": "^9.3.2",
77
- "storybook": "^7.0.22",
77
+ "storybook": "^7.0.23",
78
78
  "styled-components": "^5.3.11",
79
79
  "styled-reset": "^4.4.7",
80
- "stylelint": "^15.8.0",
80
+ "stylelint": "^15.9.0",
81
81
  "stylelint-config-prettier": "^9.0.5",
82
82
  "stylelint-config-smarthr": "^1.1.0",
83
83
  "stylelint-config-standard": "^33.0.0",
84
84
  "stylelint-config-styled-components": "^0.1.1",
85
- "testcafe": "2.6.2",
85
+ "testcafe": "3.0.0",
86
86
  "ts-loader": "^9.4.3",
87
87
  "ts-node": "^10.9.1",
88
88
  "ttypescript": "^1.5.15",
89
89
  "typescript": "^5.1.3",
90
90
  "typescript-plugin-styled-components": "^3.0.0",
91
91
  "wait-on": "^7.0.1",
92
- "webpack": "^5.87.0"
92
+ "webpack": "^5.88.0"
93
93
  },
94
94
  "peerDependencies": {
95
95
  "react": "16.13.0 || ^17.0.1 || ^18.0.0",
@@ -160,7 +160,7 @@
160
160
  "typings": "lib/index.d.ts",
161
161
  "resolutions": {
162
162
  "@babel/helper-compilation-targets": "^7.22.5",
163
- "@types/react": "^18.2.13",
163
+ "@types/react": "^18.2.14",
164
164
  "minimist": "1.2.8",
165
165
  "react": "^18.2.0",
166
166
  "react-dom": "^18.2.0",