Skip to content

Commit

Permalink
chore: update package version in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokshit06 committed Mar 12, 2024
1 parent 112e07e commit e292adb
Show file tree
Hide file tree
Showing 2 changed files with 434 additions and 449 deletions.
6 changes: 3 additions & 3 deletions examples/next-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"lint": "next lint"
},
"dependencies": {
"@next/font": "13.1.4",
"@next/font": "^14.1.3",
"@tailwindcss/container-queries": "^0.1.0",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"next": "13.1.4",
"next": "^14.1.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.4"
Expand All @@ -24,6 +24,6 @@
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4",
"typewind": "*"
"typewind": "^0.1.4"
}
}
Loading

0 comments on commit e292adb

Please # to comment.