Skip to content

Commit

Permalink
chore(deps): lock file maintenance everything (#312)
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 Apr 11, 2024
1 parent 6a1935d commit 226c591
Show file tree
Hide file tree
Showing 22 changed files with 2,409 additions and 658 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@d3603274aca5625baad52ec06108517a089cdd00 # v1
- uses: oven-sh/setup-bun@8f24390df009a496891208e5e36b8a1de1f45135 # v1
with:
bun-version: ${{ matrix.node-version }}
- run: bun install
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@d3603274aca5625baad52ec06108517a089cdd00 # v1
- uses: oven-sh/setup-bun@8f24390df009a496891208e5e36b8a1de1f45135 # v1
with:
bun-version: ${{ matrix.node-version }}
- run: bun install
Expand Down
194 changes: 97 additions & 97 deletions dashboard/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 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.7",
"@sanity/client": "6.15.11",
"@sanity/icons": "^2.2.2",
"@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.67",
"@types/react": "^18.2.75",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.4",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.1"
"tailwindcss": "^3.4.3"
}
}
65 changes: 50 additions & 15 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.12",
"prettier-plugin-tailwindcss": "^0.5.12"
"prettier-plugin-packagejson": "^2.4.14",
"prettier-plugin-tailwindcss": "^0.5.13"
}
}
Loading

0 comments on commit 226c591

Please sign in to comment.