smarthr-ui 34.3.0 → 34.3.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 +11 -12
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": "34.3.
|
|
4
|
+
"version": "34.3.1",
|
|
5
5
|
"author": "SmartHR-UI Team",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@smarthr/wareki": "^1.2.0",
|
|
@@ -30,17 +30,17 @@
|
|
|
30
30
|
"@storybook/jest": "^0.1.0",
|
|
31
31
|
"@storybook/react": "^7.1.1",
|
|
32
32
|
"@storybook/react-webpack5": "^7.1.1",
|
|
33
|
-
"@storybook/test-runner": "^0.
|
|
33
|
+
"@storybook/test-runner": "^0.12.0",
|
|
34
34
|
"@storybook/testing-library": "^0.2.0",
|
|
35
35
|
"@storybook/theming": "^7.1.1",
|
|
36
|
-
"@swc/core": "^1.3.
|
|
36
|
+
"@swc/core": "^1.3.72",
|
|
37
37
|
"@swc/jest": "^0.2.27",
|
|
38
38
|
"@testing-library/react-hooks": "^8.0.1",
|
|
39
39
|
"@types/jest": "^29.5.3",
|
|
40
40
|
"@types/lodash.merge": "^4.6.7",
|
|
41
41
|
"@types/lodash.range": "^3.2.7",
|
|
42
42
|
"@types/node": "^14.18.54",
|
|
43
|
-
"@types/react": "^18.2.
|
|
43
|
+
"@types/react": "^18.2.17",
|
|
44
44
|
"@types/react-dom": "^18.2.7",
|
|
45
45
|
"@types/react-test-renderer": "^17.0.2",
|
|
46
46
|
"@types/react-transition-group": "^4.4.6",
|
|
@@ -51,15 +51,15 @@
|
|
|
51
51
|
"babel-plugin-polyfill-regenerator": "^0.5.2",
|
|
52
52
|
"chromatic": "^6.20.0",
|
|
53
53
|
"ecma-version-validator-webpack-plugin": "^1.2.1",
|
|
54
|
-
"eslint": "^8.
|
|
55
|
-
"eslint-config-smarthr": "^6.8.
|
|
54
|
+
"eslint": "^8.46.0",
|
|
55
|
+
"eslint-config-smarthr": "^6.8.9",
|
|
56
56
|
"eslint-plugin-storybook": "^0.6.13",
|
|
57
57
|
"fs-extra": "^11.1.1",
|
|
58
58
|
"glob": "^10.3.3",
|
|
59
59
|
"http-server": "^14.1.1",
|
|
60
60
|
"husky": "^8.0.3",
|
|
61
|
-
"jest": "^29.6.
|
|
62
|
-
"jest-environment-jsdom": "^29.6.
|
|
61
|
+
"jest": "^29.6.2",
|
|
62
|
+
"jest-environment-jsdom": "^29.6.2",
|
|
63
63
|
"jest-styled-components": "^7.1.1",
|
|
64
64
|
"lint-staged": "^13.2.3",
|
|
65
65
|
"memory-fs": "^0.5.0",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"stylelint-config-smarthr": "^1.1.0",
|
|
83
83
|
"stylelint-config-standard": "^34.0.0",
|
|
84
84
|
"stylelint-config-styled-components": "^0.1.1",
|
|
85
|
-
"testcafe": "3.0
|
|
85
|
+
"testcafe": "3.1.0",
|
|
86
86
|
"ts-loader": "^9.4.4",
|
|
87
87
|
"ts-node": "^10.9.1",
|
|
88
88
|
"ttypescript": "^1.5.15",
|
|
@@ -160,11 +160,10 @@
|
|
|
160
160
|
"typings": "lib/index.d.ts",
|
|
161
161
|
"resolutions": {
|
|
162
162
|
"@babel/helper-compilation-targets": "^7.22.9",
|
|
163
|
-
"@types/react": "^18.2.
|
|
163
|
+
"@types/react": "^18.2.17",
|
|
164
164
|
"minimist": "1.2.8",
|
|
165
165
|
"react": "^18.2.0",
|
|
166
|
-
"react-dom": "^18.2.0"
|
|
167
|
-
"postcss": "8.4.27"
|
|
166
|
+
"react-dom": "^18.2.0"
|
|
168
167
|
},
|
|
169
168
|
"standard-version": {
|
|
170
169
|
"scripts": {
|