@sproutsocial/seeds-react-tree 0.4.0 → 0.4.1

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.
@@ -1,5 +1,4 @@
1
1
  yarn run v1.22.22
2
- warning package.json: "dependencies" has dependency "@sproutsocial/seeds-react-popout" with range "^2.5.7" that collides with a dependency in "devDependencies" of the same name with version "^2.5.9"
3
2
  $ tsup --dts
4
3
  CLI Building entry: src/index.ts
5
4
  CLI Using tsconfig: tsconfig.json
@@ -9,14 +8,14 @@ $ tsup --dts
9
8
  CLI Cleaning output folder
10
9
  CJS Build start
11
10
  ESM Build start
12
- CJS dist/index.js 41.77 KB
13
- CJS dist/index.js.map 86.20 KB
14
- CJS ⚡️ Build success in 77ms
15
11
  ESM dist/esm/index.js 38.14 KB
16
12
  ESM dist/esm/index.js.map 85.67 KB
17
- ESM ⚡️ Build success in 78ms
13
+ ESM ⚡️ Build success in 56ms
14
+ CJS dist/index.js 41.77 KB
15
+ CJS dist/index.js.map 86.20 KB
16
+ CJS ⚡️ Build success in 56ms
18
17
  DTS Build start
19
- DTS ⚡️ Build success in 2451ms
18
+ DTS ⚡️ Build success in 1810ms
20
19
  DTS dist/index.d.ts 7.37 KB
21
20
  DTS dist/index.d.mts 7.37 KB
22
- Done in 3.32s.
21
+ Done in 2.54s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @sproutsocial/seeds-react-tree
2
2
 
3
+ ## 0.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a13a571]
8
+ - @sproutsocial/seeds-react-theme@4.1.1
9
+ - @sproutsocial/seeds-react-icon@2.4.1
10
+ - @sproutsocial/seeds-react-mixins@4.3.8
11
+ - @sproutsocial/seeds-react-popout@2.5.10
12
+
3
13
  ## 0.4.0
4
14
 
5
15
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-tree",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Seeds React Tree (WAI-ARIA treeview)",
5
5
  "author": "Sprout Social, Inc.",
6
6
  "license": "MIT",
@@ -30,17 +30,17 @@
30
30
  "test:watch": "jest --watch --coverage=false"
31
31
  },
32
32
  "dependencies": {
33
- "@sproutsocial/seeds-react-icon": "^2.4.0",
34
- "@sproutsocial/seeds-react-mixins": "^4.3.7",
35
- "@sproutsocial/seeds-react-popout": "^2.5.7",
33
+ "@sproutsocial/seeds-react-icon": "^2.4.1",
34
+ "@sproutsocial/seeds-react-mixins": "^4.3.8",
35
+ "@sproutsocial/seeds-react-popout": "^2.5.10",
36
36
  "@sproutsocial/seeds-react-system-props": "^3.1.1",
37
- "@sproutsocial/seeds-react-theme": "^4.1.0",
37
+ "@sproutsocial/seeds-react-theme": "^4.1.1",
38
38
  "@sproutsocial/seeds-react-utilities": "^4.3.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@sproutsocial/eslint-config-seeds": "*",
42
- "@sproutsocial/seeds-react-button": "^2.2.1",
43
- "@sproutsocial/seeds-react-popout": "^2.5.9",
42
+ "@sproutsocial/seeds-react-button": "^2.2.2",
43
+ "@sproutsocial/seeds-react-popout": "^2.5.10",
44
44
  "@sproutsocial/seeds-react-testing-library": "*",
45
45
  "@sproutsocial/seeds-testing": "*",
46
46
  "@sproutsocial/seeds-tsconfig": "*",