@proprioo/salatim 35.9.0 → 35.10.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.
@@ -1,6 +1,6 @@
1
1
  import { FC } from 'react';
2
2
  import { nullOrString } from '@proprioo/hokkaido';
3
- import { InputProps } from '../..';
3
+ import { InputBaseProps as InputProps } from '../inputBase/InputBase';
4
4
  type BaseInputProps = Omit<InputProps, 'gmap' | 'onChange' | 'type' | 'value'>;
5
5
  export declare const formatDate: (date: Date) => string;
6
6
  export declare const formatISODate: (date: Date) => string;
@@ -1,6 +1,6 @@
1
1
  import { FC } from 'react';
2
2
  import { nullOrNumber } from '@proprioo/hokkaido';
3
- import { InputProps } from '../..';
3
+ import { InputBaseProps as InputProps } from '../inputBase/InputBase';
4
4
  type BaseInputProps = Omit<InputProps, 'gmap' | 'onChange' | 'type' | 'value'>;
5
5
  export type NumberInputProps = BaseInputProps & {
6
6
  onChange(value: nullOrNumber): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proprioo/salatim",
3
- "version": "35.9.0",
3
+ "version": "35.10.0",
4
4
  "description": "Proprioo component library",
5
5
  "keywords": [
6
6
  "components",
@@ -36,13 +36,13 @@
36
36
  "test:watch": "TZ=Europe/Paris vitest --watch"
37
37
  },
38
38
  "resolutions": {
39
- "@types/react": "^18.2.70"
39
+ "@types/react": "^18.3.1"
40
40
  },
41
41
  "devDependencies": {
42
- "@commitlint/cli": "^19.2.1",
43
- "@commitlint/config-conventional": "^19.1.0",
42
+ "@commitlint/cli": "^19.3.0",
43
+ "@commitlint/config-conventional": "^19.2.2",
44
44
  "@popperjs/core": "^2.11.8",
45
- "@proprioo/hokkaido": "^12.4.0",
45
+ "@proprioo/hokkaido": "^12.6.0",
46
46
  "@rollup/plugin-commonjs": "^25.0.7",
47
47
  "@rollup/plugin-json": "^6.1.0",
48
48
  "@rollup/plugin-node-resolve": "^15.2.3",
@@ -53,22 +53,22 @@
53
53
  "@storybook/addon-links": "^6.5.16",
54
54
  "@storybook/react": "^6.5.16",
55
55
  "@testing-library/jest-dom": "^6.4.2",
56
- "@testing-library/react": "^14.2.2",
56
+ "@testing-library/react": "^15.0.6",
57
57
  "@testing-library/user-event": "^14.5.2",
58
58
  "@types/googlemaps": "^3.43.3",
59
59
  "@types/jest-axe": "^3.5.9",
60
60
  "@types/mailcheck": "^1.1.37",
61
- "@types/react": "^18.2.70",
61
+ "@types/react": "^18.3.1",
62
62
  "@types/react-color": "^3.0.12",
63
63
  "@types/react-dates": "^21.8.6",
64
- "@types/react-dom": "^18.2.22",
65
- "@types/react-phone-number-input": "^3.0.17",
64
+ "@types/react-dom": "^18.3.0",
65
+ "@types/react-phone-number-input": "^3.1.37",
66
66
  "@types/react-places-autocomplete": "^7.2.14",
67
- "@types/react-test-renderer": "^18.0.7",
67
+ "@types/react-test-renderer": "^18.3.0",
68
68
  "@types/react-toggle": "^4.0.5",
69
69
  "@types/styled-components": "^5.1.34",
70
70
  "@vitejs/plugin-react": "^4.2.1",
71
- "@vitest/coverage-v8": "^1.4.0",
71
+ "@vitest/coverage-v8": "^1.5.3",
72
72
  "babel-loader": "^8.3.0",
73
73
  "babel-preset-react-app": "^10.0.1",
74
74
  "date-fns": "^2.30.0",
@@ -79,21 +79,21 @@
79
79
  "jsdom": "^24.0.0",
80
80
  "libphonenumber-metadata-generator": "^1.0.1",
81
81
  "lint-staged": "^15.2.2",
82
- "madge": "^6.1.0",
82
+ "madge": "^7.0.0",
83
83
  "mailcheck": "^1.1.1",
84
84
  "mockdate": "^3.0.5",
85
85
  "polished": "^4.3.1",
86
86
  "postcss": "^8.4.38",
87
87
  "prettier": "^3.2.5",
88
- "react": "^18.2.0",
89
- "react-day-picker": "^8.10.0",
90
- "react-dom": "^18.2.0",
91
- "react-phone-number-input": "^3.3.9",
88
+ "react": "^18.3.1",
89
+ "react-day-picker": "^8.10.1",
90
+ "react-dom": "^18.3.1",
91
+ "react-phone-number-input": "^3.4.1",
92
92
  "react-places-autocomplete": "^7.3.0",
93
93
  "react-popper-tooltip": "^4.4.2",
94
- "react-test-renderer": "^18.2.0",
94
+ "react-test-renderer": "^18.3.1",
95
95
  "react-toggle": "^4.1.3",
96
- "rollup": "^4.13.0",
96
+ "rollup": "^4.17.2",
97
97
  "rollup-plugin-bundle-size": "^1.0.3",
98
98
  "rollup-plugin-peer-deps-external": "^2.2.4",
99
99
  "rollup-plugin-postcss": "^4.0.2",
@@ -106,16 +106,16 @@
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.4.3",
110
- "vitest": "^1.4.0",
109
+ "typescript": "^5.4.5",
110
+ "vitest": "^1.5.3",
111
111
  "yup": "^1.4.0"
112
112
  },
113
113
  "peerDependencies": {
114
- "@proprioo/hokkaido": "^12.4.0",
114
+ "@proprioo/hokkaido": "^12.6.0",
115
115
  "date-fns": "^2.30.0",
116
116
  "polished": "^4.3.1",
117
- "react": "^18.2.0",
118
- "react-dom": "^18.2.0",
117
+ "react": "^18.3.1",
118
+ "react-dom": "^18.3.1",
119
119
  "styled-components": "^5.3.11",
120
120
  "yup": "^1.4.0"
121
121
  }