Skip to content

Commit c69ba2a

Browse files
authored
Merge pull request #1618 from aeternity/dependabot/npm_and_yarn/multi-36865e937a
chore(deps): bump on-headers, compression and serve
2 parents b653e80 + 0d482c5 commit c69ba2a

File tree

5 files changed

+16
-69
lines changed

5 files changed

+16
-69
lines changed

package-lock.json

Lines changed: 12 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"prettier": "^3.5.2",
8080
"sass": "^1.85.0",
8181
"sass-loader": "^16.0.5",
82-
"serve": "^14.2.4",
82+
"serve": "^14.2.5",
8383
"svg-url-loader": "^8.0.0",
8484
"svgo": "^3.3.2",
8585
"svgo-loader": "^4.0.0",

src/store/plugins/ui/appsMetadata.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Vue from 'vue';
22
import { handleUnknownError } from '../../../lib/utils';
33
import { PROTOCOL_DEFAULT } from '../../../lib/constants';
44

5-
const notPaddedIconAt = ['superhero.com', 'graffiti.aeternity.com', 'faucet.aepps.com'];
5+
const notPaddedIconAt = ['superhero.com', 'faucet.aepps.com'];
66

77
export default (store) => store.registerModule('appsMetadata', {
88
namespaced: true,
3.71 KB
Loading

tests/e2e/specs/browser.cy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('Browser', () => {
1616
})),
1717
},
1818
});
19-
cy.get('.ae-card img').should('be.visible').and('length', 2).and(ensureImagesLoaded);
19+
cy.get('.ae-card img').should('be.visible').and('length', 1).and(ensureImagesLoaded);
2020
cy.get('.shortcuts img:not([src^="data:image"])')
2121
.should('be.visible')
2222
.and('length', 1)
@@ -58,7 +58,7 @@ describe('Browser', () => {
5858
cy.visit('/', { isDesktop: true });
5959
cy.get('.apps img:not([src^="data:image"])')
6060
.should('be.visible')
61-
.and('length', 2)
61+
.and('length', 1)
6262
.and(ensureImagesLoaded);
6363
cy.matchImage();
6464
cy.get('a').contains('Faucet Aepp').should('have.attr', 'href', 'https://faucet.aepps.com');

0 commit comments

Comments
 (0)