@synerise/ds-input-number 0.9.22 → 0.9.23

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +7 -12
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.9.23](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.9.22...@synerise/ds-input-number@0.9.23) (2024-07-05)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-input-number
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.9.22](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.9.21...@synerise/ds-input-number@0.9.22) (2024-07-02)
7
15
 
8
16
  **Note:** Version bump only for package @synerise/ds-input-number
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-input-number",
3
- "version": "0.9.22",
3
+ "version": "0.9.23",
4
4
  "description": "Input-Number UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -33,22 +33,17 @@
33
33
  ],
34
34
  "types": "dist/index.d.ts",
35
35
  "dependencies": {
36
- "@synerise/ds-data-format": "^0.5.0",
37
- "@synerise/ds-input": "^0.23.0",
38
- "@synerise/ds-tooltip": "^0.14.31",
39
- "@synerise/ds-utils": "^0.27.0",
36
+ "@synerise/ds-data-format": "^0.5.1",
37
+ "@synerise/ds-input": "^0.23.1",
38
+ "@synerise/ds-tooltip": "^0.14.32",
39
+ "@synerise/ds-utils": "^0.28.0",
40
40
  "uuid": "^8.3.2"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "@synerise/ds-core": "*",
44
44
  "antd": "4.7.0",
45
- "react": ">=16.9.0 < 17.0.0",
45
+ "react": ">=16.9.0 <= 17.0.2",
46
46
  "styled-components": "5.0.1"
47
47
  },
48
- "devDependencies": {
49
- "@testing-library/react": "10.0.1",
50
- "@testing-library/react-hooks": "^8.0.1",
51
- "@types/uuid": "9.0.4"
52
- },
53
- "gitHead": "0692552b018dc9c8042f18c773f88890c9ad3270"
48
+ "gitHead": "6e5e5202d6c6f1c2caf6bfef799009813b437b3d"
54
49
  }