Skip to content

Commit

Permalink
build: update dependency (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
rezafikkri authored Dec 19, 2024
2 parents 391af81 + 60cdb1e commit 2ac5d02
Show file tree
Hide file tree
Showing 2 changed files with 235 additions and 242 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
"update-sitemap": "node ./lib/update-sitemap.mjs"
},
"dependencies": {
"@inquirer/checkbox": "^4.0.1",
"@inquirer/confirm": "^5.0.1",
"@inquirer/input": "^4.0.1",
"@inquirer/select": "^4.0.1",
"@inquirer/checkbox": "^4.0.3",
"@inquirer/confirm": "^5.1.0",
"@inquirer/input": "^4.1.0",
"@inquirer/select": "^4.0.3",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.13",
"eslint-config-next": "^15.0.2",
"eslint-config-next": "^15.1.2",
"gray-matter": "^4.0.3",
"highlight.js": "^11.10.0",
"next": "^15.0.2",
"react": "19.0.0-rc-33c7bd9a-20241104",
"react-dom": "19.0.0-rc-33c7bd9a-20241104",
"highlight.js": "^11.11.0",
"next": "^15.1.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"rehype-attr": "^3.0.3",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.1",
Expand All @@ -39,7 +39,7 @@
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14"
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17"
}
}
Loading

0 comments on commit 2ac5d02

Please sign in to comment.