@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.
- package/.turbo/turbo-build.log +6 -7
- package/CHANGELOG.md +10 -0
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -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
|
[34mCLI[39m Building entry: src/index.ts
|
|
5
4
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
@@ -9,14 +8,14 @@ $ tsup --dts
|
|
|
9
8
|
[34mCLI[39m Cleaning output folder
|
|
10
9
|
[34mCJS[39m Build start
|
|
11
10
|
[34mESM[39m Build start
|
|
12
|
-
[32mCJS[39m [1mdist/index.js [22m[32m41.77 KB[39m
|
|
13
|
-
[32mCJS[39m [1mdist/index.js.map [22m[32m86.20 KB[39m
|
|
14
|
-
[32mCJS[39m ⚡️ Build success in 77ms
|
|
15
11
|
[32mESM[39m [1mdist/esm/index.js [22m[32m38.14 KB[39m
|
|
16
12
|
[32mESM[39m [1mdist/esm/index.js.map [22m[32m85.67 KB[39m
|
|
17
|
-
[32mESM[39m ⚡️ Build success in
|
|
13
|
+
[32mESM[39m ⚡️ Build success in 56ms
|
|
14
|
+
[32mCJS[39m [1mdist/index.js [22m[32m41.77 KB[39m
|
|
15
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m86.20 KB[39m
|
|
16
|
+
[32mCJS[39m ⚡️ Build success in 56ms
|
|
18
17
|
[34mDTS[39m Build start
|
|
19
|
-
[32mDTS[39m ⚡️ Build success in
|
|
18
|
+
[32mDTS[39m ⚡️ Build success in 1810ms
|
|
20
19
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m7.37 KB[39m
|
|
21
20
|
[32mDTS[39m [1mdist/index.d.mts [22m[32m7.37 KB[39m
|
|
22
|
-
Done in
|
|
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.
|
|
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.
|
|
34
|
-
"@sproutsocial/seeds-react-mixins": "^4.3.
|
|
35
|
-
"@sproutsocial/seeds-react-popout": "^2.5.
|
|
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.
|
|
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.
|
|
43
|
-
"@sproutsocial/seeds-react-popout": "^2.5.
|
|
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": "*",
|