|
48 | 48 | "@types/glob": "^8.0.0", |
49 | 49 | "@types/inquirer": "^8.2.5", |
50 | 50 | "@types/jest": "^27.4.1", |
51 | | - "@types/lodash": "^4.14.189", |
52 | | - "@types/marked": "^4.0.7", |
| 51 | + "@types/lodash": "^4.14.191", |
| 52 | + "@types/marked": "^4.0.8", |
53 | 53 | "@types/node": "16.18.0", |
54 | | - "@types/react": "^18.0.25", |
| 54 | + "@types/react": "^18.0.26", |
55 | 55 | "@types/react-dom": "^18.0.9", |
56 | | - "@types/vscode": "^1.73.1", |
| 56 | + "@types/vscode": "^1.74.0", |
57 | 57 | "@types/yaml-front-matter": "^4.1.0", |
58 | | - "@typescript-eslint/eslint-plugin": "^5.44.0", |
59 | | - "@typescript-eslint/parser": "^5.44.0", |
60 | | - "axios": "^1.1.2", |
| 58 | + "@typescript-eslint/eslint-plugin": "^5.46.1", |
| 59 | + "@typescript-eslint/parser": "^5.46.1", |
| 60 | + "axios": "^1.2.1", |
61 | 61 | "axios-mock-adapter": "^1.21.2", |
62 | 62 | "babel-jest": "^29.1.2", |
63 | | - "bootstrap": "^5.2.2", |
| 63 | + "bootstrap": "^5.2.3", |
64 | 64 | "codesandbox": "^2.2.3", |
65 | 65 | "colors": "^1.4.0", |
66 | 66 | "core-js": "^3.26.1", |
67 | | - "dayjs": "^1.11.6", |
68 | | - "echarts": "^5.4.0", |
69 | | - "eslint": "^8.28.0", |
| 67 | + "dayjs": "^1.11.7", |
| 68 | + "echarts": "^5.4.1", |
| 69 | + "eslint": "^8.29.0", |
70 | 70 | "eslint-config-prettier": "^8.5.0", |
71 | 71 | "eslint-plugin-import": "^2.26.0", |
72 | | - "eslint-plugin-jsdoc": "^39.6.2", |
| 72 | + "eslint-plugin-jsdoc": "^39.6.4", |
73 | 73 | "eslint-plugin-jsx-a11y": "^6.6.1", |
74 | 74 | "eslint-plugin-markdown": "^3.0.0", |
75 | 75 | "eslint-plugin-prettier": "^4.2.1", |
76 | 76 | "eslint-plugin-react": "^7.31.11", |
77 | 77 | "eslint-plugin-react-hooks": "^4.6.0", |
78 | 78 | "eslint-plugin-tsdoc": "^0.2.17", |
79 | | - "fs-extra": "^10.1.0", |
| 79 | + "fs-extra": "^11.1.0", |
80 | 80 | "glob": "^8.0.3", |
81 | | - "highlight.js": "^11.6.0", |
| 81 | + "highlight.js": "^11.7.0", |
82 | 82 | "husky": "^8.0.2", |
83 | | - "i18next": "^22.0.4", |
| 83 | + "i18next": "^22.4.3", |
84 | 84 | "immer": "^9.0.16", |
85 | 85 | "inquirer": "^8.2.5", |
86 | 86 | "is-builtin-module": "^3.2.0", |
87 | 87 | "jest": "^27.5.1", |
88 | 88 | "jest-environment-jsdom": "28.1.1", |
89 | 89 | "jsurl": "^0.1.5", |
90 | | - "lerna": "^6.0.3", |
| 90 | + "lerna": "^6.1.0", |
91 | 91 | "lodash": "^4.17.21", |
92 | | - "marked": "^4.2.3", |
| 92 | + "marked": "^4.2.4", |
93 | 93 | "nx": "15.2.1", |
94 | 94 | "postcss-html": "^1.5.0", |
95 | 95 | "postcss-markdown": "^1.2.0", |
96 | | - "prettier": "^2.7.1", |
| 96 | + "prettier": "^2.8.1", |
97 | 97 | "react": "^18.2.0", |
98 | 98 | "react-dom": "^18.2.0", |
99 | | - "react-i18next": "^12.0.0", |
100 | | - "react-router-dom": "^6.4.3", |
| 99 | + "react-i18next": "^12.1.1", |
| 100 | + "react-router-dom": "^6.4.5", |
101 | 101 | "react-test-renderer": "^18.2.0", |
102 | 102 | "regenerator-runtime": "^0.13.11", |
103 | 103 | "rfs": "^9.0.6", |
104 | | - "rxjs": "^7.5.7", |
| 104 | + "rxjs": "^7.6.0", |
105 | 105 | "rxjs-for-await": "^1.0.0", |
106 | | - "sass": "^1.56.1", |
| 106 | + "sass": "^1.56.2", |
107 | 107 | "sort-package-json": "^2.1.0", |
108 | | - "stylelint": "^14.15.0", |
| 108 | + "stylelint": "^14.16.0", |
109 | 109 | "stylelint-config-prettier": "^9.0.4", |
110 | 110 | "stylelint-config-recess-order": "^3.0.0", |
111 | 111 | "stylelint-config-recommended-scss": "^8.0.0", |
|
115 | 115 | "ts-jest": "^27.1.4", |
116 | 116 | "ts-node": "^10.9.1", |
117 | 117 | "tslib": "^2.4.1", |
118 | | - "typescript": "~4.8.4", |
| 118 | + "typescript": "~4.9.4", |
119 | 119 | "yaml-front-matter": "^4.1.1" |
120 | 120 | }, |
121 | 121 | "engines": { |
|
0 commit comments