@proprioo/salatim 32.1.3 → 32.2.0
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/CHANGELOG.md +8 -0
- package/lib/date/src/datePicker/DatePicker.js +1 -1
- package/lib/date/src/datePicker/DatePicker.js.map +1 -1
- package/lib/date/src/typings.d.ts +0 -2
- package/lib/index.js +232 -237
- package/lib/index.js.map +1 -1
- package/package.json +23 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@proprioo/salatim",
|
|
3
|
-
"version": "32.
|
|
3
|
+
"version": "32.2.0",
|
|
4
4
|
"description": "Proprioo component library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"components",
|
|
@@ -42,33 +42,33 @@
|
|
|
42
42
|
"@commitlint/cli": "^17.7.1",
|
|
43
43
|
"@commitlint/config-conventional": "^17.7.0",
|
|
44
44
|
"@popperjs/core": "^2.11.8",
|
|
45
|
-
"@proprioo/hokkaido": "^9.
|
|
46
|
-
"@rollup/plugin-commonjs": "
|
|
47
|
-
"@rollup/plugin-json": "^
|
|
48
|
-
"@rollup/plugin-node-resolve": "^
|
|
49
|
-
"@rollup/plugin-url": "^
|
|
45
|
+
"@proprioo/hokkaido": "^9.3.0",
|
|
46
|
+
"@rollup/plugin-commonjs": "^25.0.4",
|
|
47
|
+
"@rollup/plugin-json": "^6.0.0",
|
|
48
|
+
"@rollup/plugin-node-resolve": "^15.2.1",
|
|
49
|
+
"@rollup/plugin-url": "^8.0.1",
|
|
50
50
|
"@sambego/storybook-state": "^2.0.1",
|
|
51
51
|
"@storybook/addon-actions": "^6.5.16",
|
|
52
52
|
"@storybook/addon-knobs": "^6.4.0",
|
|
53
53
|
"@storybook/addon-links": "^6.5.16",
|
|
54
54
|
"@storybook/react": "^6.5.16",
|
|
55
|
-
"@testing-library/jest-dom": "^6.
|
|
55
|
+
"@testing-library/jest-dom": "^6.1.3",
|
|
56
56
|
"@testing-library/react": "^14.0.0",
|
|
57
|
-
"@testing-library/user-event": "^14.
|
|
57
|
+
"@testing-library/user-event": "^14.5.1",
|
|
58
58
|
"@types/googlemaps": "^3.43.3",
|
|
59
|
-
"@types/jest-axe": "^3.5.
|
|
59
|
+
"@types/jest-axe": "^3.5.6",
|
|
60
60
|
"@types/mailcheck": "^1.1.33",
|
|
61
|
-
"@types/react": "^18.2.
|
|
62
|
-
"@types/react-color": "^3.0.
|
|
63
|
-
"@types/react-dates": "^21.8.
|
|
64
|
-
"@types/react-dom": "^18.2.
|
|
61
|
+
"@types/react": "^18.2.23",
|
|
62
|
+
"@types/react-color": "^3.0.7",
|
|
63
|
+
"@types/react-dates": "^21.8.4",
|
|
64
|
+
"@types/react-dom": "^18.2.8",
|
|
65
65
|
"@types/react-phone-number-input": "^3.0.14",
|
|
66
66
|
"@types/react-places-autocomplete": "^7.2.9",
|
|
67
|
-
"@types/react-test-renderer": "^18.0.
|
|
67
|
+
"@types/react-test-renderer": "^18.0.2",
|
|
68
68
|
"@types/react-toggle": "^4.0.3",
|
|
69
|
-
"@types/styled-components": "^5.1.
|
|
70
|
-
"@vitejs/plugin-react": "^4.0
|
|
71
|
-
"@vitest/coverage-v8": "^0.34.
|
|
69
|
+
"@types/styled-components": "^5.1.28",
|
|
70
|
+
"@vitejs/plugin-react": "^4.1.0",
|
|
71
|
+
"@vitest/coverage-v8": "^0.34.5",
|
|
72
72
|
"babel-loader": "^8.3.0",
|
|
73
73
|
"babel-preset-react-app": "^10.0.1",
|
|
74
74
|
"date-fns": "^2.30.0",
|
|
@@ -78,13 +78,13 @@
|
|
|
78
78
|
"jest-coverage-badges": "^1.1.2",
|
|
79
79
|
"jsdom": "^22.1.0",
|
|
80
80
|
"libphonenumber-metadata-generator": "^1.0.1",
|
|
81
|
-
"lint-staged": "^14.0.
|
|
81
|
+
"lint-staged": "^14.0.1",
|
|
82
82
|
"madge": "^6.1.0",
|
|
83
83
|
"mailcheck": "^1.1.1",
|
|
84
84
|
"mockdate": "^3.0.5",
|
|
85
85
|
"polished": "^4.2.2",
|
|
86
|
-
"postcss": "^8.4.
|
|
87
|
-
"prettier": "^3.0.
|
|
86
|
+
"postcss": "^8.4.30",
|
|
87
|
+
"prettier": "^3.0.3",
|
|
88
88
|
"react": "^18.2.0",
|
|
89
89
|
"react-day-picker": "^8.8.2",
|
|
90
90
|
"react-dom": "^18.2.0",
|
|
@@ -106,9 +106,9 @@
|
|
|
106
106
|
"tslint-config-prettier": "^1.18.0",
|
|
107
107
|
"tslint-react": "^5.0.0",
|
|
108
108
|
"tslint-react-hooks": "^2.2.2",
|
|
109
|
-
"typescript": "^5.
|
|
110
|
-
"vitest": "^0.34.
|
|
111
|
-
"yup": "^1.
|
|
109
|
+
"typescript": "^5.2.2",
|
|
110
|
+
"vitest": "^0.34.5",
|
|
111
|
+
"yup": "^1.3.1"
|
|
112
112
|
},
|
|
113
113
|
"peerDependencies": {
|
|
114
114
|
"@proprioo/hokkaido": "^8.2.0",
|