Skip to content

Commit

Permalink
chore(deps): update root dependencies (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
theisel committed Dec 12, 2023
1 parent 0675574 commit 7c7531a
Show file tree
Hide file tree
Showing 2 changed files with 1,646 additions and 253 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,27 @@
},
"homepage": "https://github.com/theisel/astro-portabletext#readme",
"devDependencies": {
"@astrojs/check": "^0.3.1",
"@astrojs/check": "^0.3.2",
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@types/node": "^20.10.2",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"astro": "^3.6.4",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"astro": "^4.0.4",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.2",
"prettier-plugin-svelte": "^3.1.2",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"engines": {
"node": ">=20.10.0",
"pnpm": ">=8.11.0"
"pnpm": ">=8.12.0"
},
"packageManager": "pnpm@8.11.0"
"packageManager": "pnpm@8.12.0"
}
Loading

0 comments on commit 7c7531a

Please sign in to comment.