|
25 | 25 | "disqus-react": "^1.1.5", |
26 | 26 | "js-yaml": "^4.1.0", |
27 | 27 | "lodash-es": "^4.17.21", |
28 | | - "next": "15.1.0", |
| 28 | + "next": "15.1.7", |
29 | 29 | "next-mdx-remote": "^5.0.0", |
30 | 30 | "next-seo": "^6.6.0", |
31 | 31 | "prop-types": "^15.8.1", |
32 | 32 | "react": "19.0.0", |
33 | 33 | "react-dom": "19.0.0", |
34 | 34 | "react-gtm-module": "^2.0.11", |
35 | | - "react-intersection-observer": "^9.14.0", |
| 35 | + "react-intersection-observer": "^9.15.1", |
36 | 36 | "rehype-autolink-headings": "^7.1.0", |
37 | 37 | "rehype-katex": "^7.0.1", |
38 | 38 | "rehype-slug": "^6.0.0", |
39 | | - "remark-gfm": "^4.0.0", |
| 39 | + "remark-gfm": "^4.0.1", |
40 | 40 | "remark-math": "6.0.0", |
41 | 41 | "tiny-invariant": "^1.3.3", |
42 | 42 | "tslib": "^2.8.1" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | | - "@babel/core": "^7.26.0", |
| 45 | + "@babel/core": "^7.26.9", |
46 | 46 | "@emotion/babel-plugin": "^11.13.5", |
47 | | - "@macalinao/eslint-config-react": "^3.0.0", |
48 | | - "@macalinao/tsconfig": "^3.0.0", |
49 | | - "@next/bundle-analyzer": "^15.1.0", |
50 | | - "@next/env": "^15.1.0", |
51 | | - "@next/eslint-plugin-next": "^15.1.0", |
| 47 | + "@macalinao/eslint-config-react": "^3.0.10", |
| 48 | + "@macalinao/tsconfig": "^3.1.0", |
| 49 | + "@next/bundle-analyzer": "^15.1.7", |
| 50 | + "@next/env": "^15.1.7", |
| 51 | + "@next/eslint-plugin-next": "^15.1.7", |
52 | 52 | "@saberhq/browserslist-config": "^3.4.3", |
53 | 53 | "@svgr/webpack": "^8.1.0", |
54 | 54 | "@types/eslint": "^9.6.1", |
55 | 55 | "@types/js-yaml": "^4.0.9", |
56 | 56 | "@types/lodash-es": "^4.17.12", |
57 | | - "@types/node": "^22.10.2", |
58 | | - "@types/react": "^19.0.1", |
59 | | - "@types/react-dom": "^19.0.2", |
| 57 | + "@types/node": "^22.13.4", |
| 58 | + "@types/react": "^19.0.8", |
| 59 | + "@types/react-dom": "^19.0.3", |
60 | 60 | "@types/react-gtm-module": "^2.0.4", |
61 | 61 | "@types/webpack": "^5.28.5", |
62 | 62 | "babel-plugin-macros": "^3.1.0", |
63 | 63 | "babel-plugin-twin": "^1.1.0", |
64 | | - "eslint": "^9.17.0", |
| 64 | + "eslint": "^9.20.1", |
65 | 65 | "husky": "^9.1.7", |
66 | | - "lint-staged": "^15.2.11", |
| 66 | + "lint-staged": "^15.4.3", |
67 | 67 | "next-sitemap": "^4.2.3", |
68 | | - "prettier": "^3.4.2", |
| 68 | + "prettier": "^3.5.1", |
69 | 69 | "resolve-typescript-plugin": "^2.0.1", |
70 | | - "tailwindcss": "^3.4.16", |
| 70 | + "tailwindcss": "^4.0.6", |
71 | 71 | "twin.macro": "^3.4.1", |
72 | | - "typescript": "^5.7.2", |
73 | | - "webpack": "^5.97.1" |
| 72 | + "typescript": "^5.7.3", |
| 73 | + "webpack": "^5.98.0" |
74 | 74 | }, |
75 | 75 | "prettier": {}, |
76 | 76 | "engines": { |
|
85 | 85 | "*.{ts,tsx,mts,cts,cjs,mjs}": "eslint --fix --cache", |
86 | 86 | "*.{css,md,json,webmanifest,yml,yaml,js,jsx}": "prettier --write" |
87 | 87 | }, |
88 | | - "packageManager": "yarn@4.5.3" |
| 88 | + "packageManager": "yarn@4.6.0" |
89 | 89 | } |
0 commit comments