|
32 | 32 | "spell": "cspell '*.md' '*.mdx' '**/*.md' '**/*.mdx' 'docs/*.md' 'docs/*.mdx' 'docs/**/*.md' 'docs/**/*.mdx' 'general/*.md' 'general/*.mdx' 'general/**/*.md' 'general/**/*.mdx'" |
33 | 33 | }, |
34 | 34 | "dependencies": { |
35 | | - "@docusaurus/core": "latest", |
36 | | - "@docusaurus/plugin-pwa": "latest", |
37 | | - "@docusaurus/preset-classic": "latest", |
38 | | - "@docusaurus/theme-mermaid": "latest", |
39 | | - "@emotion/react": "^11.10.5", |
40 | | - "@emotion/styled": "^11.10.5", |
41 | | - "@mdx-js/react": "^1.6.22", |
42 | | - "@mui/icons-material": "^5.10.16", |
43 | | - "@mui/material": "^5.10.16", |
| 35 | + "@docusaurus/core": "canary", |
| 36 | + "@docusaurus/plugin-pwa": "canary", |
| 37 | + "@docusaurus/preset-classic": "canary", |
| 38 | + "@docusaurus/theme-mermaid": "canary", |
| 39 | + "@emotion/react": "^11.11.1", |
| 40 | + "@emotion/styled": "^11.11.0", |
| 41 | + "@mdx-js/react": "^2.3.0", |
| 42 | + "@mui/icons-material": "^5.11.16", |
| 43 | + "@mui/material": "^5.13.5", |
44 | 44 | "clsx": "^1.2.1", |
45 | 45 | "commander": "5.1.0", |
46 | 46 | "dotenv": "^16.0.3", |
47 | | - "hast-util-from-parse5": "^7.1.0", |
| 47 | + "hast-util-from-parse5": "^7.1.2", |
48 | 48 | "libxmljs2": "^0.31.0", |
49 | | - "prism-react-renderer": "^1.3.5", |
| 49 | + "prism-react-renderer": "^2.0.5", |
50 | 50 | "raw-loader": "^4.0.2", |
51 | | - "react": "^17.0.2", |
52 | | - "react-dom": "^17.0.2", |
53 | | - "react-player": "^2.11.0" |
| 51 | + "react": "^18.2.0", |
| 52 | + "react-dom": "^18.2.0", |
| 53 | + "react-player": "^2.12.0", |
| 54 | + "unist-util-visit": "^4.1.2" |
54 | 55 | }, |
55 | 56 | "browserslist": { |
56 | 57 | "production": [ |
|
66 | 67 | }, |
67 | 68 | "devDependencies": { |
68 | 69 | "@apidevtools/json-schema-ref-parser": "^9.1.0", |
69 | | - "@babel/plugin-transform-runtime": "^7.19.6", |
70 | | - "@babel/preset-env": "^7.20.2", |
71 | | - "@docusaurus/module-type-aliases": "latest", |
72 | | - "@tsconfig/docusaurus": "^1.0.6", |
| 70 | + "@babel/plugin-transform-runtime": "^7.22.5", |
| 71 | + "@babel/preset-env": "^7.22.5", |
| 72 | + "@docusaurus/module-type-aliases": "canary", |
| 73 | + "@tsconfig/docusaurus": "^1.0.7", |
73 | 74 | "@types/core-js": "^2.5.5", |
74 | | - "@types/node": "^18.11.10", |
75 | | - "@typescript-eslint/eslint-plugin": "^5.45.0", |
76 | | - "@typescript-eslint/parser": "^5.45.0", |
| 75 | + "@types/node": "^20.3.1", |
| 76 | + "@typescript-eslint/eslint-plugin": "^5.59.11", |
| 77 | + "@typescript-eslint/parser": "^5.59.11", |
77 | 78 | "ajv-cli": "^5.0.0", |
78 | | - "babel-jest": "^29.3.1", |
| 79 | + "babel-jest": "^29.5.0", |
79 | 80 | "cspell": "^6.15.1", |
80 | | - "eslint": "^8.28.0", |
| 81 | + "eslint": "^8.43.0", |
81 | 82 | "eslint-config-airbnb": "^19.0.4", |
82 | 83 | "eslint-plugin-header": "^3.1.1", |
83 | | - "eslint-plugin-import": "^2.26.0", |
84 | | - "eslint-plugin-jest": "^27.1.6", |
85 | | - "eslint-plugin-jsx-a11y": "^6.6.1", |
86 | | - "eslint-plugin-mdx": "^1.17.1", |
87 | | - "eslint-plugin-react": "^7.31.11", |
| 84 | + "eslint-plugin-import": "^2.27.5", |
| 85 | + "eslint-plugin-jest": "^27.2.2", |
| 86 | + "eslint-plugin-jsx-a11y": "^6.7.1", |
| 87 | + "eslint-plugin-mdx": "^2.1.0", |
| 88 | + "eslint-plugin-react": "^7.32.2", |
88 | 89 | "eslint-plugin-react-hooks": "^4.6.0", |
89 | | - "eslint-plugin-regexp": "^1.11.0", |
90 | | - "husky": "^8.0.2", |
| 90 | + "eslint-plugin-regexp": "^1.15.0", |
| 91 | + "husky": "^8.0.3", |
91 | 92 | "inquirer": "^9.1.4", |
92 | 93 | "jest": "^29.3.1", |
93 | 94 | "js-yaml": "^4.1.0", |
|
98 | 99 | "nodemw": "^0.18.0", |
99 | 100 | "stylelint": "^14.15.0", |
100 | 101 | "stylelint-config-standard": "^29.0.0", |
101 | | - "ts-jest": "^29.0.3", |
102 | | - "typescript": "^4.9.3", |
103 | | - "unist-util-inspect": "7.0.1", |
| 102 | + "ts-jest": "^29.1.0", |
| 103 | + "typescript": "^5.1.3", |
| 104 | + "unist-util-inspect": "7.0.2", |
104 | 105 | "winston": "^3.8.2" |
105 | 106 | }, |
106 | 107 | "packageManager": "yarn@3.2.4" |
|
0 commit comments