Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chakkun1121 authored Feb 12, 2024
1 parent c34a980 commit 763fb4c
Show file tree
Hide file tree
Showing 2 changed files with 1,037 additions and 878 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
"dependencies": {
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/mdx": "^14.0.4",
"@next/third-parties": "14.0.5-canary.26",
"@types/mdx": "^2.0.10",
"@next/mdx": "^14.1.0",
"@next/third-parties": "14.1.0",
"@types/mdx": "^2.0.11",
"@uidotdev/usehooks": "^2.4.1",
"fast-xml-parser": "^4.3.2",
"next": "14.0.4",
"fast-xml-parser": "^4.3.4",
"next": "14.1.0",
"next-auth": "^4.24.5",
"next-pwa": "^5.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-drive-picker": "^1.2.2",
"react-hotkeys-hook": "^4.4.1",
"react-icons": "^4.12.0",
"react-hotkeys-hook": "^4.5.0",
"react-icons": "^5.0.1",
"react-swipeable": "^7.0.1",
"react-use": "^17.5.0",
"recoil": "^0.7.7",
Expand All @@ -34,14 +34,14 @@
"uuidv7": "^0.6.3"
},
"devDependencies": {
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.16",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-next": "14.0.4",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"eslint-config-next": "14.1.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 763fb4c

Please sign in to comment.