@atlaskit/app-provider 3.2.3 → 3.2.5

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/app-provider
2
2
 
3
+ ## 3.2.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 3.2.4
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 3.2.3
4
16
 
5
17
  ### Patch Changes
@@ -8,7 +8,8 @@ import routerLinkComponentExample from '../../examples/constellation/2-router-li
8
8
 
9
9
  ## Theming
10
10
 
11
- App provider sets up theming for an app, enabling [design tokens](/tokens/design-tokens) to be used.
11
+ App provider sets up theming for an app, enabling [design tokens](/foundations/tokens/design-tokens)
12
+ to be used.
12
13
 
13
14
  <Example
14
15
  Component={defaultExample.example}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/app-provider",
3
- "version": "3.2.3",
3
+ "version": "3.2.5",
4
4
  "description": "A top level provider for the Design System.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -37,7 +37,7 @@
37
37
  "dependencies": {
38
38
  "@atlaskit/css": "^0.15.0",
39
39
  "@atlaskit/platform-feature-flags": "^1.1.0",
40
- "@atlaskit/tokens": "^6.5.0",
40
+ "@atlaskit/tokens": "^8.0.0",
41
41
  "@babel/runtime": "^7.0.0",
42
42
  "bind-event-listener": "^3.0.0"
43
43
  },
@@ -47,9 +47,9 @@
47
47
  "devDependencies": {
48
48
  "@af/visual-regression": "workspace:^",
49
49
  "@atlaskit/dropdown-menu": "^16.3.0",
50
- "@atlaskit/ds-lib": "^5.1.0",
51
- "@atlaskit/primitives": "^15.0.0",
52
- "@atlassian/ssr-tests": "^0.3.0",
50
+ "@atlaskit/ds-lib": "^5.2.0",
51
+ "@atlaskit/primitives": "^16.1.0",
52
+ "@atlassian/ssr-tests": "workspace:^",
53
53
  "@testing-library/react": "^13.4.0",
54
54
  "@testing-library/user-event": "^14.4.3",
55
55
  "react-dom": "^18.2.0",