|
4 | 4 | "workspaces": [ |
5 | 5 | "packages/frameworks/*", |
6 | 6 | "packages/renderers/*", |
7 | | - "tests/frameworks/*", |
8 | | - "tests/fixtures" |
| 7 | + "tests/fixtures", |
| 8 | + "tests/frameworks/*" |
9 | 9 | ], |
10 | 10 | "scripts": { |
11 | 11 | "build": "npm run build:types && npm run build:js", |
|
23 | 23 | "@babel/plugin-transform-modules-commonjs": "^7.27.1", |
24 | 24 | "@babel/preset-typescript": "^7.27.1", |
25 | 25 | "@babel/register": "^7.27.1", |
26 | | - "@changesets/changelog-github": "^0.5.0", |
27 | | - "@changesets/cli": "^2.27.12", |
28 | | - "@marko/compiler": "^5.39.21", |
29 | | - "@marko/testing-library": "^6.2.0", |
| 26 | + "@changesets/changelog-github": "^0.5.1", |
| 27 | + "@changesets/cli": "^2.29.5", |
| 28 | + "@marko/compiler": "^5.39.28", |
| 29 | + "@marko/testing-library": "^6.3.1", |
30 | 30 | "@marko/type-check": "^1.3.22", |
31 | | - "@playwright/test": "^1.50.1", |
| 31 | + "@playwright/test": "^1.53.2", |
32 | 32 | "@testing-library/dom": "^10.4.0", |
33 | 33 | "@types/babel__register": "^7.17.3", |
34 | | - "@types/node": "^22.13.1", |
| 34 | + "@types/node": "^24.0.8", |
35 | 35 | "@types/resolve": "^1.20.6", |
36 | 36 | "@typescript-eslint/eslint-plugin": "^7.10.0", |
37 | 37 | "@typescript-eslint/parser": "^7.10.0", |
| 38 | + "~preload": "file:scripts/preload.js", |
38 | 39 | "c8": "^10.1.3", |
39 | | - "esbuild": "^0.25.0", |
| 40 | + "esbuild": "^0.25.5", |
40 | 41 | "eslint": "^8.57.0", |
41 | 42 | "eslint-config-prettier": "^9.1.0", |
42 | 43 | "eslint-import-resolver-typescript": "^3.6.1", |
43 | 44 | "eslint-plugin-import": "^2.29.1", |
44 | 45 | "husky": "^9.1.7", |
45 | | - "jsdom": "^26.0.0", |
46 | | - "lint-staged": "^15.4.3", |
47 | | - "marko": "^5.37.32", |
48 | | - "prettier": "^3.5.0", |
49 | | - "sort-package-json": "^2.14.0", |
50 | | - "typescript": "^5.7.3", |
51 | | - "~preload": "file:scripts/preload.js" |
| 46 | + "jsdom": "^26.1.0", |
| 47 | + "lint-staged": "^16.1.2", |
| 48 | + "marko": "^5.37.40", |
| 49 | + "prettier": "^3.6.2", |
| 50 | + "sort-package-json": "^3.3.1", |
| 51 | + "typescript": "^5.8.3" |
52 | 52 | } |
53 | 53 | } |
0 commit comments