|
23 | 23 | "rss": "node scripts/generateRss.js" |
24 | 24 | }, |
25 | 25 | "dependencies": { |
26 | | - "@codesandbox/sandpack-react": "2.13.5", |
27 | | - "@docsearch/css": "^3.8.3", |
28 | | - "@docsearch/react": "^3.8.3", |
| 26 | + "@codesandbox/sandpack-react": "2.20.0", |
| 27 | + "@docsearch/css": "^3.9.0", |
| 28 | + "@docsearch/react": "^3.9.0", |
29 | 29 | "@headlessui/react": "^1.7.0", |
30 | | - "@radix-ui/react-context-menu": "^2.1.5", |
31 | | - "body-scroll-lock": "^3.1.3", |
32 | | - "classnames": "^2.2.6", |
| 30 | + "@radix-ui/react-context-menu": "^2.2.6", |
| 31 | + "body-scroll-lock": "^3.1.5", |
| 32 | + "classnames": "^2.5.1", |
33 | 33 | "date-fns": "^2.16.1", |
34 | 34 | "debounce": "^1.2.1", |
35 | 35 | "github-slugger": "^1.3.0", |
36 | | - "next": "15.1.0", |
| 36 | + "next": "15.1.7", |
37 | 37 | "next-remote-watch": "^1.0.0", |
38 | | - "parse-numeric-range": "^1.2.0", |
| 38 | + "parse-numeric-range": "^1.3.0", |
39 | 39 | "react": "^19.0.0", |
40 | | - "react-collapsed": "4.0.4", |
| 40 | + "react-collapsed": "4.2.0", |
41 | 41 | "react-dom": "^19.0.0", |
42 | 42 | "remark-frontmatter": "^4.0.1", |
43 | 43 | "remark-gfm": "^3.0.1" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | | - "@babel/core": "^7.12.9", |
47 | | - "@babel/plugin-transform-modules-commonjs": "^7.18.6", |
48 | | - "@babel/preset-react": "^7.18.6", |
| 46 | + "@babel/core": "^7.26.9", |
| 47 | + "@babel/plugin-transform-modules-commonjs": "^7.26.3", |
| 48 | + "@babel/preset-react": "^7.26.3", |
49 | 49 | "@mdx-js/mdx": "^2.1.3", |
50 | 50 | "@types/body-scroll-lock": "^2.6.1", |
51 | 51 | "@types/classnames": "^2.2.10", |
52 | 52 | "@types/debounce": "^1.2.1", |
53 | 53 | "@types/github-slugger": "^1.3.0", |
54 | 54 | "@types/mdx-js__react": "^1.5.2", |
55 | | - "@types/node": "^14.6.4", |
56 | | - "@types/parse-numeric-range": "^0.0.1", |
57 | | - "@types/react": "^19.0.0", |
58 | | - "@types/react-dom": "^19.0.0", |
| 55 | + "@types/node": "^22.13.5", |
| 56 | + "@types/parse-numeric-range": "^0.0.3", |
| 57 | + "@types/react": "^19.0.10", |
| 58 | + "@types/react-dom": "^19.0.4", |
59 | 59 | "@typescript-eslint/eslint-plugin": "^5.36.2", |
60 | 60 | "@typescript-eslint/parser": "^5.36.2", |
61 | 61 | "asyncro": "^3.0.0", |
62 | | - "autoprefixer": "^10.4.2", |
| 62 | + "autoprefixer": "^10.4.20", |
63 | 63 | "babel-eslint": "10.x", |
64 | 64 | "babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112", |
65 | 65 | "eslint": "7.x", |
|
73 | 73 | "eslint-plugin-react-hooks": "^0.0.0-experimental-fabef7a6b-20221215", |
74 | 74 | "fs-extra": "^9.0.1", |
75 | 75 | "globby": "^11.0.1", |
76 | | - "gray-matter": "^4.0.2", |
| 76 | + "gray-matter": "^4.0.3", |
77 | 77 | "husky": "^7.0.4", |
78 | 78 | "is-ci": "^3.0.1", |
79 | 79 | "lint-staged": ">=10", |
80 | 80 | "mdast-util-to-string": "^1.1.0", |
81 | 81 | "metro-cache": "0.72.2", |
82 | 82 | "npm-run-all": "^4.1.5", |
83 | | - "postcss": "^8.4.5", |
| 83 | + "postcss": "^8.5.3", |
84 | 84 | "postcss-flexbugs-fixes": "4.2.1", |
85 | 85 | "postcss-preset-env": "^6.7.0", |
86 | 86 | "prettier": "^2.5.1", |
87 | | - "reading-time": "^1.2.0", |
| 87 | + "reading-time": "^1.5.0", |
88 | 88 | "remark": "^12.0.1", |
89 | 89 | "remark-external-links": "^7.0.0", |
90 | 90 | "remark-html": "^12.0.0", |
|
95 | 95 | "retext-smartypants": "^4.0.0", |
96 | 96 | "rss": "^1.2.2", |
97 | 97 | "tailwindcss": "^3.4.1", |
98 | | - "typescript": "^5.7.2", |
| 98 | + "typescript": "^5.7.3", |
99 | 99 | "unist-util-visit": "^2.0.3", |
100 | | - "webpack-bundle-analyzer": "^4.5.0" |
| 100 | + "webpack-bundle-analyzer": "^4.10.2" |
101 | 101 | }, |
102 | 102 | "engines": { |
103 | 103 | "node": ">=16.8.0" |
|
0 commit comments