|
30 | 30 | "release.publish": "changeset publish",
|
31 | 31 | "release.resetroot": "cp dist/pnpm-workspace.yaml pnpm-workspace.yaml",
|
32 | 32 | "test.cli": "NODE_OPTIONS=--experimental-vm-modules nx test cli",
|
33 |
| - "test.headless": "nx component-test headless", |
| 33 | + "test.headless": "nx component-test headless --skip-nx-cache", |
34 | 34 | "test.visual.headless": "nx visual-test headless",
|
35 | 35 | "test.pw.headless": "nx e2e headless",
|
36 | 36 | "test.pw.headless-chrome-113": "nx e2e-chrome-113 headless",
|
|
40 | 40 | },
|
41 | 41 | "packageManager": "[email protected]",
|
42 | 42 | "devDependencies": {
|
43 |
| - "@axe-core/playwright": "4.9.0", |
| 43 | + "@axe-core/playwright": "^4.9.0", |
44 | 44 | "@builder.io/qwik": "^1.5.4",
|
45 | 45 | "@builder.io/qwik-city": "^1.5.4",
|
46 |
| - "@builder.io/qwik-react": "0.5.3", |
47 |
| - "@changesets/cli": "2.27.1", |
48 |
| - "@changesets/get-github-info": "0.6.0", |
49 |
| - "@changesets/types": "6.0.0", |
| 46 | + "@builder.io/qwik-react": "^0.5.4", |
| 47 | + "@changesets/cli": "^2.27.2", |
| 48 | + "@changesets/get-github-info": "^0.6.0", |
| 49 | + "@changesets/types": "^6.0.0", |
50 | 50 | "@clack/prompts": "^0.7.0",
|
51 |
| - "@cypress/code-coverage": "^3.11.0", |
52 |
| - "@cypress/vite-dev-server": "^5.0.6", |
53 |
| - "@floating-ui/core": "1.4.1", |
54 |
| - "@floating-ui/dom": "^1.5.1", |
55 |
| - "@fontsource-variable/inter": "5.0.8", |
56 |
| - "@img/sharp-linux-x64": "^0.33.0", |
| 51 | + "@cypress/code-coverage": "^3.12.39", |
| 52 | + "@cypress/vite-dev-server": "^5.0.7", |
| 53 | + "@floating-ui/core": "^1.6.2", |
| 54 | + "@floating-ui/dom": "^1.6.5", |
| 55 | + "@fontsource-variable/inter": "^5.0.18", |
| 56 | + "@img/sharp-linux-x64": "^0.33.4", |
57 | 57 | "@jscutlery/semver": "^4.2.0",
|
58 |
| - "@k11r/nx-cloudflare-wrangler": "3.0.0-feat-sst-upgrade.1", |
59 |
| - "@modular-forms/qwik": "0.24.0", |
60 |
| - "@nx/cypress": "19.0.4", |
61 |
| - "@nx/devkit": "19.0.4", |
62 |
| - "@nx/eslint": "19.0.4", |
63 |
| - "@nx/eslint-plugin": "19.0.4", |
64 |
| - "@nx/jest": "19.0.4", |
65 |
| - "@nx/js": "19.0.4", |
66 |
| - "@nx/playwright": "19.0.4", |
67 |
| - "@nx/plugin": "19.0.4", |
68 |
| - "@nx/vite": "19.0.4", |
69 |
| - "@nx/workspace": "19.0.4", |
| 58 | + "@k11r/nx-cloudflare-wrangler": "^3.0.0-feat-sst-upgrade.1", |
| 59 | + "@modular-forms/qwik": "^0.24.0", |
| 60 | + "@nx/cypress": "^19.0.4", |
| 61 | + "@nx/devkit": "^19.0.4", |
| 62 | + "@nx/eslint": "^19.0.4", |
| 63 | + "@nx/eslint-plugin": "^19.0.4", |
| 64 | + "@nx/jest": "^19.0.4", |
| 65 | + "@nx/js": "^19.0.4", |
| 66 | + "@nx/playwright": "^19.0.4", |
| 67 | + "@nx/plugin": "^19.0.4", |
| 68 | + "@nx/vite": "^19.0.4", |
| 69 | + "@nx/workspace": "^19.0.4", |
70 | 70 | "@oddbird/popover-polyfill": "0.4.3",
|
71 |
| - "@playwright/test": "^1.41.2", |
72 |
| - "@qwikest/icons": "0.0.13", |
73 |
| - "@radix-ui/react-scroll-area": "1.0.5", |
74 |
| - "@shikijs/transformers": "1.5.2", |
75 |
| - "@swc-node/register": "1.8.0", |
76 |
| - "@swc/core": "~1.3.85", |
77 |
| - "@testing-library/cypress": "9.0.0", |
| 71 | + "@playwright/test": "^1.44.0", |
| 72 | + "@qwikest/icons": "^0.0.13", |
| 73 | + "@radix-ui/react-scroll-area": "^1.0.5", |
| 74 | + "@shikijs/transformers": "^1.6.0", |
| 75 | + "@swc-node/register": "^1.9.1", |
| 76 | + "@swc/core": "^1.5.7", |
| 77 | + "@testing-library/cypress": "10.0.1", |
78 | 78 | "@types/decompress": "4.2.7",
|
79 |
| - "@types/eslint": "^8.44.2", |
80 |
| - "@types/estree-jsx": "^1.0.3", |
81 |
| - "@types/jest": "^29.4.0", |
82 |
| - "@types/node": "^20.12.12", |
83 |
| - "@types/react": "18.0.28", |
84 |
| - "@types/react-dom": "18.0.11", |
| 79 | + "@types/eslint": "8.56.10", |
| 80 | + "@types/estree-jsx": "1.0.5", |
| 81 | + "@types/jest": "29.5.12", |
| 82 | + "@types/node": "20.12.12", |
| 83 | + "@types/react": "18.3.2", |
| 84 | + "@types/react-dom": "18.3.0", |
85 | 85 | "@typescript-eslint/eslint-plugin": "7.9.0",
|
86 | 86 | "@typescript-eslint/parser": "7.9.0",
|
87 |
| - "@vitest/coverage-v8": "1.6.0", |
88 |
| - "@vitest/ui": "1.6.0", |
| 87 | + "@vitest/coverage-v8": "^1.6.0", |
| 88 | + "@vitest/ui": "^1.6.0", |
89 | 89 | "all-contributors-cli": "^6.26.1",
|
90 |
| - "ansis": "2.3.0", |
91 |
| - "autoprefixer": "^10.4.15", |
92 |
| - "axe-core": "^4.7.2", |
93 |
| - "body-scroll-lock-upgrade": "1.1.0", |
94 |
| - "canvas-confetti": "1.9.2", |
95 |
| - "class-variance-authority": "0.7.0", |
96 |
| - "clipboard-copy": "4.0.1", |
97 |
| - "clsx": "^2.0.0", |
98 |
| - "cypress": "^13.6.6", |
99 |
| - "cypress-axe": "1.4.0", |
| 90 | + "ansis": "3.2.0", |
| 91 | + "autoprefixer": "^10.4.19", |
| 92 | + "axe-core": "^4.9.1", |
| 93 | + "body-scroll-lock-upgrade": "^1.1.0", |
| 94 | + "canvas-confetti": "1.9.3", |
| 95 | + "class-variance-authority": "^0.7.0", |
| 96 | + "clipboard-copy": "^4.0.1", |
| 97 | + "clsx": "^2.1.1", |
| 98 | + "cypress": "13.9.0", |
| 99 | + "cypress-axe": "1.5.0", |
100 | 100 | "cypress-ct-qwik": "0.3.0",
|
101 |
| - "cypress-real-events": "1.10.3", |
102 |
| - "danger": "^11.2.8", |
| 101 | + "cypress-real-events": "1.12.0", |
| 102 | + "danger": "^11.3.1", |
103 | 103 | "decompress": "4.2.1",
|
104 |
| - "dotenv": "16.3.1", |
105 |
| - "eslint": "8.57.0", |
106 |
| - "eslint-config-prettier": "9.0.0", |
107 |
| - "eslint-plugin-cypress": "^2.14.0", |
108 |
| - "eslint-plugin-playwright": "^1.3.0", |
| 104 | + "dotenv": "16.4.5", |
| 105 | + "eslint": "^9.3.0", |
| 106 | + "eslint-config-prettier": "^9.1.0", |
| 107 | + "eslint-plugin-cypress": "^3.2.0", |
| 108 | + "eslint-plugin-playwright": "^1.6.1", |
109 | 109 | "eslint-plugin-qwik": "^1.5.4",
|
110 |
| - "focus-trap": "7.5.3", |
111 |
| - "husky": "^8.0.3", |
112 |
| - "jest": "^29.4.1", |
113 |
| - "jest-environment-jsdom": "^29.4.1", |
114 |
| - "jsdom": "22.1.0", |
| 110 | + "focus-trap": "7.5.4", |
| 111 | + "husky": "^9.0.11", |
| 112 | + "jest": "^29.7.0", |
| 113 | + "jest-environment-jsdom": "^29.7.0", |
| 114 | + "jsdom": "24.0.0", |
115 | 115 | "kleur": "^4.1.5",
|
116 |
| - "node-fetch": "^3.3.2", |
117 |
| - "np": "^8.0.4", |
| 116 | + "node-fetch": "3.3.2", |
| 117 | + "np": "^10.0.5", |
118 | 118 | "nx": "19.0.4",
|
119 |
| - "postcss": "^8.4.29", |
| 119 | + "postcss": "^8.4.38", |
120 | 120 | "prettier": "^3.2.5",
|
121 |
| - "prettier-plugin-tailwindcss": "^0.4.1", |
| 121 | + "prettier-plugin-tailwindcss": "^0.5.14", |
122 | 122 | "pretty-quick": "^4.0.0",
|
123 | 123 | "qwik-nx": "^2.2.1",
|
124 | 124 | "qwik-themes": "^0.2.0",
|
125 |
| - "react": "18.2.0", |
126 |
| - "react-dom": "18.2.0", |
127 |
| - "rehype-pretty-code": "^0.13.0", |
128 |
| - "sass": "^1.66.1", |
129 |
| - "shiki": "1.5.2", |
| 125 | + "react": "18.3.1", |
| 126 | + "react-dom": "18.3.1", |
| 127 | + "rehype-pretty-code": "^0.13.2", |
| 128 | + "sass": "^1.77.2", |
| 129 | + "shiki": "1.6.0", |
130 | 130 | "specificity": "^1.0.0",
|
131 |
| - "tailwind-merge": "^1.14.0", |
132 |
| - "tailwindcss": "^3.3.3", |
133 |
| - "tailwindcss-animate": "1.0.7", |
134 |
| - "ts-jest": "^29.1.0", |
| 131 | + "tailwind-merge": "^2.3.0", |
| 132 | + "tailwindcss": "^3.4.3", |
| 133 | + "tailwindcss-animate": "^1.0.7", |
| 134 | + "ts-jest": "^29.1.2", |
135 | 135 | "tslib": "^2.6.2",
|
136 | 136 | "typescript": "5.4.5",
|
137 |
| - "undici": "^5.23.0", |
| 137 | + "undici": "5.28.4", |
138 | 138 | "unified": "^11.0.4",
|
139 | 139 | "unist-util-visit": "^5.0.0",
|
140 |
| - "verdaccio": "^5.0.4", |
| 140 | + "verdaccio": "^5.31.0", |
141 | 141 | "vite": "5.2.11",
|
142 |
| - "vite-plugin-dts": "^3.5.3", |
| 142 | + "vite-plugin-dts": "^3.9.1", |
143 | 143 | "vite-plugin-eslint": "^1.8.1",
|
144 |
| - "vite-plugin-inspect": "0.7.38", |
145 |
| - "vite-plugin-static-copy": "0.17.0", |
146 |
| - "vite-tsconfig-paths": "4.2.0", |
147 |
| - "vitest": "1.6.0", |
| 144 | + "vite-plugin-inspect": "^0.8.4", |
| 145 | + "vite-plugin-static-copy": "1.0.4", |
| 146 | + "vite-tsconfig-paths": "4.3.2", |
| 147 | + "vitest": "^1.6.0", |
148 | 148 | "wrangler": "^3.57.0",
|
149 |
| - "yargs": "17.7.2" |
| 149 | + "yargs": "^17.7.2" |
150 | 150 | },
|
151 | 151 | "config": {
|
152 | 152 | "commitizen": {
|
|
0 commit comments