Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jewlexx committed Dec 19, 2024
1 parent 8b0624f commit 68d6fc4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
Binary file modified bun.lockb
Binary file not shown.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,31 @@
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.1.1",
"@types/mdx": "^2.0.13",
"next": "15.0.3",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106"
"next": "^15.1.1",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/eslint": "^9.6.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/eslint": "^9.6.1",
"@types/node": "^20.17.10",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.22",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"eslint": "^8.57.1",
"eslint-config-next": "^15.1.1",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.0.0",
"postcss": "^8",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"sass": "^1.80.5",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"typescript-eslint": "^8.0.0"
"globals": "^15.14.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"sass": "^1.83.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1"
}
}

0 comments on commit 68d6fc4

Please sign in to comment.