This repository was archived by the owner on Mar 8, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +24
-24
lines changed Expand file tree Collapse file tree 9 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docs" ,
3
- "version" : " 3.2.2 " ,
3
+ "version" : " 3.2.3 " ,
4
4
"private" : true ,
5
5
"description" : " Buffetjs Documentation" ,
6
6
"main" : " index.js" ,
13
13
"author" : " " ,
14
14
"license" : " MIT" ,
15
15
"dependencies" : {
16
- "@buffetjs/core" : " 3.2.2 " ,
17
- "@buffetjs/custom" : " 3.2.2 " ,
18
- "@buffetjs/hooks" : " 3.2.2 " ,
19
- "@buffetjs/icons" : " 3.2.2 " ,
20
- "@buffetjs/styles" : " 3.2.2 " ,
16
+ "@buffetjs/core" : " 3.2.3 " ,
17
+ "@buffetjs/custom" : " 3.2.3 " ,
18
+ "@buffetjs/hooks" : " 3.2.3 " ,
19
+ "@buffetjs/icons" : " 3.2.3 " ,
20
+ "@buffetjs/styles" : " 3.2.3 " ,
21
21
"@fortawesome/free-solid-svg-icons" : " ^5.11.2" ,
22
22
"@fortawesome/react-fontawesome" : " ^0.1.4" ,
23
23
"bootstrap" : " ^4.3.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 3.2.2 " ,
2
+ "version" : " 3.2.3 " ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true
5
5
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @buffetjs/core" ,
3
- "version" : " 3.2.2 " ,
3
+ "version" : " 3.2.3 " ,
4
4
"description" : " Buffetjs Core Components" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " src/index.js" ,
15
15
"watch" : " babel --config-file ../../.babelrc src --watch --out-dir dist --copy-files --no-comments && rimraf dist/**/**/tests"
16
16
},
17
17
"dependencies" : {
18
- "@buffetjs/hooks" : " 3.2.2 " ,
19
- "@buffetjs/icons" : " 3.2.2 " ,
20
- "@buffetjs/styles" : " 3.2.2 " ,
21
- "@buffetjs/utils" : " 3.2.2 " ,
18
+ "@buffetjs/hooks" : " 3.2.3 " ,
19
+ "@buffetjs/icons" : " 3.2.3 " ,
20
+ "@buffetjs/styles" : " 3.2.3 " ,
21
+ "@buffetjs/utils" : " 3.2.3 " ,
22
22
"@fortawesome/fontawesome-svg-core" : " ^1.2.25" ,
23
23
"@fortawesome/free-regular-svg-icons" : " ^5.11.2" ,
24
24
"@fortawesome/free-solid-svg-icons" : " ^5.11.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @buffetjs/custom" ,
3
- "version" : " 3.2.2 " ,
3
+ "version" : " 3.2.3 " ,
4
4
"description" : " Buffetjs Custom Components" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " src/index.js" ,
15
15
"watch" : " babel --config-file ../../.babelrc src --watch --out-dir dist --copy-files --no-comments && rimraf dist/**/**/tests"
16
16
},
17
17
"dependencies" : {
18
- "@buffetjs/core" : " 3.2.2 " ,
19
- "@buffetjs/styles" : " 3.2.2 " ,
20
- "@buffetjs/utils" : " 3.2.2 " ,
18
+ "@buffetjs/core" : " 3.2.3 " ,
19
+ "@buffetjs/styles" : " 3.2.3 " ,
20
+ "@buffetjs/utils" : " 3.2.3 " ,
21
21
"moment" : " ^2.24.0" ,
22
22
"react-moment-proptypes" : " ^1.7.0"
23
23
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @buffetjs/hooks" ,
3
- "version" : " 3.2.2 " ,
3
+ "version" : " 3.2.3 " ,
4
4
"description" : " Buffetjs react-hooks" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " src/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @buffetjs/icons" ,
3
- "version" : " 3.2.2 " ,
3
+ "version" : " 3.2.3 " ,
4
4
"description" : " Icons kit" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " src/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @buffetjs/styles" ,
3
- "version" : " 3.2.2 " ,
3
+ "version" : " 3.2.3 " ,
4
4
"description" : " Buffetjs Styles - The styling solution of Buffetjs" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " src/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @buffetjs/utils" ,
3
- "version" : " 3.2.2 " ,
3
+ "version" : " 3.2.3 " ,
4
4
"description" : " Buffetjs Utils" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " src/index.js" ,
Original file line number Diff line number Diff line change 2
2
"name" : " buffetjs-website" ,
3
3
"private" : true ,
4
4
"description" : " The website which presents the Buffet.js library and the concepts/philosophy" ,
5
- "version" : " 3.2.2 " ,
5
+ "version" : " 3.2.3 " ,
6
6
"author" : " Strapi Team <hi@strapi.io>" ,
7
7
"dependencies" : {
8
- "@buffetjs/core" : " 3.2.2 " ,
9
- "@buffetjs/custom" : " 3.2.2 " ,
10
- "@buffetjs/styles" : " 3.2.2 " ,
8
+ "@buffetjs/core" : " 3.2.3 " ,
9
+ "@buffetjs/custom" : " 3.2.3 " ,
10
+ "@buffetjs/styles" : " 3.2.3 " ,
11
11
"babel-plugin-styled-components" : " ^1.10.0" ,
12
12
"chalk" : " ^2.4.2" ,
13
13
"gatsby" : " ^2.3.25" ,
You can’t perform that action at this time.
0 commit comments