@atlaskit/progress-bar 4.0.8 → 4.0.10

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/progress-bar
2
2
 
3
+ ## 4.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 4.0.9
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 4.0.8
4
16
 
5
17
  ### Patch Changes
@@ -2,7 +2,6 @@
2
2
  * @jsxRuntime classic
3
3
  * @jsx jsx
4
4
  */
5
- /// <reference types="react" />
6
5
  import { type DefaultProgressBarProps } from '../types';
7
6
  /**
8
7
  * __Progress bar__
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * @jsxRuntime classic
4
3
  * @jsx jsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-bar",
3
- "version": "4.0.8",
3
+ "version": "4.0.10",
4
4
  "description": "A progress bar communicates the status of a system process.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -28,8 +28,8 @@
28
28
  }
29
29
  },
30
30
  "dependencies": {
31
- "@atlaskit/theme": "^19.0.0",
32
- "@atlaskit/tokens": "^5.4.0",
31
+ "@atlaskit/theme": "^20.0.0",
32
+ "@atlaskit/tokens": "^6.1.0",
33
33
  "@babel/runtime": "^7.0.0",
34
34
  "@compiled/react": "^0.18.3"
35
35
  },
@@ -42,10 +42,9 @@
42
42
  "@af/visual-regression": "workspace:^",
43
43
  "@atlaskit/docs": "^11.0.0",
44
44
  "@atlaskit/link": "^3.2.0",
45
- "@atlaskit/section-message": "^8.2.0",
45
+ "@atlaskit/section-message": "^8.6.0",
46
46
  "@testing-library/react": "^13.4.0",
47
- "react-dom": "^18.2.0",
48
- "typescript": "~5.4.2"
47
+ "react-dom": "^18.2.0"
49
48
  },
50
49
  "keywords": [
51
50
  "atlaskit",
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "types": "../dist/types/types.d.ts",
10
10
  "typesVersions": {
11
- ">=4.5 <5.4": {
11
+ ">=4.5 <5.9": {
12
12
  "*": [
13
13
  "../dist/types-ts4.5/types.d.ts"
14
14
  ]