Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mezeitamas committed Oct 17, 2024
1 parent c6b118d commit b919769
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 70 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"features": {
"ghcr.io/devcontainers/features/git:1": {},
"ghcr.io/devcontainers/features/node:1": {
"version": "22.8.0"
"version": "22.10.0"
},
"ghcr.io/devcontainers/features/terraform:1": {}
},
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.8.0
22.10.0
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
save-exact=true
engine-strict=true
fund=false
124 changes: 62 additions & 62 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"type": "module",
"engines": {
"node": ">=22.8.0",
"npm": ">=10.8.2"
"node": ">=22.10.0",
"npm": ">=10.9.0"
},
"scripts": {
"install:playwright": "playwright install --with-deps",
Expand All @@ -34,10 +34,10 @@
"@astrojs/rss": "4.0.9",
"@astrojs/sitemap": "3.2.1",
"@astrojs/tailwind": "5.1.2",
"@astrojs/ts-plugin": "1.10.2",
"@astrojs/ts-plugin": "1.10.3",
"@fontsource/poppins": "5.1.0",
"@tailwindcss/typography": "0.5.15",
"astro": "4.16.5",
"astro": "4.16.6",
"astro-feather": "1.0.0",
"schema-dts": "1.1.2",
"tailwindcss": "3.4.14"
Expand All @@ -47,8 +47,8 @@
"@playwright/test": "1.48.1",
"@types/markdown-it": "14.1.2",
"@types/sanitize-html": "2.13.0",
"@typescript-eslint/eslint-plugin": "8.9.0",
"@typescript-eslint/parser": "8.9.0",
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
"autoprefixer": "10.4.20",
"dotenv": "16.4.5",
"eslint": "8.57.0",
Expand Down

0 comments on commit b919769

Please sign in to comment.