Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fschoenfeldt committed Nov 18, 2024
1 parent 7165574 commit b4ce06e
Show file tree
Hide file tree
Showing 3 changed files with 2,512 additions and 1,876 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
matrix:
node-version: [18]
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2.2.2
- uses: actions/checkout@v4.2.2
- uses: pnpm/action-setup@v4.0.0
with:
version: 7
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4.1.0
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,24 @@
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-upgrade-help": "^3.0.1",
"@axe-core/playwright": "4.9.1",
"@playwright/test": "1.46.0",
"@tailwindcss/typography": "^0.5.14",
"alpinejs": "^3.14.1",
"@playwright/test": "1.46.1",
"@tailwindcss/typography": "^0.5.15",
"alpinejs": "^3.14.3",
"autoprefixer": "^10.4.20",
"chart.js": "^4.4.3",
"chart.js": "^4.4.6",
"concurrently": "8.2.2",
"del-cli": "^5.1.0",
"eleventy-plugin-sharp": "^0.1.1",
"esbuild": "0.23.0",
"esbuild": "0.23.1",
"html-minifier": "^4.0.0",
"md5": "^2.3.0",
"postcss": "^8.4.41",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.9",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.15",
"vanilla-cookieconsent": "3.0.1",
"debounce": "^2.1.0"
"debounce": "^2.1.1"
},
"dependencies": {}
}
Loading

0 comments on commit b4ce06e

Please sign in to comment.