Skip to content

Commit

Permalink
update transitions
Browse files Browse the repository at this point in the history
  • Loading branch information
vkbansal committed Sep 14, 2023
1 parent f3b28fd commit 0a2ce95
Show file tree
Hide file tree
Showing 4 changed files with 176 additions and 138 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,28 @@
"build": "NODE_ENV=production astro build"
},
"dependencies": {
"@types/node": "^20.5.7",
"astro": "^3.0.3",
"@types/node": "^20.6.0",
"astro": "^3.0.13",
"change-case": "^4.1.2",
"dayjs": "^1.11.9",
"html-entities": "^2.4.0",
"normalize.css": "^8.0.1",
"reading-time": "^1.5.0",
"sass": "^1.66.1",
"sass": "^1.67.0",
"sharp": "^0.32.5",
"typescript": "^5.2.2"
},
"devDependencies": {
"@astrojs/check": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.48.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-astro": "^0.29.0",
"husky": "^8.0.3",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"rehype-attr": "^2.1.4",
"rehype-external-links": "^2.1.0"
"rehype-external-links": "^3.0.0"
}
}
Loading

0 comments on commit 0a2ce95

Please sign in to comment.