Skip to content

Commit b4c8e5a

Browse files
committed
chore: update nx and qwik versions
1 parent 634541c commit b4c8e5a

File tree

6 files changed

+769
-1306
lines changed

6 files changed

+769
-1306
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"website": "nx serve website"
1919
},
2020
"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",
2323
"@commitlint/cli": "^17.4.3",
2424
"@commitlint/config-angular": "^17.4.3",
2525
"@commitlint/config-conventional": "^17.4.3",
@@ -28,13 +28,13 @@
2828
"@floating-ui/dom": "1.0.10",
2929
"@frsource/cypress-plugin-visual-regression-diff": "3.3.5",
3030
"@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",
3838
"@storybook/addon-a11y": "7.0.8",
3939
"@storybook/addon-coverage": "0.0.8",
4040
"@storybook/addon-essentials": "7.0.8",
@@ -53,16 +53,16 @@
5353
"@types/testing-library__jest-dom": "5.14.5",
5454
"@typescript-eslint/eslint-plugin": "5.59.1",
5555
"@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",
5858
"all-contributors-cli": "^6.24.0",
5959
"autoprefixer": "^10.4.13",
6060
"axe-core": "4.6.3",
6161
"chromatic": "6.17.3",
6262
"commitizen": "^4.3.0",
6363
"commitlint": "^17.4.3",
6464
"country-list-json": "1.1.0",
65-
"cypress": "^12.9.0",
65+
"cypress": "12.11.0",
6666
"cypress-axe": "1.4.0",
6767
"cypress-ct-qwik": "0.3.0",
6868
"cz-conventional-changelog": "^3.3.0",
@@ -71,22 +71,22 @@
7171
"eslint": "8.36.0",
7272
"eslint-config-prettier": "8.6.0",
7373
"eslint-plugin-cypress": "^2.12.1",
74-
"eslint-plugin-qwik": "1.0.0",
74+
"eslint-plugin-qwik": "1.1.5",
7575
"eslint-plugin-storybook": "^0.6.11",
7676
"html-webpack-plugin": "^5.5.0",
7777
"husky": "^8.0.3",
78-
"jsdom": "~20.0.3",
78+
"jsdom": "22.1.0",
7979
"libphonenumber-js": "1.10.24",
8080
"lodash.includes": "4.3.0",
8181
"ngx-deploy-npm": "^5.0.0",
8282
"node-fetch": "3.3.0",
8383
"np": "7.6.3",
84-
"nx": "16.0.3",
84+
"nx": "16.4.0",
8585
"nx-cloud": "16.0.5",
8686
"postcss": "^8.4.21",
8787
"prettier": "2.8.8",
8888
"pretty-quick": "^3.1.3",
89-
"qwik-nx": "1.0.0",
89+
"qwik-nx": "1.0.6",
9090
"react": "18.2.0",
9191
"react-dom": "18.2.0",
9292
"sass": "1.58.1",
@@ -96,12 +96,12 @@
9696
"ts-node": "10.9.1",
9797
"typescript": "5.0.4",
9898
"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",
101101
"vite-plugin-eslint": "^1.8.1",
102102
"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"
105105
},
106106
"config": {
107107
"commitizen": {

packages/kit-headless/cypress/tsconfig.cy.json renamed to packages/kit-headless/cypress/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"compilerOptions": {
44
"outDir": "../../../dist/out-tsc",
55
"module": "commonjs",
6-
"types": ["cypress", "@testing-library/cypress", "node"]
6+
"types": ["cypress", "@testing-library/cypress", "node"],
7+
"sourceMap": false
78
},
89
"include": [
910
"support/**/*.ts",

packages/kit-headless/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
},
2222
"private": false,
2323
"scripts": {},
24+
"peerDependencies": {
25+
"@builder.io/qwik": ">1.1.0"
26+
},
2427
"dependencies": {
2528
"@floating-ui/dom": "1.0.10"
2629
}

packages/kit-headless/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
"path": "./.storybook/tsconfig.json"
3434
},
3535
{
36-
"path": "./cypress/tsconfig.cy.json"
36+
"path": "./tsconfig.editor.json"
3737
},
3838
{
39-
"path": "./tsconfig.editor.json"
39+
"path": "./cypress/tsconfig.json"
4040
}
4141
]
4242
}

packages/kit-tailwind/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,8 @@
3434
},
3535
"dependencies": {
3636
"daisyui": "^2.50.1"
37+
},
38+
"peerDependencies": {
39+
"@builder.io/qwik": ">1.1.0"
3740
}
3841
}

0 commit comments

Comments
 (0)