Skip to content

Commit

Permalink
chore(deps): update devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 12, 2025
1 parent bcea7b6 commit 1c88b30
Show file tree
Hide file tree
Showing 5 changed files with 199 additions and 177 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@types/eslint": "9.6.1",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"eslint": "9.17.0",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"eslint": "9.18.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-astro": "1.3.1",
"eslint-plugin-prettier": "5.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/astro-pagefind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"@semantic-release/git": "10.0.1",
"@types/semantic-release": "20.0.6",
"astro": "5.1.5",
"semantic-release": "24.2.0",
"typescript": "5.7.2"
"semantic-release": "24.2.1",
"typescript": "5.7.3"
},
"dependencies": {
"@pagefind/default-ui": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/example-astro4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@astrojs/check": "0.9.4",
"astro": "^4",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"dependencies": {
"astro-pagefind": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@astrojs/check": "0.9.4",
"astro": "5.1.5",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"dependencies": {
"astro-pagefind": "workspace:*"
Expand Down
Loading

0 comments on commit 1c88b30

Please sign in to comment.