Skip to content

Commit

Permalink
Merge pull request #70 from UTDNebula/develop
Browse files Browse the repository at this point in the history
Update production
  • Loading branch information
TyHil authored Oct 28, 2024
2 parents 96ac963 + 0dc931f commit 3f27b14
Show file tree
Hide file tree
Showing 6 changed files with 949 additions and 651 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,29 @@
"format:check": "prettier --check ."
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@vercel/analytics": "^1.3.1",
"calendar-link": "^2.6.0",
"clsx": "^2.0.0",
"google-auth-library": "^9.5.0",
"next": "^13.4.19",
"@headlessui/react": "^2.1.10",
"@next/third-parties": "^15.0.1",
"calendar-link": "^2.7.0",
"clsx": "^2.1.1",
"google-auth-library": "^9.14.2",
"next": "^14.2.15",
"next-sitemap": "^4.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.6"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5"
},
"devDependencies": {
"@types/node": "^20.5.9",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"autoprefixer": "^10.4.15",
"eslint": "^8.57.0",
"eslint-config-next": "^13.4.19",
"postcss": "^8.4.29",
"prettier": "^3.2.5",
"tailwindcss": "^3.3.3",
"typescript": "5.2.2"
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.15",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.13",
"typescript": "5.6.3"
}
}
Loading

0 comments on commit 3f27b14

Please sign in to comment.