Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Mar 5, 2024
1 parent c07e3df commit 7153940
Show file tree
Hide file tree
Showing 14 changed files with 361 additions and 2,018 deletions.
6 changes: 4 additions & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ module.exports = {
node: true,
},
parser: "@typescript-eslint/parser",
plugins: ["@typescript-eslint", "prettier"],
plugins: ["@typescript-eslint"],
extends: [
"eslint:recommended",
"plugin:@typescript-eslint/strict-type-checked",
"plugin:@typescript-eslint/stylistic-type-checked",
"prettier",
"plugin:astro/recommended",
"prettier",
],
parserOptions: {
project: true,
Expand Down Expand Up @@ -40,6 +40,8 @@ module.exports = {
],
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/no-unsafe-call": "off",

"@typescript-eslint/unbound-method": "off",
},
overrides: [
{
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
},
"devDependencies": {
"@astrojs/tailwind": "^5.1.0",
"@types/eslint": "^8.56.2",
"@types/eslint": "^8.56.5",
"@types/markdown-it": "^13.0.7",
"@types/node": "^20.11.19",
"@types/node": "^20.11.24",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"astro": "^4.4.0",
"eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"astro": "link:../../astro/packages/astro",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^0.31.4",
"kleur": "^4.1.5",
Expand All @@ -50,15 +50,15 @@
},
"packageManager": "[email protected]",
"dependencies": {
"@11ty/eleventy-fetch": "^4.0.0",
"@astrojs/check": "^0.5.4",
"@astrojs/markdoc": "0.9.0",
"@11ty/eleventy-fetch": "^4.0.1",
"@astrojs/check": "^0.5.6",
"@astrojs/markdoc": "link:../../astro/packages/integrations/markdoc",
"@types/better-sqlite3": "^7.6.9",
"@types/igdb-api-node": "^5.0.3",
"astro-capo": "^0.0.1",
"astro-expressive-code": "^0.32.4",
"better-sqlite3": "^9.4.1",
"dotenv": "^16.4.4",
"astro-expressive-code": "^0.33.4",
"better-sqlite3": "^9.4.3",
"dotenv": "^16.4.5",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"igdb-api-node": "^5.0.2",
Expand All @@ -70,6 +70,6 @@
"tailwindcss": "^3.4.1",
"tiny-decode": "^0.1.3",
"tsx": "^4.7.1",
"vercel": "^33.5.1"
"vercel": "^33.5.3"
}
}
Loading

0 comments on commit 7153940

Please sign in to comment.