Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 9, 2024
1 parent d4332c4 commit bd4bdd3
Show file tree
Hide file tree
Showing 5 changed files with 1,727 additions and 1,163 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: "basic visual comparison tests"
timeout-minutes: 5
runs-on: ubuntu-latest
container: mcr.microsoft.com/playwright:v1.33.0-focal
container: mcr.microsoft.com/playwright:v1.43.0-focal
steps:
- uses: actions/checkout@v4

Expand All @@ -26,7 +26,7 @@ jobs:

- name: Get Vercel's Alias Preview URL
id: alias-preview-url
uses: justincase-jp/vercel-preview-url-alias@0.3.0
uses: justincase-jp/vercel-preview-url-alias@v0.3.3
with:
vercel_access_token: ${{ secrets.VERCEL_ACCESS_TOKEN }}
vercel_project_id: ${{ secrets.VERCEL_PROJECT_ID }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '- [x] Update All Snapshots') }}
container: mcr.microsoft.com/playwright:v1.33.0-focal
container: mcr.microsoft.com/playwright:v1.43.0-focal
permissions:
contents: write
steps:
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Get Vercel's Alias Preview URL
id: alias-preview-url
uses: justincase-jp/vercel-preview-url-alias@0.3.0
uses: justincase-jp/vercel-preview-url-alias@v0.3.3
with:
vercel_access_token: ${{ secrets.VERCEL_ACCESS_TOKEN }}
vercel_project_id: ${{ secrets.VERCEL_PROJECT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.33.0-focal
FROM mcr.microsoft.com/playwright:v1.43.0-focal

WORKDIR /app

Expand Down
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "next-startbootstrap-agency",
"version": "0.1.0",
"packageManager": "pnpm@8.6.0",
"packageManager": "pnpm@8.15.6",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -19,46 +19,46 @@
"e2e:docker": "docker-compose build && docker-compose up"
},
"dependencies": {
"clsx": "^2.0.0",
"clsx": "^2.1.0",
"next": "^13.5.6",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-bootstrap": "^2.10.2",
"react-dom": "^18.2.0",
"react-scroll": "^1.8.9",
"react-scroll": "^1.9.0",
"throttle-debounce": "^5.0.0"
},
"devDependencies": {
"@iconify-json/ant-design": "^1.1.5",
"@iconify-json/entypo-social": "^1.1.4",
"@iconify-json/fa": "^1.1.4",
"@iconify-json/fa-brands": "^1.1.4",
"@playwright/test": "^1.33.0",
"@popperjs/core": "^2.11.7",
"@types/node": "^20.11.25",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@types/react-scroll": "^1.8.7",
"@types/throttle-debounce": "^5.0.0",
"@unocss/cli": "^0.51.8",
"@unocss/preset-attributify": "^0.51.8",
"@unocss/preset-uno": "^0.51.8",
"@unocss/preset-web-fonts": "^0.51.8",
"@unocss/reset": "^0.51.8",
"@web-configs/eslint-plugin": "^0.5.0",
"@iconify-json/ant-design": "^1.1.16",
"@iconify-json/entypo-social": "^1.1.8",
"@iconify-json/fa": "^1.1.8",
"@iconify-json/fa-brands": "^1.1.8",
"@playwright/test": "^1.43.0",
"@popperjs/core": "^2.11.8",
"@types/node": "^20.12.6",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"@types/react-scroll": "^1.8.10",
"@types/throttle-debounce": "^5.0.2",
"@unocss/cli": "^0.59.0",
"@unocss/preset-attributify": "^0.59.0",
"@unocss/preset-uno": "^0.59.0",
"@unocss/preset-web-fonts": "^0.59.0",
"@unocss/reset": "^0.59.0",
"@web-configs/eslint-plugin": "^0.5.2",
"@web-configs/prettier": "^0.1.2",
"@web-configs/typescript": "^0.2.2",
"bootstrap": "^5.2.3",
"bootstrap": "^5.3.3",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.0",
"next-pwa": "^5.6.0",
"npm-run-all2": "^6.1.2",
"playwright": "^1.33.0",
"playwright": "^1.43.0",
"prettier": "^3.2.5",
"sass": "^1.62.1",
"sharp": "^0.32.1",
"typescript": "^5.1.3",
"unocss": "^0.51.8",
"vite": "^5.1.5"
"sass": "^1.74.1",
"sharp": "^0.33.3",
"typescript": "^5.4.4",
"unocss": "^0.59.0",
"vite": "^5.2.8"
},
"prettier": "@web-configs/prettier",
"pnpm": {
Expand Down

0 comments on commit bd4bdd3

Please sign in to comment.