Skip to content

Commit 83472bf

Browse files
authored
v1.0.2: Merge pull request #14 from atakanuludag/dev
v1.0.2
2 parents ae2af2c + 79f1aae commit 83472bf

29 files changed

+4519
-8635
lines changed

app/package-lock.json

Lines changed: 4133 additions & 8558 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 33 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "personal-blog-app",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": false,
55
"description": "Personal Blog 📝 | React NextJS App, NestJS API, Mongodb Database",
66
"license": "UNLICENSED",
@@ -32,29 +32,29 @@
3232
"lint": "next lint"
3333
},
3434
"dependencies": {
35-
"@emotion/cache": "^11.11.0",
36-
"@emotion/css": "^11.11.2",
37-
"@emotion/react": "^11.11.1",
38-
"@emotion/styled": "^11.11.0",
39-
"@mdx-js/loader": "^3.0.0",
40-
"@mdx-js/react": "^3.0.0",
41-
"@mui/icons-material": "^5.14.16",
42-
"@mui/lab": "^5.0.0-alpha.151",
43-
"@mui/material": "^5.14.16",
44-
"@mui/x-data-grid": "^6.18.1",
45-
"@mui/x-date-pickers": "^6.18.1",
46-
"@next/mdx": "^14.1.3",
47-
"@next/third-parties": "^14.1.3",
48-
"@tanstack/react-query": "^5.17.9",
49-
"@uiw/react-md-editor": "^3.25.6",
35+
"@emotion/cache": "^11.13.1",
36+
"@emotion/css": "^11.13.0",
37+
"@emotion/react": "^11.13.0",
38+
"@emotion/styled": "^11.13.0",
39+
"@mdx-js/loader": "^3.0.1",
40+
"@mdx-js/react": "^3.0.1",
41+
"@mui/icons-material": "^5.16.6",
42+
"@mui/lab": "^5.0.0-alpha.173",
43+
"@mui/material": "^5.16.6",
44+
"@mui/x-data-grid": "^7.12.0",
45+
"@mui/x-date-pickers": "^7.12.0",
46+
"@next/mdx": "^14.2.5",
47+
"@next/third-parties": "^14.2.5",
48+
"@tanstack/react-query": "^5.51.21",
49+
"@uiw/react-md-editor": "^4.0.4",
5050
"css-mediaquery": "^0.1.2",
51-
"date-fns": "^2.30.0",
52-
"emoji-picker-react": "^4.5.15",
53-
"formik": "^2.4.5",
51+
"date-fns": "^3.6.0",
52+
"emoji-picker-react": "^4.11.1",
53+
"formik": "^2.4.6",
5454
"js-cookie": "^3.0.5",
5555
"lodash": "^4.17.21",
56-
"next": "^14.1.3",
57-
"next-mdx-remote": "^4.4.1",
56+
"next": "^14.2.5",
57+
"next-mdx-remote": "^5.0.0",
5858
"notistack": "^3.0.1",
5959
"react": "^18",
6060
"react-checkbox-tree": "^1.8.0",
@@ -63,22 +63,23 @@
6363
"react-dom": "^18",
6464
"react-syntax-highlighter": "^15.5.0",
6565
"reading-time": "^1.5.0",
66-
"remark-gfm": "^3.0.1",
67-
"yup": "^1.3.2"
66+
"remark-gfm": "^4.0.0",
67+
"yet-another-react-lightbox": "^3.21.3",
68+
"yup": "^1.4.0"
6869
},
6970
"devDependencies": {
70-
"@tanstack/react-query-devtools": "^5.17.9",
71-
"@types/css-mediaquery": "^0.1.3",
71+
"@tanstack/react-query-devtools": "^5.51.21",
72+
"@types/css-mediaquery": "^0.1.4",
7273
"@types/js-cookie": "^3.0.6",
73-
"@types/lodash": "^4.14.200",
74-
"@types/mdx": "^2.0.9",
75-
"@types/node": "^20",
74+
"@types/lodash": "^4.17.7",
75+
"@types/mdx": "^2.0.13",
76+
"@types/node": "^22",
7677
"@types/react": "^18",
7778
"@types/react-dom": "^18",
78-
"@types/react-syntax-highlighter": "^15.5.9",
79-
"eslint": "^8",
80-
"eslint-config-next": "^14.1.3",
81-
"sass": "^1.69.5",
79+
"@types/react-syntax-highlighter": "^15.5.13",
80+
"eslint": "8.57.0",
81+
"eslint-config-next": "^14.2.5",
82+
"sass": "^1.77.8",
8283
"typescript": "^5"
8384
}
8485
}

app/public/android-chrome-192x192.png

-5.58 KB
Loading

app/public/android-chrome-512x512.png

-28.5 KB
Loading

app/public/apple-touch-icon.png

-4.62 KB
Loading

app/public/avatar.jpeg

84.8 KB
Loading

app/public/avatar.jpg

-37.2 KB
Binary file not shown.

app/public/favicon-16x16.png

-40 Bytes
Loading

app/public/favicon-32x32.png

-170 Bytes
Loading

app/public/favicon.ico

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)