Skip to content

Commit

Permalink
perf: micro optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Jul 18, 2023
1 parent 1a853e5 commit 7b9f528
Show file tree
Hide file tree
Showing 5 changed files with 175 additions and 198 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -19,12 +19,12 @@
"@types/markdown-it": "^12.2.3",
"@types/node": "^20.4.2",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"astro": "2.8.2",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"astro": "2.8.4",
"astro-auto-import": "^0.3.0",
"astro-icon": "0.8.1",
"eslint": "^8.44.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-astro": "^0.27.2",
"eslint-plugin-prettier": "^5.0.0",
Expand Down Expand Up @@ -53,16 +53,16 @@
"dependencies": {
"@astrojs/mdx": "^0.19.7",
"@types/igdb-api-node": "^5.0.0",
"astro-expressive-code": "^0.18.0",
"astro-expressive-code": "^0.18.1",
"dotenv": "^16.3.1",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"igdb-api-node": "^5.0.2",
"markdown-it": "^13.0.1",
"prettier-plugin-tailwindcss": "^0.4.0",
"sharp": "^0.32.2",
"prettier-plugin-tailwindcss": "^0.4.1",
"sharp": "^0.32.3",
"tailwindcss": "^3.3.3",
"tsx": "^3.12.7",
"vercel": "^31.0.2"
"vercel": "^31.0.3"
}
}

0 comments on commit 7b9f528

Please sign in to comment.