|
1 | 1 | {
|
2 | 2 | "name": "personal-blog-app",
|
3 |
| - "version": "0.1.1", |
| 3 | + "version": "0.1.2", |
4 | 4 | "private": false,
|
5 | 5 | "description": "Personal Blog 📝 | React NextJS App, NestJS API, Mongodb Database",
|
6 | 6 | "license": "UNLICENSED",
|
|
32 | 32 | "lint": "next lint"
|
33 | 33 | },
|
34 | 34 | "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", |
50 | 50 | "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", |
54 | 54 | "js-cookie": "^3.0.5",
|
55 | 55 | "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", |
58 | 58 | "notistack": "^3.0.1",
|
59 | 59 | "react": "^18",
|
60 | 60 | "react-checkbox-tree": "^1.8.0",
|
|
63 | 63 | "react-dom": "^18",
|
64 | 64 | "react-syntax-highlighter": "^15.5.0",
|
65 | 65 | "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" |
68 | 69 | },
|
69 | 70 | "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", |
72 | 73 | "@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", |
76 | 77 | "@types/react": "^18",
|
77 | 78 | "@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", |
82 | 83 | "typescript": "^5"
|
83 | 84 | }
|
84 | 85 | }
|
0 commit comments