|
72 | 72 | "@eslint/js": "^10.0.1", |
73 | 73 | "@stencil/core": "4.43.3", |
74 | 74 | "@stencil/eslint-plugin": "^1.2.0", |
75 | | - "@stencil/react-output-target": "^1.2.0", |
76 | | - "@stencil/sass": "^3.0.4", |
| 75 | + "@stencil/react-output-target": "^1.4.2", |
| 76 | + "@stencil/sass": "^3.2.3", |
77 | 77 | "@storybook/addon-a11y": "10.3.3", |
78 | 78 | "@storybook/addon-docs": "10.3.3", |
79 | 79 | "@storybook/web-components-vite": "10.3.3", |
80 | 80 | "@timkendrick/monaco-editor": "^0.0.9", |
81 | 81 | "@types/jest": "^29.5.14", |
82 | | - "@typescript-eslint/eslint-plugin": "^8.30.1", |
83 | | - "@typescript-eslint/parser": "^8.30.1", |
| 82 | + "@typescript-eslint/eslint-plugin": "^8.57.2", |
| 83 | + "@typescript-eslint/parser": "^8.57.2", |
84 | 84 | "@typescript-eslint/rule-tester": "^8.57.2", |
85 | | - "@typescript-eslint/utils": "^8.30.1", |
86 | | - "@vitest/browser": "^4.0.18", |
87 | | - "@vitest/browser-webdriverio": "^4.0.18", |
| 85 | + "@typescript-eslint/utils": "^8.57.2", |
| 86 | + "@vitest/browser": "^4.1.1", |
| 87 | + "@vitest/browser-webdriverio": "^4.1.1", |
88 | 88 | "axe-playwright": "^2.0.1", |
89 | | - "babel-loader": "^10.0.0", |
| 89 | + "babel-loader": "^10.1.1", |
90 | 90 | "eslint": "^10.1.0", |
91 | 91 | "eslint-plugin-react": "^7.37.4", |
92 | 92 | "eslint-plugin-storybook": "10.3.3", |
93 | | - "gh-pages": "^6.0.0", |
94 | | - "jiti": "^2.4.2", |
95 | | - "license-checker-rseidelsohn": "^4.2.6", |
96 | | - "lit": "^3.1.0", |
| 93 | + "gh-pages": "^6.3.0", |
| 94 | + "jiti": "^2.6.1", |
| 95 | + "license-checker-rseidelsohn": "^4.4.2", |
| 96 | + "lit": "^3.3.2", |
97 | 97 | "npm-run-all": "^4.1.5", |
98 | | - "react": "^19.2.3", |
99 | | - "react-dom": "^19.1.0", |
| 98 | + "react": "^19.2.4", |
| 99 | + "react-dom": "^19.2.4", |
100 | 100 | "rollup-plugin-node-polyfills": "^0.2.1", |
101 | 101 | "storybook": "10.3.3", |
102 | 102 | "ts-node": "^10.9.2", |
103 | 103 | "typescript": "5.9.3", |
104 | 104 | "typescript-debounce-decorator": "^0.0.18", |
105 | | - "typescript-eslint": "^8.30.1", |
| 105 | + "typescript-eslint": "^8.57.2", |
106 | 106 | "unplugin-stencil": "^0.4.1", |
107 | | - "vite": "^7.1.3", |
108 | | - "vitest": "^4.0.18", |
109 | | - "webdriverio": "^9.19.1" |
| 107 | + "vite": "^7.3.1", |
| 108 | + "vitest": "^4.1.1", |
| 109 | + "webdriverio": "^9.27.0" |
110 | 110 | }, |
111 | 111 | "dependencies": { |
112 | | - "jodit": "^4.6.2" |
| 112 | + "jodit": "^4.11.15" |
113 | 113 | }, |
114 | 114 | "peerDependencies": { |
115 | | - "eslint": "^9.0.0 || ^10.0.0", |
116 | | - "@typescript-eslint/utils": "^8.30.1" |
| 115 | + "@typescript-eslint/utils": "^8.30.1", |
| 116 | + "eslint": "^9.0.0 || ^10.0.0" |
| 117 | + }, |
| 118 | + "peerDependenciesMeta": { |
| 119 | + "@typescript-eslint/utils": { |
| 120 | + "optional": true |
| 121 | + }, |
| 122 | + "eslint": { |
| 123 | + "optional": true |
| 124 | + } |
117 | 125 | } |
118 | 126 | } |
0 commit comments