Skip to content

Commit

Permalink
Merge pull request #10621 from strapi/upgrade/buffet-3.3.8
Browse files Browse the repository at this point in the history
Upgrade buffet to 3.3.8
  • Loading branch information
soupette committed Jul 20, 2021
2 parents df832fa + 42832d0 commit df258ba
Show file tree
Hide file tree
Showing 9 changed files with 94 additions and 58 deletions.
12 changes: 6 additions & 6 deletions packages/strapi-admin/package.json
Expand Up @@ -24,12 +24,12 @@
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"@babel/runtime": "^7.13.17",
"@buffetjs/core": "3.3.6",
"@buffetjs/custom": "3.3.6",
"@buffetjs/hooks": "3.3.6",
"@buffetjs/icons": "3.3.6",
"@buffetjs/styles": "3.3.6",
"@buffetjs/utils": "3.3.6",
"@buffetjs/core": "3.3.8",
"@buffetjs/custom": "3.3.8",
"@buffetjs/hooks": "3.3.8",
"@buffetjs/icons": "3.3.8",
"@buffetjs/styles": "3.3.8",
"@buffetjs/utils": "3.3.8",
"@casl/ability": "^4.1.5",
"@fingerprintjs/fingerprintjs": "3.1.1",
"@fortawesome/fontawesome-free": "^5.15.3",
Expand Down
Expand Up @@ -3,11 +3,22 @@
exports[`<PopUpWarning /> should render properly should match snapshot if onlyConfirmButton is false 1`] = `
<DocumentFragment>
.c8 {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
height: 30px;
padding: 0 15px 2px;
padding: 0 15px;
font-weight: 600;
font-size: 1.3rem;
line-height: normal;
border-radius: 2px;
cursor: pointer;
outline: 0;
Expand All @@ -30,22 +41,31 @@ exports[`<PopUpWarning /> should render properly should match snapshot if onlyCo
.c8 > span svg {
font-size: 10px;
vertical-align: initial;
}
.c8 > svg {
height: 10px;
width: auto;
margin-right: 10px;
vertical-align: baseline;
}
.c9 {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
height: 30px;
padding: 0 15px 2px;
padding: 0 15px;
font-weight: 600;
font-size: 1.3rem;
line-height: normal;
border-radius: 2px;
cursor: pointer;
outline: 0;
Expand All @@ -68,14 +88,12 @@ exports[`<PopUpWarning /> should render properly should match snapshot if onlyCo
.c9 > span svg {
font-size: 10px;
vertical-align: initial;
}
.c9 > svg {
height: 10px;
width: auto;
margin-right: 10px;
vertical-align: baseline;
}
.c5 {
Expand Down Expand Up @@ -284,11 +302,22 @@ exports[`<PopUpWarning /> should render properly should match snapshot if onlyCo
exports[`<PopUpWarning /> should render properly should match snapshot if onlyConfirmButton is true 1`] = `
<DocumentFragment>
.c8 {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
height: 30px;
padding: 0 15px 2px;
padding: 0 15px;
font-weight: 600;
font-size: 1.3rem;
line-height: normal;
border-radius: 2px;
cursor: pointer;
outline: 0;
Expand All @@ -311,14 +340,12 @@ exports[`<PopUpWarning /> should render properly should match snapshot if onlyCo
.c8 > span svg {
font-size: 10px;
vertical-align: initial;
}
.c8 > svg {
height: 10px;
width: auto;
margin-right: 10px;
vertical-align: baseline;
}
.c5 {
Expand Down
12 changes: 6 additions & 6 deletions packages/strapi-helper-plugin/package.json
Expand Up @@ -50,12 +50,12 @@
"rollup-plugin-terser": "^4.0.4"
},
"dependencies": {
"@buffetjs/core": "3.3.6",
"@buffetjs/custom": "3.3.6",
"@buffetjs/hooks": "3.3.6",
"@buffetjs/icons": "3.3.6",
"@buffetjs/styles": "3.3.6",
"@buffetjs/utils": "3.3.6",
"@buffetjs/core": "3.3.8",
"@buffetjs/custom": "3.3.8",
"@buffetjs/hooks": "3.3.8",
"@buffetjs/icons": "3.3.8",
"@buffetjs/styles": "3.3.8",
"@buffetjs/utils": "3.3.8",
"@fortawesome/fontawesome-free": "^5.15.2",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
Expand Down
12 changes: 6 additions & 6 deletions packages/strapi-plugin-content-manager/package.json
Expand Up @@ -9,12 +9,12 @@
"required": true
},
"dependencies": {
"@buffetjs/core": "3.3.6",
"@buffetjs/custom": "3.3.6",
"@buffetjs/hooks": "3.3.6",
"@buffetjs/icons": "3.3.6",
"@buffetjs/styles": "3.3.6",
"@buffetjs/utils": "3.3.6",
"@buffetjs/core": "3.3.8",
"@buffetjs/custom": "3.3.8",
"@buffetjs/hooks": "3.3.8",
"@buffetjs/icons": "3.3.8",
"@buffetjs/styles": "3.3.8",
"@buffetjs/utils": "3.3.8",
"@sindresorhus/slugify": "1.1.0",
"classnames": "^2.3.1",
"codemirror": "^5.61.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/strapi-plugin-content-type-builder/package.json
Expand Up @@ -8,12 +8,12 @@
"description": "content-type-builder.plugin.description"
},
"dependencies": {
"@buffetjs/core": "3.3.6",
"@buffetjs/custom": "3.3.6",
"@buffetjs/hooks": "3.3.6",
"@buffetjs/icons": "3.3.6",
"@buffetjs/styles": "3.3.6",
"@buffetjs/utils": "3.3.6",
"@buffetjs/core": "3.3.8",
"@buffetjs/custom": "3.3.8",
"@buffetjs/hooks": "3.3.8",
"@buffetjs/icons": "3.3.8",
"@buffetjs/styles": "3.3.8",
"@buffetjs/utils": "3.3.8",
"@sindresorhus/slugify": "1.1.0",
"fs-extra": "^9.1.0",
"immutable": "^3.8.2",
Expand Down
12 changes: 6 additions & 6 deletions packages/strapi-plugin-documentation/package.json
Expand Up @@ -11,12 +11,12 @@
"test": "echo \"no tests yet\""
},
"dependencies": {
"@buffetjs/core": "3.3.6",
"@buffetjs/custom": "3.3.6",
"@buffetjs/hooks": "3.3.6",
"@buffetjs/icons": "3.3.6",
"@buffetjs/styles": "3.3.6",
"@buffetjs/utils": "3.3.6",
"@buffetjs/core": "3.3.8",
"@buffetjs/custom": "3.3.8",
"@buffetjs/hooks": "3.3.8",
"@buffetjs/icons": "3.3.8",
"@buffetjs/styles": "3.3.8",
"@buffetjs/utils": "3.3.8",
"cheerio": "^1.0.0-rc.5",
"fs-extra": "^9.1.0",
"immutable": "^3.8.2",
Expand Down
Expand Up @@ -2,11 +2,22 @@

exports[`i18n settings page permissions shows nothing when the user doesn't have read permission 1`] = `
.c3 {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
height: 30px;
padding: 0 15px 2px;
padding: 0 15px;
font-weight: 600;
font-size: 1.3rem;
line-height: normal;
border-radius: 2px;
cursor: pointer;
outline: 0;
Expand All @@ -29,14 +40,12 @@ exports[`i18n settings page permissions shows nothing when the user doesn't have
.c3 > span svg {
font-size: 10px;
vertical-align: initial;
}
.c3 > svg {
height: 10px;
width: auto;
margin-right: 10px;
vertical-align: baseline;
}
.c0 {
Expand Down
12 changes: 6 additions & 6 deletions packages/strapi-plugin-upload/package.json
Expand Up @@ -12,12 +12,12 @@
"test": "echo \"no tests yet\""
},
"dependencies": {
"@buffetjs/core": "3.3.6",
"@buffetjs/custom": "3.3.6",
"@buffetjs/hooks": "3.3.6",
"@buffetjs/icons": "3.3.6",
"@buffetjs/styles": "3.3.6",
"@buffetjs/utils": "3.3.6",
"@buffetjs/core": "3.3.8",
"@buffetjs/custom": "3.3.8",
"@buffetjs/hooks": "3.3.8",
"@buffetjs/icons": "3.3.8",
"@buffetjs/styles": "3.3.8",
"@buffetjs/utils": "3.3.8",
"byte-size": "^7.0.1",
"cropperjs": "^1.5.11",
"immer": "^8.0.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/strapi-plugin-users-permissions/package.json
Expand Up @@ -12,12 +12,12 @@
"test": "echo \"no tests yet\""
},
"dependencies": {
"@buffetjs/core": "3.3.6",
"@buffetjs/custom": "3.3.6",
"@buffetjs/hooks": "3.3.6",
"@buffetjs/icons": "3.3.6",
"@buffetjs/styles": "3.3.6",
"@buffetjs/utils": "3.3.6",
"@buffetjs/core": "3.3.8",
"@buffetjs/custom": "3.3.8",
"@buffetjs/hooks": "3.3.8",
"@buffetjs/icons": "3.3.8",
"@buffetjs/styles": "3.3.8",
"@buffetjs/utils": "3.3.8",
"@purest/providers": "^1.0.2",
"bcryptjs": "^2.4.3",
"grant-koa": "5.4.8",
Expand Down

0 comments on commit df258ba

Please sign in to comment.