|
1 | 1 | {
|
2 |
| - "name": "root", |
3 |
| - "private": true, |
| 2 | + "name": "@public-ui/docs-v3", |
| 3 | + "version": "3.0.0-rc.7", |
4 | 4 | "scripts": {
|
5 | 5 | "clean": "git clean -f -d -X",
|
6 | 6 | "clean:branches": "git branch --merged | grep -v \\* | xargs git branch -D",
|
|
15 | 15 | "write-translations": "npm run gen:doc && docusaurus write-translations",
|
16 | 16 | "write-heading-ids": "npm run gen:doc && docusaurus write-heading-ids",
|
17 | 17 | "format": "prettier blog docs src -c",
|
18 |
| - "lint": "eslint src", |
19 |
| - "lint:hard": "tsc --noemit && eslint src", |
| 18 | + "lint": "tsc --noemit && eslint src", |
20 | 19 | "ncu:major": "ncu",
|
21 | 20 | "ncu:minor": "ncu -t minor -u",
|
22 | 21 | "ncu:patch": "ncu -t patch -u",
|
23 | 22 | "gen:doc": "node scripts/autogen.doc.js",
|
24 | 23 | ":prepack": "npm run build",
|
25 | 24 | "unused": "knip",
|
26 |
| - "postinstall": "npm-run-all postinstall:*", |
| 25 | + "postinstall": "npm-run-all2 postinstall:*", |
27 | 26 | "postinstall:components-assets": "cpy \"node_modules/@public-ui/components/assets/**/*\" static/assets --dot",
|
28 | 27 | "postinstall:themes-assets": "cpy \"node_modules/@public-ui/theme-default/assets/**/*\" static/assets --dot",
|
29 |
| - "update": "pnpm ncu:minor && pnpm ncu:major", |
30 |
| - "regenerate:version": "rimraf i18n/en/docusaurus-plugin-content-docs/version-2.0 versioned_docs/version-2.0 versioned_readmes/2.0 versioned_sidebars/version-2.0-sidebars.json && npm run docusaurus docs:version 2.0" |
| 28 | + "update": "pnpm ncu:minor && pnpm ncu:major" |
31 | 29 | },
|
| 30 | + "files": [ |
| 31 | + "build" |
| 32 | + ], |
32 | 33 | "dependencies": {
|
33 | 34 | "@docusaurus/core": "3.7.0",
|
34 | 35 | "@docusaurus/eslint-plugin": "3.7.0",
|
|
41 | 42 | "@leanup/form": "1.3.54",
|
42 | 43 | "@mdx-js/react": "3.1.0",
|
43 | 44 | "@monaco-editor/react": "4.7.0",
|
44 |
| - "@public-ui/components": "3.0.0-rc.6", |
45 |
| - "@public-ui/react": "3.0.0-rc.6", |
46 |
| - "@public-ui/theme-default": "3.0.0-rc.6", |
| 45 | + "@public-ui/components": "3.0.0-rc.7", |
| 46 | + "@public-ui/react": "3.0.0-rc.7", |
| 47 | + "@public-ui/theme-default": "3.0.0-rc.7", |
47 | 48 | "classnames": "2.5.1",
|
48 | 49 | "docusaurus-lunr-search": "3.6.1",
|
49 |
| - "mermaid": "11.4.1", |
| 50 | + "mermaid": "11.6.0", |
50 | 51 | "prettier": "2.8.8",
|
51 |
| - "react": "19.0.0", |
52 |
| - "react-dom": "19.0.0", |
53 |
| - "read-excel-file": "5.8.6" |
| 52 | + "react": "19.1.0", |
| 53 | + "react-dom": "19.1.0", |
| 54 | + "read-excel-file": "5.8.7" |
54 | 55 | },
|
55 | 56 | "devDependencies": {
|
56 | 57 | "@docsearch/react": "3.9.0",
|
57 | 58 | "@docusaurus/module-type-aliases": "3.7.0",
|
| 59 | + "@docusaurus/plugin-content-docs": "3.7.0", |
| 60 | + "@docusaurus/theme-classic": "3.7.0", |
| 61 | + "@docusaurus/theme-common": "3.7.0", |
58 | 62 | "@docusaurus/types": "3.7.0",
|
59 |
| - "@eslint/eslintrc": "3.3.0", |
60 |
| - "@eslint/js": "9.21.0", |
| 63 | + "@docusaurus/utils": "3.7.0", |
| 64 | + "@eslint/eslintrc": "3.3.1", |
| 65 | + "@eslint/js": "9.25.1", |
61 | 66 | "@tsconfig/docusaurus": "2.0.3",
|
| 67 | + "@types/node": "22.15.2", |
62 | 68 | "@types/prettier": "2.7.3",
|
63 |
| - "@typescript-eslint/eslint-plugin": "8.25.0", |
64 |
| - "@typescript-eslint/parser": "8.25.0", |
65 |
| - "adopted-style-sheets": "1.1.7", |
66 |
| - "autoprefixer": "10.4.20", |
| 69 | + "@types/react": "19.1.2", |
| 70 | + "@typescript-eslint/eslint-plugin": "8.31.0", |
| 71 | + "@typescript-eslint/parser": "8.31.0", |
| 72 | + "adopted-style-sheets": "1.1.8", |
| 73 | + "autoprefixer": "10.4.21", |
67 | 74 | "cpy-cli": "5.0.0",
|
68 | 75 | "depcheck": "1.4.7",
|
69 | 76 | "docusaurus-plugin-sass": "0.2.6",
|
70 |
| - "eslint": "9.21.0", |
| 77 | + "eslint": "9.25.1", |
71 | 78 | "eslint-plugin-jsx-a11y": "6.10.2",
|
72 |
| - "eslint-plugin-mdx": "3.1.5", |
73 |
| - "eslint-plugin-react": "7.37.4", |
| 79 | + "eslint-plugin-mdx": "3.4.1", |
| 80 | + "eslint-plugin-react": "7.37.5", |
74 | 81 | "html-minifier-terser": "7.2.0",
|
75 |
| - "knip": "5.45.0", |
76 |
| - "npm-check-updates": "17.1.15", |
77 |
| - "npm-run-all": "4.1.5", |
| 82 | + "knip": "5.50.5", |
| 83 | + "lunr": "2.3.9", |
| 84 | + "npm-check-updates": "18.0.1", |
| 85 | + "npm-run-all2": "7.0.2", |
78 | 86 | "postcss": "8.5.3",
|
| 87 | + "prism-react-renderer": "2.4.1", |
79 | 88 | "prop-types": "15.8.1",
|
80 | 89 | "rimraf": "3.0.2",
|
81 |
| - "sass": "1.85.1", |
| 90 | + "sass": "1.87.0", |
82 | 91 | "tailwindcss": "3.4.17",
|
83 |
| - "typescript": "5.7.3" |
| 92 | + "typescript": "5.8.3" |
84 | 93 | },
|
85 | 94 | "browserslist": {
|
86 | 95 | "production": [
|
|
0 commit comments