|
21 | 21 | "@mdx-js/node-loader": "^3.0.1", |
22 | 22 | "@mdx-js/react": "^3.0.1", |
23 | 23 | "@next/mdx": "^14.2.3", |
24 | | - "@reduxjs/toolkit": "2.2.3", |
25 | 24 | "@tailwindcss/typography": "0.5.13", |
26 | 25 | "@types/ramda": "^0.30.0", |
27 | 26 | "clsx": "2.1.1", |
|
31 | 30 | "next": "14.2.3", |
32 | 31 | "next-sitemap": "4.2.3", |
33 | 32 | "prismjs": "^1.29.0", |
34 | | - "ramda": "^0.30.0", |
| 33 | + "ramda": "^0.30.1", |
35 | 34 | "react": "18.3.1", |
36 | 35 | "react-dom": "18.3.1", |
37 | 36 | "react-redux": "^9.1.2", |
|
41 | 40 | "remark-gfm": "^4.0.0", |
42 | 41 | "remark-math": "^6.0.0", |
43 | 42 | "schema-dts": "1.1.2", |
44 | | - "sharp": "^0.33.3", |
| 43 | + "sharp": "^0.33.4", |
45 | 44 | "unified": "^11.0.4", |
46 | | - "wasm-vips": "0.0.8", |
| 45 | + "wasm-vips": "0.0.9", |
47 | 46 | "yargs": "17.7.2" |
48 | 47 | }, |
49 | 48 | "devDependencies": { |
50 | 49 | "@next/env": "^14.2.3", |
51 | | - "@types/node": "^20.12.8", |
52 | | - "@types/react": "^18.3.1", |
| 50 | + "@types/node": "^20.14.2", |
| 51 | + "@types/react": "^18.3.3", |
53 | 52 | "@types/react-dom": "^18.3.0", |
54 | | - "@typescript-eslint/eslint-plugin": "^7.8.0", |
55 | | - "@typescript-eslint/parser": "^7.8.0", |
| 53 | + "@typescript-eslint/eslint-plugin": "^7.12.0", |
| 54 | + "@typescript-eslint/parser": "^7.12.0", |
56 | 55 | "autoprefixer": "^10.4.19", |
57 | 56 | "eslint": "^8.57.0", |
58 | 57 | "eslint-config-next": "^14.2.3", |
|
62 | 61 | "eslint-plugin-jsx-a11y": "^6.8.0", |
63 | 62 | "eslint-plugin-node": "^11.1.0", |
64 | 63 | "eslint-plugin-prettier": "^5.1.3", |
65 | | - "eslint-plugin-promise": "^6.1.1", |
66 | | - "eslint-plugin-react": "^7.34.1", |
| 64 | + "eslint-plugin-promise": "^6.2.0", |
| 65 | + "eslint-plugin-react": "^7.34.2", |
67 | 66 | "image-size": "^1.1.1", |
68 | 67 | "npm-run-all": "4.1.5", |
69 | 68 | "postcss": "^8.4.38", |
70 | | - "prettier": "^3.2.5", |
71 | | - "prettier-plugin-tailwindcss": "^0.5.14", |
72 | | - "tailwindcss": "^3.4.3", |
| 69 | + "prettier": "^3.3.1", |
| 70 | + "prettier-plugin-tailwindcss": "^0.6.2", |
| 71 | + "tailwindcss": "^3.4.4", |
73 | 72 | "ts-node": "^10.9.2", |
74 | 73 | "types-ramda": "^0.30.0", |
75 | 74 | "typescript": "^5.4.5" |
|
0 commit comments