You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
success/excalidraw-app
Márk Tolmács c641860cb1
fix: CVE-2023-45133 (#7988)
* Upgrade @babel/* versions to 7.24 to ensure non-vulnerable Babel versions
* Pinning React version to 18.2.0 exactly, avoiding test-utils type version clashes
* Fix warning message on yarn start
* Moving react to peer dependencies
* Moving app dependencies from workspace into app
* Bump vitest to 1.6.0 to fix history.test.tsx breaking

---------

Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
6 months ago
..
app-language chore: Correct Typos in Code Comments (#8268) 6 months ago
collab build: enable consistent type imports eslint rule (#7992) 9 months ago
components feat: smarter preferred lang detection (#8205) 7 months ago
data build: enable consistent type imports eslint rule (#7992) 9 months ago
share build: enable consistent type imports eslint rule (#7992) 9 months ago
tests feat: introduce font picker (#8012) 6 months ago
App.tsx feat: smarter preferred lang detection (#8205) 7 months ago
CustomStats.tsx build: enable consistent type imports eslint rule (#7992) 9 months ago
app-jotai.ts refactor: move excalidraw-app outside src (#6987) 1 year ago
app_constants.ts feat: store library to IndexedDB & support storage adapters (#7655) 11 months ago
bug-issue-template.js build: move build process and excalidraw-app dependencies in its own package.json (#7021) 1 year ago
debug.ts feat: Support mermaid flowchart and sequence diagrams to excalidraw diagrams 🥳 (#6920) 1 year ago
global.d.ts build: move build process and excalidraw-app dependencies in its own package.json (#7021) 1 year ago
index.html feat: multiple fonts fallbacks (#8286) 6 months ago
index.scss feat: editable element stats (#6382) 8 months ago
index.tsx build: move build process and excalidraw-app dependencies in its own package.json (#7021) 1 year ago
package.json fix: CVE-2023-45133 (#7988) 6 months ago
sentry.ts refactor: move excalidraw-app outside src (#6987) 1 year ago
useHandleAppTheme.ts build: enable consistent type imports eslint rule (#7992) 9 months ago
vite-env.d.ts build: decouple package deps and introduce yarn workspaces (#7415) 1 year ago
vite.config.mts feat: introduce font picker (#8012) 6 months ago