Skip to content

Commit

Permalink
fix(deps): update dependency @netlify/blobs to v7 (#5545)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency @netlify/blobs to v7

* chore: update import in test

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Eduardo Bouças <mail@eduardoboucas.com>
  • Loading branch information
renovate[bot] and eduardoboucas committed Apr 1, 2024
1 parent ddd769c commit 0a43a9c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"license": "MIT",
"dependencies": {
"@bugsnag/js": "^7.0.0",
"@netlify/blobs": "^6.5.0",
"@netlify/blobs": "^7.1.0",
"@netlify/cache-utils": "^5.1.5",
"@netlify/config": "^20.12.1",
"@netlify/edge-bundler": "11.3.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/build/tests/blobs_upload/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import { access } from 'node:fs/promises'
import { version as nodeVersion } from 'node:process'
import { join } from 'path'

import { BlobsServer, getDeployStore } from '@netlify/blobs'
import { getDeployStore } from '@netlify/blobs'
import { BlobsServer } from '@netlify/blobs/server'
import { Fixture } from '@netlify/testing'
import test from 'ava'
import getPort from 'get-port'
Expand Down

0 comments on commit 0a43a9c

Please sign in to comment.