Skip to content

Commit

Permalink
chore(deps): lock file maintenance everything (#321)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 10, 2024
1 parent 6b20614 commit 346d2d0
Show file tree
Hide file tree
Showing 24 changed files with 3,046 additions and 2,554 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
working-directory: runtimes/bun-script
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@8f24390df009a496891208e5e36b8a1de1f45135 # v1
- uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1
with:
bun-version: ${{ matrix.node-version }}
- run: bun install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cache: npm
node-version: lts/*
- run: npm ci
- uses: cloudflare/wrangler-action@7c01cc48d88a1f83b4716e0557c168854a9dcdb8 # v3.4.1
- uses: cloudflare/wrangler-action@a08dc762e87e8754e0d56a16a35a70b406bc869f # v3.6.1
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
command: publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runtimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
name: Bun ${{ matrix.bun-version }} ${{ matrix.test }}
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@8f24390df009a496891208e5e36b8a1de1f45135 # v1
- uses: oven-sh/setup-bun@f4d14e03ff726c06358e5557344e1da148b56cf7 # v1
with:
bun-version: ${{ matrix.node-version }}
- run: bun install
Expand Down
1,244 changes: 791 additions & 453 deletions dashboard/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"@heroicons/react": "^2.0.16",
"@sanity/client": "6.15.20",
"@sanity/client": "6.19.1",
"@sanity/icons": "^3.0.0",
"@sanity/runtimes-test-client": "latest",
"@sanity/ui": "^2.0.7",
Expand All @@ -21,11 +21,11 @@
},
"devDependencies": {
"@types/node": "^18.17.14",
"@types/react": "^18.2.79",
"@types/react": "^18.3.3",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.2",
"eslint-config-next": "^14.2.3",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3"
"tailwindcss": "^3.4.4"
}
}
Loading

0 comments on commit 346d2d0

Please sign in to comment.