@atlaskit/app-provider 1.4.2 → 1.4.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 +9 -0
  2. package/package.json +4 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @atlaskit/app-provider
2
2
 
3
+ ## 1.4.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#168743](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/168743)
8
+ [`90605435312ea`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/90605435312ea) -
9
+ Remove react-router-dom from devDependencies as it is incompatible with React 18.
10
+ - Updated dependencies
11
+
3
12
  ## 1.4.2
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/app-provider",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "A top level provider for the Design System.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -11,7 +11,7 @@
11
11
  "team": "Design System Team",
12
12
  "website": {
13
13
  "name": "App provider",
14
- "category": "Components",
14
+ "category": "Tooling",
15
15
  "status": {
16
16
  "type": "beta"
17
17
  }
@@ -39,7 +39,7 @@
39
39
  ".": "./src/index.tsx"
40
40
  },
41
41
  "dependencies": {
42
- "@atlaskit/tokens": "^2.2.0",
42
+ "@atlaskit/tokens": "^2.4.0",
43
43
  "@babel/runtime": "^7.0.0",
44
44
  "bind-event-listener": "^3.0.0"
45
45
  },
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "devDependencies": {
50
50
  "@af/visual-regression": "*",
51
- "@atlaskit/ds-lib": "^3.2.0",
51
+ "@atlaskit/ds-lib": "^3.3.0",
52
52
  "@atlaskit/ssr": "*",
53
53
  "@atlaskit/visual-regression": "*",
54
54
  "@testing-library/react": "^12.1.5",
@@ -56,7 +56,6 @@
56
56
  "@testing-library/user-event": "^14.4.3",
57
57
  "react-dom": "^16.8.0",
58
58
  "react-resource-router": "^0.20.0",
59
- "react-router-dom": "^4.2.2",
60
59
  "typescript": "~5.4.2",
61
60
  "wait-for-expect": "^1.2.0"
62
61
  },