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 Jul 14, 2024
1 parent d7cf599 commit 510fdb6
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 58 deletions.
107 changes: 54 additions & 53 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"@commitlint/config-conventional": "19.2.2",
"@types/eslint": "8.56.10",
"@types/prettier": "3.0.0",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-astro": "1.2.2",
"eslint-plugin-prettier": "5.1.3",
"husky": "9.0.11",
"prettier": "3.3.2",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.0"
},
"dependencies": {}
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-pagefind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/semantic-release": "20.0.6",
"astro": "4.10.2",
"semantic-release": "24.0.0",
"typescript": "5.4.5"
"typescript": "5.5.3"
},
"dependencies": {
"@pagefind/default-ui": "^1.0.3",
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.7.0",
"astro": "4.10.2",
"typescript": "5.4.5"
"typescript": "5.5.3"
},
"dependencies": {
"astro-pagefind": "*"
Expand Down

0 comments on commit 510fdb6

Please sign in to comment.