|
4 | 4 | "": {
|
5 | 5 | "name": "@flowscripter/mpeg-sdl-editor",
|
6 | 6 | "dependencies": {
|
7 |
| - "@flowscripter/mpeg-sdl-parser": "latest", |
8 |
| - "@lezer/common": "latest", |
9 |
| - "@lezer/highlight": "latest", |
10 |
| - "@types/wicg-file-system-access": "latest", |
11 |
| - "@uiw/react-codemirror": "latest", |
12 |
| - "daisyui": "latest", |
13 |
| - "react": "latest", |
14 |
| - "react-dom": "latest", |
15 |
| - "tailwindcss": "latest", |
| 7 | + "@flowscripter/mpeg-sdl-parser": "^1.2.9", |
| 8 | + "@lezer/common": "^1.2.3", |
| 9 | + "@lezer/highlight": "^1.2.1", |
| 10 | + "@types/wicg-file-system-access": "^2023.10.6", |
| 11 | + "@uiw/react-codemirror": "4.23.13", |
| 12 | + "daisyui": "^5.0.43", |
| 13 | + "react": "^19.1.0", |
| 14 | + "react-dom": "^19.1.0", |
| 15 | + "tailwindcss": "^4.1.10", |
16 | 16 | },
|
17 | 17 | "devDependencies": {
|
18 |
| - "@happy-dom/global-registrator": "latest", |
19 |
| - "@testing-library/dom": "latest", |
20 |
| - "@testing-library/react": "latest", |
21 |
| - "@types/bun": "latest", |
22 |
| - "bun-plugin-tailwind": "latest", |
23 |
| - "happy-dom": "latest", |
| 18 | + "@happy-dom/global-registrator": "^18.0.1", |
| 19 | + "@testing-library/dom": "^10.4.0", |
| 20 | + "@testing-library/react": "^16.3.0", |
| 21 | + "@types/bun": "^1.2.16", |
| 22 | + "bun-plugin-tailwind": "^0.0.15", |
| 23 | + "happy-dom": "^18.0.1", |
24 | 24 | },
|
25 | 25 | "peerDependencies": {
|
26 |
| - "@types/react": "latest", |
27 |
| - "@types/react-dom": "latest", |
28 |
| - "typescript": "latest", |
| 26 | + "@types/react": "^19.1.8", |
| 27 | + "@types/react-dom": "^19.1.6", |
| 28 | + "typescript": "^5.8.3", |
29 | 29 | },
|
30 | 30 | },
|
31 | 31 | },
|
|
0 commit comments