Skip to content

Commit 9b1279a

Browse files
committed
Merge branch 'main' into pr-add-cypress-tests
2 parents 26f1ef2 + 4db0e75 commit 9b1279a

File tree

2 files changed

+1137
-373
lines changed

2 files changed

+1137
-373
lines changed

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@
1414
"test:headless": "nx component-test headless --watch"
1515
},
1616
"devDependencies": {
17-
"@builder.io/qwik": "0.19.2",
18-
"@builder.io/qwik-city": "0.4.0",
17+
"@builder.io/qwik": "0.23.0",
18+
"@builder.io/qwik-city": "0.6.6",
1919
"@commitlint/cli": "^17.4.3",
2020
"@commitlint/config-angular": "^17.4.3",
2121
"@commitlint/config-conventional": "^17.4.3",
2222
"@cypress/code-coverage": "3.10.0",
2323
"@cypress/vite-dev-server": "^2.2.1",
2424
"@floating-ui/dom": "1.0.10",
2525
"@jscutlery/semver": "^2.30.1",
26-
"@nrwl/cli": "15.7.1",
27-
"@nrwl/cypress": "15.7.1",
28-
"@nrwl/eslint-plugin-nx": "15.7.1",
29-
"@nrwl/linter": "15.7.1",
30-
"@nrwl/nx-cloud": "15.0.3",
31-
"@nrwl/storybook": "15.7.1",
32-
"@nrwl/vite": "15.7.1",
33-
"@nrwl/workspace": "15.7.1",
26+
"@nrwl/cli": "15.8.7",
27+
"@nrwl/cypress": "15.8.7",
28+
"@nrwl/eslint-plugin-nx": "15.8.7",
29+
"@nrwl/linter": "15.8.7",
30+
"@nrwl/nx-cloud": "15.3.1",
31+
"@nrwl/storybook": "15.8.7",
32+
"@nrwl/vite": "15.8.7",
33+
"@nrwl/workspace": "15.8.7",
3434
"@storybook/addon-essentials": "7.0.0-beta.30",
3535
"@storybook/addon-interactions": "7.0.0-beta.30",
3636
"@storybook/addon-links": "7.0.0-beta.30",
@@ -39,10 +39,10 @@
3939
"@storybook/html": "7.0.0-beta.30",
4040
"@storybook/html-vite": "7.0.0-beta.30",
4141
"@storybook/testing-library": "0.0.13",
42-
"@types/eslint": "8.21.1",
43-
"@types/node": "18.13.0",
44-
"@typescript-eslint/eslint-plugin": "5.52.0",
45-
"@typescript-eslint/parser": "5.52.0",
42+
"@types/eslint": "8.21.3",
43+
"@types/node": "18.15.3",
44+
"@typescript-eslint/eslint-plugin": "5.56.0",
45+
"@typescript-eslint/parser": "5.56.0",
4646
"@vitest/coverage-c8": "~0.28.5",
4747
"@vitest/ui": "^0.28.5",
4848
"all-contributors-cli": "^6.24.0",
@@ -55,10 +55,10 @@
5555
"cz-conventional-changelog": "^3.3.0",
5656
"daisyui": "^2.50.1",
5757
"danger": "11.2.4",
58-
"eslint": "8.34.0",
58+
"eslint": "8.36.0",
5959
"eslint-config-prettier": "8.6.0",
6060
"eslint-plugin-cypress": "^2.12.1",
61-
"eslint-plugin-qwik": "0.18.1",
61+
"eslint-plugin-qwik": "0.23.0",
6262
"html-webpack-plugin": "^5.5.0",
6363
"husky": "^8.0.3",
6464
"jsdom": "~20.0.3",
@@ -67,22 +67,22 @@
6767
"ngx-deploy-npm": "^5.0.0",
6868
"node-fetch": "3.3.0",
6969
"np": "7.6.3",
70-
"nx": "15.7.1",
70+
"nx": "15.8.7",
7171
"postcss": "^8.4.21",
72-
"prettier": "2.8.4",
72+
"prettier": "2.8.6",
7373
"pretty-quick": "^3.1.3",
74-
"qwik-nx": "0.11.1",
74+
"qwik-nx": "0.14.0",
7575
"sass": "1.58.1",
7676
"storybook": "7.0.0-beta.30",
7777
"storybook-framework-qwik": "0.0.8",
7878
"tailwindcss": "^3.2.6",
7979
"ts-node": "10.9.1",
80-
"typescript": "4.9.5",
81-
"undici": "5.19.1",
82-
"vite": "4.1.1",
80+
"typescript": "5.0.2",
81+
"undici": "5.21.0",
82+
"vite": "4.2.1",
8383
"vite-plugin-dts": "~1.7.3",
8484
"vite-plugin-eslint": "^1.8.1",
85-
"vite-tsconfig-paths": "4.0.5",
85+
"vite-tsconfig-paths": "4.0.7",
8686
"vitest": "^0.28.5"
8787
},
8888
"config": {

0 commit comments

Comments
 (0)