Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #145

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.45.3-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.45.3-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.45.3-focal

WORKDIR /app

Expand Down
52 changes: 26 additions & 26 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@9.4.0",
"packageManager": "pnpm@9.6.0",
"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.1",
"next": "^13.5.6",
"react": "^18.3.1",
"react-bootstrap": "^2.7.4",
"react-bootstrap": "^2.10.4",
"react-dom": "^18.3.1",
"react-scroll": "^1.8.9",
"throttle-debounce": "^5.0.0"
"react-scroll": "^1.9.0",
"throttle-debounce": "^5.0.2"
},
"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",
"@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.45.3",
"@popperjs/core": "^2.11.8",
"@types/node": "^20.14.14",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@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",
"@types/react-scroll": "^1.8.10",
"@types/throttle-debounce": "^5.0.2",
"@unocss/cli": "^0.61.9",
"@unocss/preset-attributify": "^0.61.9",
"@unocss/preset-uno": "^0.61.9",
"@unocss/preset-web-fonts": "^0.61.9",
"@unocss/reset": "^0.61.9",
"@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": "^9.8.0",
"eslint-config-next": "^14.2.5",
"next-pwa": "^5.6.0",
"npm-run-all2": "^6.1.2",
"npm-run-all2": "^6.2.2",
"playwright": "^1.33.0",
"prettier": "^3.3.3",
"sass": "^1.62.1",
"sharp": "^0.32.1",
"typescript": "^5.1.3",
"unocss": "^0.51.8",
"vite": "^5.1.5"
"sass": "^1.77.8",
"sharp": "^0.33.4",
"typescript": "^5.5.4",
"unocss": "^0.61.9",
"vite": "^5.3.5"
},
"prettier": "@web-configs/prettier",
"pnpm": {
Expand Down
Loading
Loading