|
18 | 18 | "website": "nx serve website"
|
19 | 19 | },
|
20 | 20 | "devDependencies": {
|
21 |
| - "@builder.io/qwik": "1.0.0", |
22 |
| - "@builder.io/qwik-city": "1.0.0", |
| 21 | + "@builder.io/qwik": "1.1.5", |
| 22 | + "@builder.io/qwik-city": "1.1.5", |
23 | 23 | "@commitlint/cli": "^17.4.3",
|
24 | 24 | "@commitlint/config-angular": "^17.4.3",
|
25 | 25 | "@commitlint/config-conventional": "^17.4.3",
|
|
28 | 28 | "@floating-ui/dom": "1.0.10",
|
29 | 29 | "@frsource/cypress-plugin-visual-regression-diff": "3.3.5",
|
30 | 30 | "@jscutlery/semver": "^2.30.1",
|
31 |
| - "@k11r/nx-cloudflare-wrangler": "^2.0.0", |
32 |
| - "@nx/cypress": "16.0.3", |
33 |
| - "@nx/eslint-plugin": "16.0.3", |
34 |
| - "@nx/linter": "16.0.3", |
35 |
| - "@nx/storybook": "16.0.3", |
36 |
| - "@nx/vite": "16.0.3", |
37 |
| - "@nx/workspace": "16.0.3", |
| 31 | + "@k11r/nx-cloudflare-wrangler": "2.4.2", |
| 32 | + "@nx/cypress": "16.4.0", |
| 33 | + "@nx/eslint-plugin": "16.4.0", |
| 34 | + "@nx/linter": "16.4.0", |
| 35 | + "@nx/storybook": "16.4.0", |
| 36 | + "@nx/vite": "16.4.0", |
| 37 | + "@nx/workspace": "16.4.0", |
38 | 38 | "@storybook/addon-a11y": "7.0.8",
|
39 | 39 | "@storybook/addon-coverage": "0.0.8",
|
40 | 40 | "@storybook/addon-essentials": "7.0.8",
|
|
53 | 53 | "@types/testing-library__jest-dom": "5.14.5",
|
54 | 54 | "@typescript-eslint/eslint-plugin": "5.59.1",
|
55 | 55 | "@typescript-eslint/parser": "5.59.1",
|
56 |
| - "@vitest/coverage-c8": "~0.28.5", |
57 |
| - "@vitest/ui": "^0.28.5", |
| 56 | + "@vitest/coverage-c8": "0.31.0", |
| 57 | + "@vitest/ui": "0.31.0", |
58 | 58 | "all-contributors-cli": "^6.24.0",
|
59 | 59 | "autoprefixer": "^10.4.13",
|
60 | 60 | "axe-core": "4.6.3",
|
61 | 61 | "chromatic": "6.17.3",
|
62 | 62 | "commitizen": "^4.3.0",
|
63 | 63 | "commitlint": "^17.4.3",
|
64 | 64 | "country-list-json": "1.1.0",
|
65 |
| - "cypress": "^12.9.0", |
| 65 | + "cypress": "12.11.0", |
66 | 66 | "cypress-axe": "1.4.0",
|
67 | 67 | "cypress-ct-qwik": "0.3.0",
|
68 | 68 | "cz-conventional-changelog": "^3.3.0",
|
|
71 | 71 | "eslint": "8.36.0",
|
72 | 72 | "eslint-config-prettier": "8.6.0",
|
73 | 73 | "eslint-plugin-cypress": "^2.12.1",
|
74 |
| - "eslint-plugin-qwik": "1.0.0", |
| 74 | + "eslint-plugin-qwik": "1.1.5", |
75 | 75 | "eslint-plugin-storybook": "^0.6.11",
|
76 | 76 | "html-webpack-plugin": "^5.5.0",
|
77 | 77 | "husky": "^8.0.3",
|
78 |
| - "jsdom": "~20.0.3", |
| 78 | + "jsdom": "22.1.0", |
79 | 79 | "libphonenumber-js": "1.10.24",
|
80 | 80 | "lodash.includes": "4.3.0",
|
81 | 81 | "ngx-deploy-npm": "^5.0.0",
|
82 | 82 | "node-fetch": "3.3.0",
|
83 | 83 | "np": "7.6.3",
|
84 |
| - "nx": "16.0.3", |
| 84 | + "nx": "16.4.0", |
85 | 85 | "nx-cloud": "16.0.5",
|
86 | 86 | "postcss": "^8.4.21",
|
87 | 87 | "prettier": "2.8.8",
|
88 | 88 | "pretty-quick": "^3.1.3",
|
89 |
| - "qwik-nx": "1.0.0", |
| 89 | + "qwik-nx": "1.0.6", |
90 | 90 | "react": "18.2.0",
|
91 | 91 | "react-dom": "18.2.0",
|
92 | 92 | "sass": "1.58.1",
|
|
96 | 96 | "ts-node": "10.9.1",
|
97 | 97 | "typescript": "5.0.4",
|
98 | 98 | "undici": "5.22.0",
|
99 |
| - "vite": "4.3.3", |
100 |
| - "vite-plugin-dts": "~1.7.3", |
| 99 | + "vite": "4.3.5", |
| 100 | + "vite-plugin-dts": "2.3.0", |
101 | 101 | "vite-plugin-eslint": "^1.8.1",
|
102 | 102 | "vite-tsconfig-paths": "4.2.0",
|
103 |
| - "vitest": "0.30.1", |
104 |
| - "wrangler": "^2.8.0" |
| 103 | + "vitest": "0.31.0", |
| 104 | + "wrangler": "3.1.0" |
105 | 105 | },
|
106 | 106 | "config": {
|
107 | 107 | "commitizen": {
|
|
0 commit comments