Skip to content

Commit f52af6d

Browse files
committed
fix: update axios package to fix "Adapter xhr is not supported"
1 parent 9936ab8 commit f52af6d

File tree

3 files changed

+71
-13
lines changed

3 files changed

+71
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"web-encoding": "^1.1.5"
4242
},
4343
"dependencies": {
44-
"axios": "1.5.0",
44+
"axios": "1.7.2",
4545
"react-intl": "6.6.2",
4646
"ts-pattern": "5.0.1",
4747
"viem": "2.9.23",

packages/boost/src/Boost.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ vi.mock('axios', () => {
6262
})
6363

6464
describe('Given the boost plugin', () => {
65-
describe.skip('When handling the mint action', () => {
65+
describe('When handling the mint action', () => {
6666
describe('should return a valid action filter', () => {
6767
const { params } = BOOST_PASS_MINT
6868
test('when minting a boostpass', async () => {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)