@atlaskit/form 10.6.1 → 10.6.3

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 (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +8 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/form
2
2
 
3
+ ## 10.6.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#174905](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/174905)
8
+ [`450cbe9dbf8ff`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/450cbe9dbf8ff) -
9
+ Upgrade from react-router-dom v4 to v6.
10
+
11
+ ## 10.6.2
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 10.6.1
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/form",
3
- "version": "10.6.1",
3
+ "version": "10.6.3",
4
4
  "description": "A form allows users to input information.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -28,7 +28,7 @@
28
28
  "dependencies": {
29
29
  "@atlaskit/ds-lib": "^3.3.0",
30
30
  "@atlaskit/heading": "^4.0.0",
31
- "@atlaskit/icon": "^22.28.0",
31
+ "@atlaskit/icon": "^23.1.0",
32
32
  "@atlaskit/primitives": "^13.3.0",
33
33
  "@atlaskit/theme": "^14.0.0",
34
34
  "@atlaskit/tokens": "^2.4.0",
@@ -50,12 +50,12 @@
50
50
  "@atlaskit/button": "^20.3.0",
51
51
  "@atlaskit/checkbox": "^15.2.0",
52
52
  "@atlaskit/modal-dialog": "^12.18.0",
53
- "@atlaskit/radio": "^6.6.0",
54
- "@atlaskit/range": "^7.4.0",
55
- "@atlaskit/select": "^18.6.0",
53
+ "@atlaskit/radio": "^7.0.0",
54
+ "@atlaskit/range": "^8.0.0",
55
+ "@atlaskit/select": "^18.9.0",
56
56
  "@atlaskit/ssr": "*",
57
- "@atlaskit/textfield": "^6.6.0",
58
- "@atlaskit/toggle": "^13.4.0",
57
+ "@atlaskit/textfield": "^6.7.0",
58
+ "@atlaskit/toggle": "^14.0.0",
59
59
  "@atlaskit/visual-regression": "*",
60
60
  "@testing-library/react": "^12.1.5",
61
61
  "@testing-library/react-hooks": "^8.0.1",
@@ -63,8 +63,7 @@
63
63
  "@types/final-form-focus": "^1.1.1",
64
64
  "jest-in-case": "^1.0.2",
65
65
  "react-dom": "^16.8.0",
66
- "react-router": "^4.2.0",
67
- "react-router-dom": "^4.2.2",
66
+ "react-router-dom": "^6.28.0",
68
67
  "typescript": "~5.4.2",
69
68
  "validator": "^9.4.1",
70
69
  "wait-for-expect": "^1.2.0"